]> git.lyx.org Git - features.git/blobdiff - lib/layouts/db_stdlayouts.inc
re-indent (tab for logical indentation, spaces for alignment)
[features.git] / lib / layouts / db_stdlayouts.inc
index 55626bed417f21c0fd00409dd475d17fc593a213..6938246c11d871a228d40d79d08503554e58054c 100644 (file)
@@ -9,32 +9,32 @@ Input stdlayouts.inc
 
 # SGML style definition
 Style SGML
-  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
+       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
 
 # Verbatim style definition
 Style Literal
-  LatexType            Environment
-  LatexName            literallayout
-  PassThru              1
+       LatexType             Environment
+       LatexName             literallayout
+       PassThru              1
 End
 
 # Quote style definition
 Style Quotation
-  LatexType            Environment
-  LatexName            blockquote
-  LatexParam           para
+       LatexType             Environment
+       LatexName             blockquote
+       LatexParam            para
 End
 
 # Quote should be an inline element
@@ -43,6 +43,6 @@ NoStyle Quote
 NoStyle Verse
 
 Style Caption
-  LatexType            Paragraph
-  LatexName            title
+       LatexType             Paragraph
+       LatexName             title
 End
\ No newline at end of file