]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Fix conversion of minipages that contains tabulars.
[lyx.git] / lib / layouts / stdlists.inc
index 2525fda38c94284a7a8242bbdf8f0421d34a0e69..c2a586ad649368c2f89be84d42e1ebf9ab152ad6 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>
@@ -88,8 +89,67 @@ Style List
       {\settowidth{\labelwidth}{#1}
        \setlength{\leftmargin}{\labelwidth}
        \addtolength{\leftmargin}{\labelsep}
-       \renewcommand{\makelabel}[1]{\makebox[\labelwidth][l]{##1}}}}
+       \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
+