密切相關:
-模仿 LaTeX 的「目錄」功能
使用documentclass{minimal}
,編寫低階非同步Table of Contents
(不使用minitoc
等)的最短方法是什麼?
我希望了解底層 API 功能。 (我已經知道如何使用更高級別的包,(tocloft
,,minitoc
等等)。
目前,我已經創建了一個帶有tocloft
更易於使用的介面的「包裝器」。然而,最終我想消除這種依賴。
筆記: 我使用該術語是Asynchronous Table of Contents
指在讀取輸入檔案(\chapter
標題等)時產生的動態工件,而不是手動定義和呈現的靜態表。
write
這個問題確實與如何使用指令,或如何使用其他非同步方法動態產生基本目錄有關。
虛擬程式碼:
\ChapterMacroDefinition % Is this where the `\write` magic occurs?
\TableOfContentsPlaceHolder % Is there an "End Document" handler?
\Chapter{My First Chapter}
... Chapter One Contents
\Chapter{My Second Chapter}
... Chapter Two Contents
筆記: 這與任何格式或部分等級等無關。