]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
update OSX instructions
[lyx.git] / lib / layouts / stdtitle.inc
index 1a18d7a074dc80a4384b06c390dfa194dc2dcc98..ba60d504fd8db5c4a30e8ef3dd7096034c7d07aa 100644 (file)
@@ -7,7 +7,7 @@
 # This include files contains all layouts that handle the title area
 # a document, like title, author and such.
 
-# Title style definition
+
 Style Title
        Margin                Static
        LatexType             Command
@@ -21,15 +21,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 +40,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 +59,7 @@ Style Date
        Align                 Center
        AlignPossible         Center
        LabelType             No_Label
-
-
-       # standard font definition
-       Font 
+       Font
          Size                Large
        EndFont
-
 End