]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
Honor trailing spaces in LabelString and friends
[lyx.git] / lib / layouts / stdcounters.inc
index 128bdfdb3237b161408445e84fcc77043bd04cd8..e8f5acb3f0d4e6cf6d9f54155694ed2e93b03dfd 100644 (file)
@@ -4,39 +4,39 @@
 # in most LyX layouts.
 
 
-Format 22
+Format 64
 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