diff options
author | Ludovic Courtès | 2008-02-01 18:41:46 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-02-01 18:41:46 +0100 |
commit | 9370de4fcf573790e46e53b2b7aa4834f999ddb0 (patch) | |
tree | 8a4161b0b82ee79251306b925a458080ecb2c543 /doc/user/lout/book-style.lout | |
parent | 654ba1f34b7661a81b0ce720040f17591f79b552 (diff) | |
download | skribilo-9370de4fcf573790e46e53b2b7aa4834f999ddb0.tar.gz skribilo-9370de4fcf573790e46e53b2b7aa4834f999ddb0.tar.lz skribilo-9370de4fcf573790e46e53b2b7aa4834f999ddb0.zip |
doc: Add nice(r) front-page in Lout.
* doc/modules/skribilo/documentation/manual.scm: Set the `on-title-page'
custom.
* doc/user/Makefile.am (EXTRA_DIST): Add `lout/front-page.lout.in'.
(BUILT_SOURCES): Add `lout/front-page.lout'.
(.lout.ps): Update `-I'.
(lout/front-page.lout): New target.
(clean-local): Remove the `lout' directory.
* doc/user/lout/book-style.lout (@ChapterStartPages): Set to `Odd'.
Diffstat (limited to 'doc/user/lout/book-style.lout')
-rw-r--r-- | doc/user/lout/book-style.lout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/lout/book-style.lout b/doc/user/lout/book-style.lout index 423abd1..46c4021 100644 --- a/doc/user/lout/book-style.lout +++ b/doc/user/lout/book-style.lout @@ -357,7 +357,7 @@ @TitlePageFont { Schoolbook Bold} # title page font (not size) # @SeparateIntroNumbering { Yes } # separate intro page numbers # @PrefaceAfterContents { No } # Yes or No - # @ChapterStartPages { Any } # Any, Odd, Even, SamePage + @ChapterStartPages { Odd } # Any, Odd, Even, SamePage # @ReferencesBeforeAppendices { No } # references before appendices # @PrefaceWord { preface } # word for "Preface" # @ContentsWord { contents } # word for "Contents" |