X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=05d7b479b92405cfc480ea9e70796a4a5905c2c3;hb=bf88ad495cead6e97a05fee59e41414648145fc1;hp=3b7897cf9385108a752be167458843acafe5b46f;hpb=f86fc8d88cb2191ffb95d0e483adc08eb232d815;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 3b7897cf93..05d7b479b9 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -4,72 +4,75 @@ # in most LyX layouts. -Format 4 -Counter - Name part - LabelString "\Roman{part}" +Format 74 +Counter part + LabelString "\Roman{part}" + PrettyFormat "Part \Roman{part}" End -Counter - Name chapter +Counter chapter + PrettyFormat "Chapter ##" End -Counter - Name section +Counter section Within chapter + PrettyFormat "Section ##" End -Counter - Name subsection +Counter subsection Within section + PrettyFormat "Section ##" End -Counter - Name subsubsection +Counter subsubsection Within subsection + PrettyFormat "Section ##" End -Counter - Name paragraph +Counter paragraph Within subsubsection + PrettyFormat "Paragraph ##" End -Counter - Name subparagraph +Counter subparagraph Within paragraph + PrettyFormat "Paragraph ##" End -Counter - Name enumi +Counter enumi + LabelString "\arabic{enumi}." End -Counter - Name enumii +Counter enumii Within enumi + LabelString "(\alph{enumii})" End -Counter - Name enumiii +Counter enumiii Within enumii + LabelString "\roman{enumiii}." End -Counter - Name enumiv +Counter enumiv Within enumiii + LabelString "\Alph{enumiv}." End -Counter - Name bibitem +Counter bibitem End -Counter - Name listing +Counter listing End -Counter - Name equation +Counter equation + PrettyFormat "Equation ##" End -Counter - Name footnote +Counter footnote + PrettyFormat "Footnote ##" +End + +Counter thanks + PrettyFormat "Footnote ##" + LabelString "\fnsymbol{thanks}" End