diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:38:23 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:38:23 +0000 |
commit | 78c2bcf9e96ab00615ee6f96905bca78fcd52a00 (patch) | |
tree | 9c7e31f2a59e174433e55b589771005b48a34158 /doc/user/typ_book | |
parent | 9daa98ce90ceeeaba9e942d28575d8fcfe36db4b (diff) | |
download | lout-78c2bcf9e96ab00615ee6f96905bca78fcd52a00.tar.gz |
Lout 3.27.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@23 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/typ_book')
-rw-r--r-- | doc/user/typ_book | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/user/typ_book b/doc/user/typ_book index 059029a..6daa713 100644 --- a/doc/user/typ_book +++ b/doc/user/typ_book @@ -7,7 +7,7 @@ To produce a book, start off with the @Code book setup file and the books. @Index { books } book. @Index @Code "@Book" @Code "@Book" symbol: -@ID @OneRow @Code { +@ID @OneRow -1px @Break @Code { "@SysInclude { book }" "@Book" " @Title {}" @@ -28,6 +28,10 @@ book. @Index @Code "@Book" " @FirstPageNumber { 1 }" " @IntroFirstPageNumber { 1 }" " @OptimizePages { No }" +" @GlossaryText { @Null }" +" @IndexText { @Null }" +" @IndexAText { @Null }" +" @IndexBText { @Null }" "//" } This shows all the options of @Code "@Book" with their default values. As @@ -128,6 +132,11 @@ optimizer to cycle, never settling on a single final best version; this is usually caused by footnotes or floating figures inserted at points which end up near page boundaries. @PP +The {@Code "@GlossaryText"}, {@Code "@IndexText"}, {@Code "@IndexAText"}, +and {@Code "@IndexBText"} symbols allow you to insert some arbitrary +text after the title of the glossary, index, etc., and before the +entries. +@PP After the compulsory @Code "//" comes an optional preface: preface. @Index @Code "@Preface" @ID @OneRow @Code { @@ -352,7 +361,8 @@ vertical space between the chapter heading and body. separate.intro.numbering @Index @Code "@SeparateIntroNumbering" determines whether the introductory part of the book is to have a separate numbering sequence or not. @Code "@ReferencesBeforeAppendices" -references.before.appendices @Index @Code "@ReferencesBeforeAppendices" +references. @RawIndex references +references.references.before.appendices @SubIndex @Code "@ReferencesBeforeAppendices" determines whether any final list of references appears before or after any appendices. @Code "@ChapterWord" determines the word used in chapter titles; its default value, {@Code "chapter"}, |