]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / stdtitle.inc
index 1a18d7a074dc80a4384b06c390dfa194dc2dcc98..a19b4449ff31cf1835a2b3d2b19bbe13d53f6fa4 100644 (file)
@@ -1,13 +1,14 @@
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by several developers.
 # Split from stdstruct.inc by Hartmut Goebel <hartmut@noris.net>
 
 # This include files contains all layouts that handle the title area
 # a document, like title, author and such.
 
-# Title style definition
+
+Format 5
 Style Title
        Margin                Static
        LatexType             Command
@@ -21,15 +22,12 @@ Style Title
        Align                 Center
        AlignPossible         Center
        LabelType             No_Label
-
-       # standard font definition
-       Font 
+       Font
          Size                Largest
        EndFont
-
 End
 
-# Author style definition
+
 Style Author
        Margin                Static
        LatexType             Command
@@ -43,15 +41,12 @@ Style Author
        Align                 Center
        AlignPossible         Center
        LabelType             No_Label
-
-       # standard font definition
-       Font 
+       Font
          Size                Large
        EndFont
-
 End
 
-# Date style definition
+
 Style Date
        Margin                Dynamic
        LatexType             Command
@@ -65,11 +60,7 @@ Style Date
        Align                 Center
        AlignPossible         Center
        LabelType             No_Label
-
-
-       # standard font definition
-       Font 
+       Font
          Size                Large
        EndFont
-
 End