mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 14:29:21 +00:00
Enumitem's "Labeling/LyX-List" should not change the original layout.
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
This commit is contained in:
parent
f49a526afc
commit
23ac011dc8
@ -97,7 +97,7 @@ Style Labeling
|
|||||||
% mandatory second argument (label-pattern):
|
% mandatory second argument (label-pattern):
|
||||||
\newenvironment{elabeling}[2][]%
|
\newenvironment{elabeling}[2][]%
|
||||||
{\settowidth{\lyxlabelwidth}{#2}
|
{\settowidth{\lyxlabelwidth}{#2}
|
||||||
\begin{description}[font=,style=sameline,
|
\begin{description}[font=\normalfont,style=sameline,
|
||||||
leftmargin=\lyxlabelwidth,#1]}
|
leftmargin=\lyxlabelwidth,#1]}
|
||||||
{\end{description}}
|
{\end{description}}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
|
Loading…
Reference in New Issue
Block a user