X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=925a2ab03a05366ec08e7e4f81fd753d3f8e00ba;hb=051c5f27284f00c20e95c5732bcfb04632c7cb18;hp=b32eb0981b7fee98dd1c1cd6f32065fa219bfe83;hpb=8ba08a53b2ac7039126a0b90fce5d19374c781ea;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index b32eb0981b..925a2ab03a 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -4,70 +4,91 @@ # in most LyX layouts. -Format 36 +Format 99 Counter part + GuiName Part LabelString "\Roman{part}" - PrettyFormat "Part \Roman{part}" + PrettyFormat "Part ##" End Counter chapter + GuiName Chapter PrettyFormat "Chapter ##" End Counter section + GuiName Section Within chapter PrettyFormat "Section ##" End Counter subsection + GuiName Subsection Within section PrettyFormat "Section ##" End Counter subsubsection + GuiName Subsubsection Within subsection PrettyFormat "Section ##" End Counter paragraph + GuiName Paragraph Within subsubsection PrettyFormat "Paragraph ##" End Counter subparagraph + GuiName Subparagraph Within paragraph PrettyFormat "Paragraph ##" End Counter enumi + GuiName "Numbered List (Level 1)" LabelString "\arabic{enumi}." End Counter enumii + GuiName "Numbered List (Level 2)" Within enumi LabelString "(\alph{enumii})" End Counter enumiii + GuiName "Numbered List (Level 3)" Within enumii LabelString "\roman{enumiii}." End Counter enumiv + GuiName "Numbered List (Level 4)" Within enumiii LabelString "\Alph{enumiv}." End Counter bibitem + GuiName "Bibliography Item" End Counter listing + GuiName Listing End Counter equation + GuiName Equation PrettyFormat "Equation ##" End Counter footnote + GuiName Footnote PrettyFormat "Footnote ##" End + +Counter thanks + GuiName "Footnote (Title)" + PrettyFormat "Footnote ##" + LabelString "\fnsymbol{thanks}" +End