X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=dbebe25b0359f6fd7587446846471c1ee62022d4;hb=bbbd1820957f8a3584765eecc8533da6853a979f;hp=464fc96dedb55bfd0b7fffdd43248b50f80d8160;hpb=bd142885a653ae8f0e8b07037289c8fa38f97f35;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 464fc96ded..dbebe25b03 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -4,7 +4,7 @@ # in most LyX layouts. -Format 85 +Format 104 Counter part GuiName Part LabelString "\Roman{part}" @@ -49,24 +49,28 @@ End Counter enumi GuiName "Numbered List (Level 1)" LabelString "\arabic{enumi}." + PrettyFormat "(\arabic{enumi})" End Counter enumii GuiName "Numbered List (Level 2)" Within enumi LabelString "(\alph{enumii})" + PrettyFormat "(\alph{enumii})" End Counter enumiii GuiName "Numbered List (Level 3)" Within enumii LabelString "\roman{enumiii}." + PrettyFormat "(\roman{enumiii})" End Counter enumiv GuiName "Numbered List (Level 4)" Within enumiii LabelString "\Alph{enumiv}." + PrettyFormat "(\Alph{enumiv})" End Counter bibitem @@ -84,11 +88,11 @@ End Counter footnote GuiName Footnote - PrettyFormat "Footnote ##" + PrettyFormat "Footnote \arabic{footnote}" End Counter thanks GuiName "Footnote (Title)" - PrettyFormat "Footnote ##" + PrettyFormat "Footnote \arabic{footnote}" LabelString "\fnsymbol{thanks}" End