我从未使用过此功能,但以下是我考虑使用它的方式。因此,这并未经过我的测试,但应该是一个起点,我认为它会回答您的问题。
假设您有一系列来自先知的故事,并且您已创建单独的模块并随时间将其作为小册子发布。因此,您在 Modules 目录中有一系列文件,例如:
adam.sfm
abraham.sfm
david.sfm
isaiah.sfm
etc
现在,您想创建一本名为《先知生平》的书。与其创建一个新模块,将这些独立文件的内容复制粘贴到新模块中(然后将来必须保持两个位置的最新状态),您只需创建一个新模块,其中包含
\mod adam.sfm
\mod abraham.sfm
\mod david.sfm
\mod isaiah.sfm
然后它会创建一本书,每个故事一个接一个地排列。您可以添加一些额外的标记来创建标题页或分页符,但大部分工作已由原始模块完成。
I’ve never used this feature, but here’s how I’ve considered using it. So this is untested by me, but should be a starting point and I think it would answer your question.
Say you have a series of stories from the Prophets, and you’ve created individual modules and published them as pamphlets over time. So you have a series of files in your Modules directory like:
adam.sfm
abraham.sfm
david.sfm
isaiah.sfm
etc
Now you want to create a book called “Lives of the Prophets”. Rather than create a new module where you copy and paste the contents of those independent files into the new module (and then have to keep two locations up-to-date in the future), you can simply create a new module which says
\mod adam.sfm
\mod abraham.sfm
\mod david.sfm
\mod isaiah.sfm
It would then create a book with each story one after another. You might add in some extra markers to create title pages or page breaks, but most of the work is already done by the original modules.
机器翻译自 English