]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
Update description to reflect arg improvements
[lyx.git] / lib / layouts / stdcounters.inc
index e3a14768ee539215ea09ea82ead8ffa91ac33276..595f8c13ba5f997197c860b0c249db0507196c50 100644 (file)
@@ -4,79 +4,75 @@
 # in most LyX layouts.
 
 
-Format 4
-Counter
-       Name                 part
+Format 54
+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                 figure
+Counter listing
 End
 
-Counter
-       Name                 table
+Counter equation
+       PrettyFormat         "Equation ##"
 End
 
-Counter
-       Name                 algorithm
+Counter footnote
+       PrettyFormat         "Footnote ##"
 End
 
-Counter
-       Name                 equation
-End
-
-Counter
-       Name                 listing
+Counter thanks
+       PrettyFormat         "Footnote ##"
+       LabelString          "\fnsymbol{thanks}"
 End