]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
lib/ui/stdmenus.inc: change 'Clipboard as xxx' to 'Plain Text as xxx'. I still think...
[lyx.git] / lib / layouts / stdtitle.inc
index 1a18d7a074dc80a4384b06c390dfa194dc2dcc98..e0f99dd052d290a30ddf46c4bc727698d39ef331 100644 (file)
@@ -7,7 +7,8 @@
 # This include files contains all layouts that handle the title area
 # a document, like title, author and such.
 
-# Title style definition
+
+Format 2
 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