diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:40 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:40 +0000 |
commit | 4940057e65c6c65d3be7c94042396532a4234d90 (patch) | |
tree | 97a930289ac5f12779b62507bb07ccf9be39c4a9 /include/docf | |
parent | b2f1a4e879d3013974e41674dbf684d816f1aa95 (diff) | |
download | lout-ca1d7274ad6e088906fb961416f2931b30464793.tar.gz |
Lout 3.31 tag.3.31
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/tags/3.31@32 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'include/docf')
-rw-r--r-- | include/docf | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/include/docf b/include/docf index cfc9d19..38b562f 100644 --- a/include/docf +++ b/include/docf @@ -101,6 +101,17 @@ def @OrdinarySetup named @IndexAInContents { Yes } named @IndexBInContents { Yes } + named @SectionContentsIndent { 0f } + named @SubSectionContentsIndent { 3f } + named @SubSubSectionContentsIndent { 6f } + named @AppendixContentsIndent { 0f } + named @SubAppendixContentsIndent { 3f } + named @SubSubAppendixContentsIndent { 6f } + named @ReferencesContentsIndent { 0f } + named @IndexContentsIndent { 0f } + named @IndexAContentsIndent { 0f } + named @IndexBContentsIndent { 0f } + named @SectionNumInTheorems { No } named @SubSectionNumInTheorems { No } named @SubSubSectionNumInTheorems { No } @@ -242,6 +253,7 @@ def @OrdinarySetup headingbreak { @ReferencesHeadingBreak } headingformat { @ReferencesHeadingFormat @Body } incontents { @ReferencesInContents } + contentsindent { @ReferencesContentsIndent } pnprefix { @ReferencesPrefix } majornum {} majortitle {} @@ -279,6 +291,7 @@ def @OrdinarySetup headingformat { @IndexHeadingFormat @Body } headingtext { @IndexText } incontents { @IndexInContents } + contentsindent { @IndexContentsIndent } pnprefix { @IndexPrefix } inrunners { Yes } majornum {} @@ -316,6 +329,7 @@ def @OrdinarySetup headingformat { @IndexAHeadingFormat @Body } headingtext { @IndexAText } incontents { @IndexAInContents } + contentsindent { @IndexAContentsIndent } pnprefix { @IndexAPrefix } inrunners { Yes } majornum {} @@ -353,6 +367,7 @@ def @OrdinarySetup headingformat { @IndexBHeadingFormat @Body } headingtext { @IndexBText } incontents { @IndexBInContents } + contentsindent { @IndexBContentsIndent } pnprefix { @IndexBPrefix } inrunners { Yes } majornum {} @@ -546,7 +561,7 @@ def @OrdinarySetup headingbreak { @SubSubSectionHeadingBreak } headingformat { @Num @SubSubSectionHeadingFormat @Body } incontents { @SubSubSectionInContents } - contentsindent { 6f } + contentsindent { @SubSubSectionContentsIndent } numbers { @SubSubSectionNumbers } attachnum { @SubSubSectionList&&preceding @Tagged @Tag } retrievenum { @SubSubSectionList&&@Tag @Open { num } } @@ -573,7 +588,7 @@ def @OrdinarySetup headingbreak { @SubSectionHeadingBreak } headingformat { @Num @SubSectionHeadingFormat @Body } incontents { @SubSectionInContents } - contentsindent { 3f } + contentsindent { @SubSectionContentsIndent } numbers { @SubSectionNumbers } attachnum { @SubSectionList&&preceding @Tagged @Tag } retrievenum { @SubSectionList&&@Tag @Open { num } } @@ -600,6 +615,7 @@ def @OrdinarySetup headingbreak { @SectionHeadingBreak } headingformat { @Num @SectionHeadingFormat @Body } incontents { @SectionInContents } + contentsindent { @SectionContentsIndent } numbers { @SectionNumbers } attachnum { @SectionList&&preceding @Tagged @Tag } retrievenum { @SectionList&&@Tag @Open { num } } @@ -707,7 +723,7 @@ def @OrdinarySetup headingbreak { @SubSubAppendixHeadingBreak } headingformat { @Num @SubSubAppendixHeadingFormat @Body } incontents { @SubSubAppendixInContents } - contentsindent { 6f } + contentsindent { @SubSubAppendixContentsIndent } numbers { @SubSubAppendixNumbers } attachnum { @SubSubAppendixList&&preceding @Tagged @Tag } retrievenum { @SubSubAppendixList&&@Tag @Open { num } } @@ -734,7 +750,7 @@ def @OrdinarySetup headingbreak { @SubAppendixHeadingBreak } headingformat { @Num @SubAppendixHeadingFormat @Body } incontents { @SubAppendixInContents } - contentsindent { 3f } + contentsindent { @SubAppendixContentsIndent } numbers { @SubAppendixNumbers } attachnum { @SubAppendixList&&preceding @Tagged @Tag } retrievenum { @SubAppendixList&&@Tag @Open { num } } @@ -760,7 +776,7 @@ def @OrdinarySetup headingbreak { @AppendixHeadingBreak } headingformat { @Num @AppendixHeadingFormat @Body } incontents { @AppendixInContents } - contentsindent { 0f } + contentsindent { @AppendixContentsIndent } word { appendix @WordVal @AppendixWord } numbers { @AppendixNumbers } attachnum { @AppendixList&&preceding @Tagged @Tag } |