diff options
Diffstat (limited to 'include/doc')
-rw-r--r-- | include/doc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/doc b/include/doc index fdf436a..6138687 100644 --- a/include/doc +++ b/include/doc @@ -164,6 +164,9 @@ # @IndexFormat { @Body } # @Index format # @SubIndexFormat { {1f @Wide}@Body } # @SubIndex format # @SubSubIndexFormat { {2f @Wide}@Body } # @SubSubIndex format + # @IndexTypeOrdinary { @PageNum } # Ordinary pagenum format + # @IndexTypeMain { @B @PageNum } # Main pagenum format + # @IndexTypeSpecial { @I @PageNum } # Special pagenum format # @IndexColumnNumber { 2 } # index columns (1 to 10) # @IndexColumnGap { 1.00c @OrIfPlain 6s } # index column gap # @IndexCtd { Yes } # include (ctd.) lines @@ -180,6 +183,9 @@ # @IndexAFormat { @Body } # @IndexA format # @SubIndexAFormat { {1f @Wide}@Body } # @SubIndexA format # @SubSubIndexAFormat { {2f @Wide}@Body } # @SubSubIndexA format + # @IndexATypeOrdinary { @PageNum } # Ordinary pagenum format + # @IndexATypeMain { @B @PageNum } # Main pagenum format + # @IndexATypeSpecial { @I @PageNum } # Special pagenum format # @IndexAColumnNumber { 2 } # index A columns (1 to 10) # @IndexAColumnGap { 1.00c @OrIfPlain 6s } # index A column gap # @IndexACtd { Yes } # include (ctd.) lines @@ -196,6 +202,9 @@ # @IndexBFormat { @Body } # @IndexB format # @SubIndexBFormat { {1f @Wide}@Body } # @SubIndexB format # @SubSubIndexBFormat { {2f @Wide}@Body } # @SubSubIndexB format + # @IndexBTypeOrdinary { @PageNum } # Ordinary pagenum format + # @IndexBTypeMain { @B @PageNum } # Main pagenum format + # @IndexBTypeSpecial { @I @PageNum } # Special pagenum format # @IndexBColumnNumber { 2 } # index B columns (1 to 10) # @IndexBColumnGap { 1.00c @OrIfPlain 6s } # index B column gap # @IndexBCtd { Yes } # include (ctd.) lines |