lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] address@hidden' variables for `slides'


From: Ludovic Courtès
Subject: [PATCH] address@hidden' variables for `slides'
Date: Wed, 30 Aug 2006 18:40:00 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

The patch below provides new variables allowing for a finer control over
the layout of the title page (for the `slides' package).  I kept the
default values as before.

There's one thing that surprises me: why does the first concatenation
symbol of address@hidden' get "eaten"?  I.e., the first `//' there always
disappears without producing any effect on the output.  Is it because
it's the first concatenation symbol of a galley (address@hidden' here)?

Thanks,
Ludovic.


--- orig/include/slides
+++ mod/include/slides
@@ -332,6 +332,10 @@
   # @OverheadNumbers           { Arabic        } # kind of overhead numbers
   # @FirstOverheadNumber       { 1             } # first overhead num
   # @TitlePageFont             { Helvetica Base 1.5f   } # title page font
+  # @AboveTitleGap             { 0.50i                 } # gap above title
+  # @AboveAuthorGap            { 1.00i                 } # gap above author
+  # @AboveInstitutionGap       { 0.50i                 } # gap above inst
+  # @AboveDateLineGap          { 0.50i                 } # gap above date
   # @LectureHeadingFont                { Bold 1.20f            } # lecture 
head font
   # @LectureHeadingBreak       { clines 1.2fx nohyphen } # lecture head break
   # @LectureHeadingFormat      { @Centre number @DP @Centre title @DP }


--- orig/include/slidesf
+++ mod/include/slidesf
@@ -22,6 +22,10 @@
     named @OverheadNumbers             { Arabic                }
     named @FirstOverheadNumber         { 1                     }
     named @TitlePageFont               { Helvetica Base        }
+    named @AboveTitleGap               { 0.50i                 }
+    named @AboveAuthorGap              { 1.00i                 }
+    named @AboveInstitutionGap         { 0.50i                 }
+    named @AboveDateLineGap            { 0.50i                 }
     named @LectureHeadingFont          { Bold 1.20f            }
     named @LectureHeadingBreak         { 1.2fx nohyphen        }
     named @LectureHeadingFormat
@@ -149,11 +153,15 @@
        {
            @TitlePageFont @Font @InitialBreak @Break
            @InitialSpace @Space clines @Break {
-               //0.5i  |0.5rt 1.5f @Font @InitialBreak @Break
+               //0.5i
+               //@AboveTitleGap
+                       |0.5rt 1.5f @Font @InitialBreak @Break
                               @InitialSpace @Space clines @Break @Title |
-               //1i    |0.5rt clines @Break @Author |
-               //0.5i  |0.5rt clines @Break @I @Institution |
-               //0.5i  @DatePart
+               //@AboveAuthorGap
+                       |0.5rt clines @Break @Author |
+               //@AboveInstitutionGap
+                       |0.5rt clines @Break @I @Institution |
+               //@AboveDateLineGap  @DatePart
            }
        }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]