]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
Add a layout and template for the R Journal
[lyx.git] / lib / layouts / stdcounters.inc
index 44f9801d30ba72eec351385080ec8d29d5d4c100..78f69d91f339beb8ed36130ecaafd74b83da9e1e 100644 (file)
@@ -4,32 +4,39 @@
 # in most LyX layouts.
 
 
-Format 11
+Format 45
 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
@@ -38,7 +45,7 @@ End
 
 Counter enumii
        Within               enumi
-       LabelString          "\alph{enumii}."
+       LabelString          "(\alph{enumii})"
 End
 
 Counter enumiii
@@ -58,7 +65,9 @@ Counter listing
 End
 
 Counter equation
+       PrettyFormat         "Equation ##"
 End
 
 Counter footnote
+       PrettyFormat         "Footnote ##"
 End