]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlayouts.inc
fix typo that put too many include paths for most people
[lyx.git] / lib / layouts / db_stdlayouts.inc
index e6526a9c85c7bea68b4ac0804431f0c9e3e86633..55626bed417f21c0fd00409dd475d17fc593a213 100644 (file)
@@ -9,19 +9,25 @@ Input stdlayouts.inc
 
 # SGML style definition
 Style SGML
-  CopyStyle            LaTeX
-  LatexName            "!-- --"
+  Margin                Static
+  LatexType             Paragraph
+  LatexName             "!-- --"
+  NewLine               0
+  ParIndent             MM
+  ParSkip               0.4
+  ParSep                0.5
+  Align                 Left
+  AlignPossible         Block
+  LabelType             No_Label
+  FreeSpacing           1
+  PassThru             1
 End
 
-NoStyle LaTeX
-
 # Verbatim style definition
 Style Literal
   LatexType            Environment
   LatexName            literallayout
-  Font
-    Latex               Latex
-  EndFont
+  PassThru              1
 End
 
 # Quote style definition
@@ -38,5 +44,5 @@ NoStyle Verse
 
 Style Caption
   LatexType            Paragraph
-  LatexName            caption
+  LatexName            title
 End
\ No newline at end of file