X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=d6ccaed6305e40d2b757f1e3c660c45bf420b6d3;hb=d0379db1aab1aeeefeea8cf31db7ab7d88396fed;hp=d6e43bed3c19170c97885694c155c25fd5aad104;hpb=9f535f5a45bacc3290da7285979a55850dba01b0;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index d6e43bed3c..d6ccaed630 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -4,39 +4,39 @@ # in most LyX layouts. -Format 22 +Format 80 Counter part - LabelString "\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