X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdcounters.inc;h=662706fadc6242b19cfecfbfffb53a7f35d3b3d3;hb=e2e74ffb0a72477420bfc2a8be0fcfbafe52e8ae;hp=9c8801f460def849b1c5795610a856b7b0fd93e1;hpb=72e0b87a90ef78658ad7ea25d0cc1f17c0ef6362;p=lyx.git diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 9c8801f460..662706fadc 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -1,82 +1,99 @@ -# Author : Lars Gullik Bjønnes +# Author : Lars Gullik Bjønnes # This include file contains all the counters that are defined as standard # in most LyX layouts. -Format 4 -Counter - Name part +Format 104 +Counter part + GuiName Part + LabelString "\Roman{part}" + PrettyFormat "Part ##" End -Counter - Name chapter +Counter chapter + GuiName Chapter + PrettyFormat "Chapter ##" End -Counter - Name section +Counter section + GuiName Section Within chapter + PrettyFormat "Section ##" End -Counter - Name subsection +Counter subsection + GuiName Subsection Within section + PrettyFormat "Section ##" End -Counter - Name subsubsection +Counter subsubsection + GuiName Subsubsection Within subsection + PrettyFormat "Section ##" End -Counter - Name paragraph +Counter paragraph + GuiName Paragraph Within subsubsection + PrettyFormat "Paragraph ##" End -Counter - Name subparagraph +Counter subparagraph + GuiName Subparagraph Within paragraph + PrettyFormat "Paragraph ##" End -Counter - Name enumi +Counter enumi + GuiName "Numbered List (Level 1)" + LabelString "\arabic{enumi}." + PrettyFormat "(\arabic{enumi})" End -Counter - Name enumii +Counter enumii + GuiName "Numbered List (Level 2)" Within enumi + LabelString "(\alph{enumii})" + PrettyFormat "(\alph{enumii})" End -Counter - Name enumiii +Counter enumiii + GuiName "Numbered List (Level 3)" Within enumii + LabelString "\roman{enumiii}." + PrettyFormat "(\roman{enumiii})" End -Counter - Name enumiv +Counter enumiv + GuiName "Numbered List (Level 4)" Within enumiii + LabelString "\Alph{enumiv}." + PrettyFormat "(\Alph{enumiv})" End -Counter - Name bibitem +Counter bibitem + GuiName "Bibliography Item" End -Counter - Name figure +Counter listing + GuiName Listing End -Counter - Name table +Counter equation + GuiName Equation + PrettyFormat "Equation ##" End -Counter - Name algorithm +Counter footnote + GuiName Footnote + LabelString "\superarabic{footnote}" + PrettyFormat "Footnote \arabic{footnote}" End -Counter - Name equation -End - -Counter - Name listing +Counter thanks + GuiName "Footnote (Title)" + PrettyFormat "Footnote \arabic{footnote}" + LabelString "\fnsymbol{thanks}" End