]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
lyx2lyx: Update the emergency value
[lyx.git] / lib / layouts / stdcounters.inc
index 5d2e0c77edc28f318ad6467a2a4832ecf5a8912a..f5b6e2f585ae820c009106cf5bf8a2235d0ca502 100644 (file)
@@ -4,32 +4,39 @@
 # in most LyX layouts.
 
 
-Format 11
+Format 49
 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
@@ -58,7 +65,9 @@ Counter listing
 End
 
 Counter equation
+       PrettyFormat         "Equation ##"
 End
 
 Counter footnote
+       PrettyFormat         "Footnote ##"
 End