]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
Update description to reflect arg improvements
[lyx.git] / lib / layouts / stdcounters.inc
index e1110f48b6920c2732dc87b8288a3ae1d6311311..595f8c13ba5f997197c860b0c249db0507196c50 100644 (file)
@@ -4,47 +4,58 @@
 # in most LyX layouts.
 
 
-Format 10
+Format 54
 Counter part
-       LabelString           "\Roman{part}"
+       LabelString          "\Roman{part}"
+       PrettyFormat         "Part \Roman{part}"
 End
 
 Counter chapter
+       PrettyFormat         "Chapter ##"
 End
 
 Counter section
        Within               chapter
+       PrettyFormat         "Section ##"
 End
 
 Counter subsection
        Within               section
+       PrettyFormat         "Section ##"
 End
 
 Counter subsubsection
        Within               subsection
+       PrettyFormat         "Section ##"
 End
 
 Counter paragraph
        Within               subsubsection
+       PrettyFormat         "Paragraph ##"
 End
 
 Counter subparagraph
        Within               paragraph
+       PrettyFormat         "Paragraph ##"
 End
 
 Counter enumi
+       LabelString          "\arabic{enumi}."
 End
 
 Counter enumii
        Within               enumi
+       LabelString          "(\alph{enumii})"
 End
 
 Counter enumiii
        Within               enumii
+       LabelString          "\roman{enumiii}."
 End
 
 Counter enumiv
        Within               enumiii
+       LabelString          "\Alph{enumiv}."
 End
 
 Counter bibitem
@@ -54,7 +65,14 @@ Counter listing
 End
 
 Counter equation
+       PrettyFormat         "Equation ##"
 End
 
 Counter footnote
+       PrettyFormat         "Footnote ##"
+End
+
+Counter thanks
+       PrettyFormat         "Footnote ##"
+       LabelString          "\fnsymbol{thanks}"
 End