]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdstruct.inc
re-indent (tab for logical indentation, spaces for alignment)
[features.git] / lib / layouts / stdstruct.inc
index e3e8775a4462f77dce401092a245d2c293d18b36..2171681c3ba8a6ee7f1d3e6cdb75c14410f59170 100644 (file)
 
 # Abstract style definition
 Style Abstract 
-  Margin               Static
-  LatexType            Environment
-  LatexName            abstract
-  NextNoIndent         1
-  LeftMargin           MMM
-  RightMargin          MMM
-  ParIndent            MM
-  ItemSep              0
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0
-  Align                        Block
-  AlignPossible                Block
-  LabelType            Centered_Top_Environment
-  LabelString          Abstract
-  LabelBottomSep    0.5
+       Margin                Static
+       LatexType             Environment
+       LatexName             abstract
+       NextNoIndent          1
+       LeftMargin            MMM
+       RightMargin           MMM
+       ParIndent             MM
+       ItemSep               0
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0
+       Align                 Block
+       AlignPossible         Block
+       LabelType             Centered_Top_Environment
+       LabelString           Abstract
+       LabelBottomSep    0.5
 
-  # standard font definition
-  Font 
-    Size               Small
-  EndFont
+       # standard font definition
+       Font 
+         Size                Small
+       EndFont
 
-  # label font definition
-  LabelFont 
-    Series             Bold
-    Size               Large
-  EndFont
+       # label font definition
+       LabelFont 
+         Series              Bold
+         Size                Large
+       EndFont
 End 
 
 # Bibliography style definition
 Style Bibliography
-  Margin               First_Dynamic
-  LatexType            Bib_Environment
-  LatexName            thebibliography
-  NextNoIndent         1
-  LeftMargin           MM
-  ParSkip              0.4
-  ItemSep              0
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.5
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Bibliography
-  LabelString          References
-  LabelBottomSep    0.7
+       Margin                First_Dynamic
+       LatexType             Bib_Environment
+       LatexName             thebibliography
+       NextNoIndent          1
+       LeftMargin            MM
+       ParSkip               0.4
+       ItemSep               0
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.5
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Bibliography
+       LabelString           References
+       LabelBottomSep    0.7
 
-  # label font definition
-  LabelFont 
-    Series             Bold
-    Size               Larger
-  EndFont
+       # label font definition
+       LabelFont 
+         Series              Bold
+         Size                Larger
+       EndFont
 End