diff options
Diffstat (limited to 'doc/user/lout')
-rw-r--r-- | doc/user/lout/book-style.lout | 2 | ||||
-rw-r--r-- | doc/user/lout/front-page.lout.in | 32 |
2 files changed, 33 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" diff --git a/doc/user/lout/front-page.lout.in b/doc/user/lout/front-page.lout.in new file mode 100644 index 0000000..888b0d1 --- /dev/null +++ b/doc/user/lout/front-page.lout.in @@ -0,0 +1,32 @@ +# -*- coding: latin-1 -*- +# +# The front page. + +# @SysInclude { doc } + +# @Document +# @InitialFont { Palatino Base 10p } +# // + +# @Text @Begin + +{ Palatino Base 12p } @Font { + +//13.7c + +{ Palatino Italic 35p } @Font { Skribilo } +//0.1ce +{ Helvetica Bold 30p } @Font { User Manual } +//2fe +@I { for version @PACKAGE_VERSION@ } + +@LP +@VExpand { } +@LP +Érick Gallesio, Manuel Serrano, Ludovic Courtès +//1.3fx +"http://www.nongnu.org/skribilo/" @ExternalLink { @I "http://www.nongnu.org/skribilo/" } + +} + +# @End @Text |