]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdsections.inc
Add transformations to InsetExternal.
[lyx.git] / lib / layouts / db_stdsections.inc
index 773cd40d6eb594d09a8a367b6d72dcd6ec8da12f..dd5acb8a21d7f99315689bca5e7b3d820b20daa3 100644 (file)
@@ -7,52 +7,50 @@
 
 Input stdsections.inc
 
-# Part style definition
 Style Part
-  LatexType            Command
-  LatexName            part
-  LatexParam           "0|"
+       LatexType             Command
+       LatexName             part
+       LatexParam            "0|"
 End
 
-# Chapter style definition
+
 Style Chapter
-  LatexType             Command
-  LatexName             chapter
-  LatexParam           "1|"
+       LatexType             Command
+       LatexName             chapter
+       LatexParam            "1|"
 End
 
-# Section style definition
+
 Style Section
-  LatexType            Command
-  LatexName            sect1
-  LatexParam           "2|"
+       LatexType             Command
+       LatexName             sect1
+       LatexParam            "2|"
 End
 
-# Subsection style definition
+
 Style Subsection
-  LatexType            Command
-  LatexName            sect2
-  LatexParam           "3|"
+       LatexType             Command
+       LatexName             sect2
+       LatexParam            "3|"
 End
 
-# Subsubsection style definition
+
 Style Subsubsection
-  LatexType            Command
-  LatexName            sect3
-  LatexParam           "4|"
+       LatexType             Command
+       LatexName             sect3
+       LatexParam            "4|"
 End
 
-# Paragraph style definition
+
 Style Paragraph
-  LatexType            Command
-  LatexName            sect4
-  LatexParam           "5|"
+       LatexType             Command
+       LatexName             sect4
+       LatexParam            "5|"
 End
 
-# Subparagraph style definition
+
 Style Subparagraph
-  LatexType            Command
-  LatexName            sect5
-  LatexParam           "6|"
+       LatexType             Command
+       LatexName             sect5
+       LatexParam            "6|"
 End
-