From 9370de4fcf573790e46e53b2b7aa4834f999ddb0 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 1 Feb 2008 18:41:46 +0100 Subject: 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'. --- doc/user/lout/book-style.lout | 2 +- doc/user/lout/front-page.lout.in | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 doc/user/lout/front-page.lout.in (limited to 'doc/user/lout') 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 -- cgit v1.2.3