From 23ac011dc8a2bab34567848ac5a9a349db5ef194 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 7 Jan 2011 22:18:43 +0000 Subject: [PATCH] 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 --- lib/layouts/enumitem.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layouts/enumitem.module b/lib/layouts/enumitem.module index 74c66af2c4..c0433d664c 100644 --- a/lib/layouts/enumitem.module +++ b/lib/layouts/enumitem.module @@ -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 -- 2.39.2