X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=7378ab7382dfbaaa75bd890f7e56c12249c2a11a;hb=b4dcad83b2f6e3fce28b4e04cc1abc8d654f9bfe;hp=1dc6fddec1d000e7acd070bef8d6070c0c17c9f5;hpb=d853aca254e1b63b16c8872df0e53dfb4bd4760d;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 1dc6fddec1..7378ab7382 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -4,39 +4,39 @@ # in most LyX layouts. -Format 21 +Format 60 Counter part - LabelString "\Roman{part}" - PrettyFormat Part \Roman{part} + LabelString "\Roman{part}" + PrettyFormat "Part \Roman{part}" End Counter chapter - PrettyFormat Chapter \arabic{chapter} + PrettyFormat "Chapter ##" End Counter section Within chapter - PrettyFormat Section \arabic{section} + PrettyFormat "Section ##" End Counter subsection Within section - PrettyFormat Section \arabic{subsection} + PrettyFormat "Section ##" End Counter subsubsection Within subsection - PrettyFormat Section \arabic{subsubsection} + PrettyFormat "Section ##" End Counter paragraph Within subsubsection - PrettyFormat Paragraph \arabic{paragraph} + PrettyFormat "Paragraph ##" End Counter subparagraph Within paragraph - PrettyFormat Paragraph \arabic{subparagraph} + PrettyFormat "Paragraph ##" End Counter enumi @@ -65,9 +65,14 @@ Counter listing End Counter equation - PrettyFormat Equation \arabic{equation} + PrettyFormat "Equation ##" End Counter footnote - PrettyFormat Footnote \arabic{footnote} + PrettyFormat "Footnote ##" +End + +Counter thanks + PrettyFormat "Footnote ##" + LabelString "\fnsymbol{thanks}" End