diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:32 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:32 +0000 |
commit | 128e9a1532ce7fa38ddc16de06d213530dc5ce15 (patch) | |
tree | 97a930289ac5f12779b62507bb07ccf9be39c4a9 /include/report | |
parent | b2f1a4e879d3013974e41674dbf684d816f1aa95 (diff) | |
download | lout-128e9a1532ce7fa38ddc16de06d213530dc5ce15.tar.gz |
Lout 3.31.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@31 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'include/report')
-rw-r--r-- | include/report | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/report b/include/report index 4cf0a5a..7f2523d 100644 --- a/include/report +++ b/include/report @@ -409,6 +409,17 @@ # @IndexInContents { Yes } # add index to contents # @IndexAInContents { Yes } # add index A to contents # @IndexBInContents { Yes } # add index B to contents + # @SectionContentsIndent { 0f } # contents indent of sections + # @SubSectionContentsIndent { 3f } # contents indent of subsections + # @SubSubSectionContentsIndent{ 6f } # contents indent of sub-subsections + # @AppendixContentsIndent { 0f } # contents indent of appendices + # @SubAppendixContentsIndent { 3f } # contents indent of sub-appendices + # @SubSubAppendixContentsIndent { 6f } # contents indent of sub-sub-appendices + # @ReferencesContentsIndent { 0f } # contents indent of references + # @GlossaryContentsIndent { 0f } # contents indent of glossary + # @IndexContentsIndent { 0f } # contents indent of index + # @IndexAContentsIndent { 0f } # contents indent of index A + # @IndexBContentsIndent { 0f } # contents indent of index B # @SectionNumInTheorems { No } # theorem num has section num # @SubSectionNumInTheorems { No } # theorem num has subsect num # @SubSubSectionNumInTheorems { No } # theorem num has sub-ss. num |