]> git.lyx.org Git - features.git/commitdiff
Enumitem's "Labeling/LyX-List" should not change the original layout.
authorPavel Sanda <sanda@lyx.org>
Fri, 7 Jan 2011 22:18:43 +0000 (22:18 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 7 Jan 2011 22:18:43 +0000 (22:18 +0000)
Patch from Guenter.
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84689.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37150 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/enumitem.module

index 74c66af2c485d613cd7402caa5e73d256a34b8b0..c0433d664c61ac8089a5eb0d05031fc3ca504108 100644 (file)
@@ -97,7 +97,7 @@ Style Labeling
        % mandatory second argument (label-pattern):
        \newenvironment{elabeling}[2][]%
          {\settowidth{\lyxlabelwidth}{#2}
-          \begin{description}[font=,style=sameline,
+          \begin{description}[font=\normalfont,style=sameline,
                               leftmargin=\lyxlabelwidth,#1]}
          {\end{description}}
        EndPreamble