]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Rename file.
[lyx.git] / lib / layouts / stdlists.inc
index bac13bf5a46b62b02805d6111ae5f79e233967ab..7d0c33be77cca2fb80605d825f16edadffa8ee9b 100644 (file)
@@ -1,3 +1,4 @@
+
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
 
 # Itemize style definition
 Style Itemize
-  Margin               Static
-  LatexType            Item_Environment
-  LatexName            itemize
-  NextNoIndent         1
-  LeftMargin           MMN
-  LabelSep             xx
-  ItemSep              0.2
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.3
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Static
-  LabelString          *
+       Margin                Static
+       LatexType             Item_Environment
+       LatexName             itemize
+       NextNoIndent          1
+       LeftMargin            MMN
+       LabelSep              xx
+       ItemSep               0.2
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.3
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Static
+       LabelString           *
 End
 
 # Enumerate style definition
 Style Enumerate
-  Margin               Static
-  LatexType            Item_Environment
-  LatexName            enumerate
-  NextNoIndent         1
-  LeftMargin           MMN
-  LabelSep             xx
-  ParSkip              0.0
-  ItemSep              0.2
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.3
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Counter_EnumI
+       Margin                Static
+       LatexType             Item_Environment
+       LatexName             enumerate
+       NextNoIndent          1
+       LeftMargin            MMN
+       LabelSep              xx
+       ParSkip               0.0
+       ItemSep               0.2
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.3
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Counter_EnumI
 End
 
 # Description style definition
 Style Description
-  Margin               First_Dynamic
-  LatexType            Item_environment
-  LatexName            description
-  NextNoIndent         1
-  LeftMargin           MM
-  LabelSep             xxx
-  ParSkip              0.4
-  ItemSep              0.2
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.3
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Manual
-  LabelString          MM
-
-  # label font definition
-  LabelFont 
-    Series             Bold
-  EndFont
+       Margin                First_Dynamic
+       LatexType             Item_environment
+       LatexName             description
+       NextNoIndent          1
+       LeftMargin            MM
+       LabelSep              xxx
+       ParSkip               0.4
+       ItemSep               0.2
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.3
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Manual
+       LabelString           MM
+
+       # label font definition
+       LabelFont 
+         Series              Bold
+       EndFont
 End
 
 # List style definition
 Style List
-  Margin               Manual
-  LatexType            List_Environment
-  LatexName            lyxlist
-  NextNoindent         1
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               0.7
-  BottomSep            0.7
-  ParSep               0.5
-  Align                        Block
-  AlignPossible                Block, Left
-  LabelType            Manual
-  LabelString          00.00.0000
-
-  #define the environment lyxlist
-  Preamble
-  \newenvironment{lyxlist}[1]
-    {\begin{list}{}
-      {\settowidth{\labelwidth}{#1}
-       \setlength{\leftmargin}{\labelwidth}
-       \addtolength{\leftmargin}{\labelsep}
-       \renewcommand{\makelabel}[1]{##1\hfil}}}
-    {\end{list}}
-  EndPreamble
+       Margin                Manual
+       LatexType             List_Environment
+       LatexName             lyxlist
+       NextNoindent          1
+       LabelSep              xxx
+       ParSkip               0.4
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.5
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Manual
+       LabelString           00.00.0000
+
+       #define the environment lyxlist
+       Preamble
+       \newenvironment{lyxlist}[1]
+         {\begin{list}{}
+           {\settowidth{\labelwidth}{#1}
+            \setlength{\leftmargin}{\labelwidth}
+            \addtolength{\leftmargin}{\labelsep}
+            \renewcommand{\makelabel}[1]{##1\hfil}}}
+         {\end{list}}
+       EndPreamble
 
 End
+
+
+
+Style Bibliography
+       Margin                Static
+       LatexType             Bib_Environment
+       LatexName             thebibliography
+       NextNoIndent          1
+       LeftMargin            MMN
+       LabelSep              xx
+       ParSkip               0.0
+       ItemSep               0.2
+       TopSep                0.7
+       BottomSep             0.7
+       ParSep                0.3
+       Align                 Block
+       AlignPossible         Block, Left
+       LabelType             Counter_EnumI
+End
+
+
+#
+# New environments (not active yet)
+#
+#Environment Itemize
+#       LaTeXHeader "\begin{itemize}"
+#       LaTeXFooter "\end{itemize}"
+#  LabelString          *
+#  Margin               Static
+#  LatexType            Item_Environment
+#  NextNoIndent         1
+#  LeftMargin           MMN
+#  LabelSep             xx
+#  ItemSep              0.2
+#  TopSep               0.7
+#  BottomSep            0.7
+#  ParSep               0.3
+#  Align                        Block
+#  AlignPossible                Block, Left
+#  LabelType            Static
+#End
+
+#Environment Enumerate
+#  Margin               Static
+#  LatexType            Item_Environment
+#  LatexName            enumerate
+#  NextNoIndent         1
+#  LeftMargin           MMN
+#  LabelSep             xx
+#  ParSkip              0.0
+#  ItemSep              0.2
+#  TopSep               0.7
+#  BottomSep            0.7
+#  ParSep               0.3
+#  Align                        Block
+#  AlignPossible                Block, Left
+#  LabelType            Counter_EnumI
+#End
+