]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
Fix output of formatted counters.
[lyx.git] / lib / layouts / stdcounters.inc
index d6e43bed3c19170c97885694c155c25fd5aad104..a31b3525be612d031e052cef20ba36b1cb46afe9 100644 (file)
@@ -11,32 +11,32 @@ Counter 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,9 @@ Counter listing
 End
 
 Counter equation
-       PrettyFormat         "Equation \arabic{equation}"
+       PrettyFormat         "Equation ##"
 End
 
 Counter footnote
-       PrettyFormat         "Footnote \arabic{footnote}"
+       PrettyFormat         "Footnote ##"
 End