X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=662706fadc6242b19cfecfbfffb53a7f35d3b3d3;hb=e2e74ffb0a72477420bfc2a8be0fcfbafe52e8ae;hp=016244ac8251bcf33f0893a0748dfafbf1f76a9c;hpb=4615e2f09ff5f4b7c5e149fcedc9708393ba86e9;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 016244ac82..662706fadc 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -4,7 +4,7 @@ # in most LyX layouts. -Format 92 +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,12 @@ End Counter footnote GuiName Footnote - PrettyFormat "Footnote ##" + LabelString "\superarabic{footnote}" + PrettyFormat "Footnote \arabic{footnote}" End Counter thanks GuiName "Footnote (Title)" - PrettyFormat "Footnote ##" + PrettyFormat "Footnote \arabic{footnote}" LabelString "\fnsymbol{thanks}" End