我希望在目錄(ToC)中包含多篇前言文章。這樣看起來會像這樣:
Article 1 .... i
Article 2 .... ii
Article 3 ... iii
Book 1 .... 1
但我無法讓它運作。無論我將 \toc1 行加入 FRTlocal.sfm 檔案,或是加入它所引用的 PT INT 書卷中,我都只會得到一個目錄項目(即我最後加入的那個 \toc1)。而且它的頁碼是 1,而不是它應該有的羅馬數字頁碼。另外,很奇怪的是,在暫時的 _ptpx.toc 檔案中,它列出的 id 代碼是 Book 1 的(這意味著該代碼被使用了兩次)。我預期它應該使用 \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