X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=7378ab7382dfbaaa75bd890f7e56c12249c2a11a;hb=b4dcad83b2f6e3fce28b4e04cc1abc8d654f9bfe;hp=eff9af355550514cb242ce4533f9eab2c4435231;hpb=a2f4949d3842eb2fe5a692031a8f6ccb995b3d24;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index eff9af3555..7378ab7382 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -4,47 +4,58 @@ # in most LyX layouts. -Format 11 +Format 60 Counter part - LabelString "\Roman{part}" + LabelString "\Roman{part}" + PrettyFormat "Part \Roman{part}" End Counter chapter + PrettyFormat "Chapter ##" End Counter section Within chapter + PrettyFormat "Section ##" End Counter subsection Within section + PrettyFormat "Section ##" End Counter subsubsection Within subsection + PrettyFormat "Section ##" End Counter paragraph Within subsubsection + PrettyFormat "Paragraph ##" End Counter subparagraph Within paragraph + PrettyFormat "Paragraph ##" End Counter enumi + LabelString "\arabic{enumi}." End Counter enumii Within enumi + LabelString "(\alph{enumii})" End Counter enumiii Within enumii + LabelString "\roman{enumiii}." End Counter enumiv Within enumiii + LabelString "\Alph{enumiv}." End Counter bibitem @@ -54,7 +65,14 @@ Counter listing End Counter equation + PrettyFormat "Equation ##" End Counter footnote + PrettyFormat "Footnote ##" +End + +Counter thanks + PrettyFormat "Footnote ##" + LabelString "\fnsymbol{thanks}" End