我想在目录中包含多篇引言文章。效果应该如下:
Article 1 .... i
Article 2 .... ii
Article 3 ... iii
Book 1 .... 1
但我无法实现。如果我在 FRTlocal.sfm 文件或它引用的 PT INT 书中添加 \toc1 行,我只会得到一个目录条目(即我最后添加的那个 \toc1)。而且它的页码是 1,而不是它应有的罗马数字页码。此外,奇怪的是,在临时 _ptpx.toc 文件中,它列出的却是 Book 1 的 id 代码(这意味着该代码被使用了两次)。我预期它应该使用 \id FRT 或 \id INT。如果每个 \toc1 需要不同的 id,我预期即使 \id 行不在文件开头,添加它们也应该能重置状态。
有没有什么办法可以实现这一点?
I'd like to include multiple introduction articles to the ToC. So it would look like this:
Article 1 .... i
Article 2 .... ii
Article 3 ... iii
Book 1 .... 1
But I can't get it to work. If I add \toc1 lines into either the FRTlocal.sfm file or into the PT INT book that it's pulling from, I get one toc entry (the final \toc1 that I add). And it has page number 1, not the roman numeral number that it ought to have. Also, very oddly, in the temporary _ptpx.toc file it's listed with the id code of Book 1 (which means that code is used twice). I'd expect it to either use \id FRT or \id INT. And if it requires different id's for each \toc1, I'd expect that adding in \id lines would reset things even if they weren't at the beginning of the file.
Any idea of how I could do this?
机器翻译自 English