diff options
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 |