]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdstarsections.inc
re-indent (tab for logical indentation, spaces for alignment)
[features.git] / lib / layouts / stdstarsections.inc
index ae432454f9e296fa9ce6a984902246e1e02c0163..54b6ee966095f263bbd37eb39b397c3908c78313 100644 (file)
 
 # Part* style definition
 Style Part*
-  CopyStyle            Part
-  Margin               Static
-  LatexName            part*
-  LabelType            No_Label
+       CopyStyle             Part
+       Margin                Static
+       LatexName             part*
+       LabelType             No_Label
 End
 
 # Chapter* style definition
 Style Chapter*
-  CopyStyle            Chapter
-  Margin               Static
-  LatexName            chapter*
-  LabelType            No_Label
-  OptionalArgs         0
+       CopyStyle             Chapter
+       Margin                Static
+       LatexName             chapter*
+       LabelType             No_Label
+       OptionalArgs          0
 End
 
 # Section* style definition
 Style Section*
-  CopyStyle            Section
-  Margin               Static
-  LatexName            section*
-  LabelType            No_Label
-  OptionalArgs         0
+       CopyStyle             Section
+       Margin                Static
+       LatexName             section*
+       LabelType             No_Label
+       OptionalArgs          0
 End
 
 # Subsection* style definition
 Style Subsection*
-  CopyStyle            Subsection
-  Margin               Static
-  LatexName            subsection*
-  LabelType            No_Label
-  OptionalArgs         0
+       CopyStyle             Subsection
+       Margin                Static
+       LatexName             subsection*
+       LabelType             No_Label
+       OptionalArgs          0
 End
 
 # Subsubsection* style definition
 Style Subsubsection*
-  CopyStyle            Subsubsection
-  Margin               Static
-  LatexName            subsubsection*
-  LabelType            No_Label
-  OptionalArgs         0
+       CopyStyle             Subsubsection
+       Margin                Static
+       LatexName             subsubsection*
+       LabelType             No_Label
+       OptionalArgs          0
 End
 
 # Paragraph* style definition
 Style Paragraph*
-  CopyStyle            Paragraph
-  Margin               Static
-  LatexName            paragraph*
-  LabelType            No_Label
-  OptionalArgs         0
+       CopyStyle             Paragraph
+       Margin                Static
+       LatexName             paragraph*
+       LabelType             No_Label
+       OptionalArgs          0
 End
 
 # Subparagraph* style definition
 Style Subparagraph*
-  CopyStyle            Subparagraph
-  Margin               Static
-  LatexName            subparagraph*
-  LabelType            No_Label
-  OptionalArgs         0
+       CopyStyle             Subparagraph
+       Margin                Static
+       LatexName             subparagraph*
+       LabelType             No_Label
+       OptionalArgs          0
 End