]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
update OSX instructions
[lyx.git] / lib / layouts / stdtitle.inc
index 524c1c9d6ddd2c046871d02db8192ddf0b733058..ba60d504fd8db5c4a30e8ef3dd7096034c7d07aa 100644 (file)
@@ -7,69 +7,59 @@
 # 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
-  InTitle              1
-  LatexName            title
-  ParSkip              0.4
-  ItemSep              0
-  TopSep               0
-  BottomSep            1
-  ParSep               1
-  Align                        Center
-  AlignPossible                Center
-  LabelType            No_Label
-
-  # standard font definition
-  Font 
-    Size               Largest
-  EndFont
 
+Style Title
+       Margin                Static
+       LatexType             Command
+       InTitle               1
+       LatexName             title
+       ParSkip               0.4
+       ItemSep               0
+       TopSep                0
+       BottomSep             1
+       ParSep                1
+       Align                 Center
+       AlignPossible         Center
+       LabelType             No_Label
+       Font
+         Size                Largest
+       EndFont
 End
 
-# Author style definition
-Style Author
-  Margin               Static
-  LatexType            Command
-  InTitle              1
-  LatexName            author
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               1.3
-  BottomSep            0.7
-  ParSep               0.7
-  Align                        Center
-  AlignPossible                Center
-  LabelType            No_Label
-
-  # standard font definition
-  Font 
-    Size               Large
-  EndFont
 
+Style Author
+       Margin                Static
+       LatexType             Command
+       InTitle               1
+       LatexName             author
+       LabelSep              xxx
+       ParSkip               0.4
+       TopSep                1.3
+       BottomSep             0.7
+       ParSep                0.7
+       Align                 Center
+       AlignPossible         Center
+       LabelType             No_Label
+       Font
+         Size                Large
+       EndFont
 End
 
-# Date style definition
-Style Date
-  Margin               Dynamic
-  LatexType            Command
-  InTitle              1
-  LatexName            date
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               0.9
-  BottomSep            0.5
-  ParSep               1
-  Align                        Center
-  AlignPossible                Center
-  LabelType            No_Label
-
-
-  # standard font definition
-  Font 
-    Size               Large
-  EndFont
 
+Style Date
+       Margin                Dynamic
+       LatexType             Command
+       InTitle               1
+       LatexName             date
+       LabelSep              xxx
+       ParSkip               0.4
+       TopSep                0.9
+       BottomSep             0.5
+       ParSep                1
+       Align                 Center
+       AlignPossible         Center
+       LabelType             No_Label
+       Font
+         Size                Large
+       EndFont
 End