]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
include intl/libintl.h that is relative to $TOP_SRCDIR/src
[lyx.git] / lib / layouts / stdcounters.inc
index 17a5dda6217927d710a4aec53aabc43fce16c8af..d7f0a010a53b97dc644ee4379ff4104917fac57e 100644 (file)
@@ -1,87 +1,75 @@
-# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
+# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
 
 # This include file contains all the counters that are defined as standard
 # in most LyX layouts.
 
 
-Counter
-       Name                 part
+Format 5
+Counter 
+       Name                  part
+       LabelString           "\Roman{part}"
 End
 
-
 Counter
        Name                 chapter
 End
 
-
 Counter
        Name                 section
        Within               chapter
 End
 
-
 Counter
        Name                 subsection
        Within               section
 End
 
-
 Counter
        Name                 subsubsection
        Within               subsection
 End
 
-
 Counter
        Name                 paragraph
        Within               subsubsection
 End
 
-
 Counter
        Name                 subparagraph
        Within               paragraph
 End
 
-
 Counter
        Name                 enumi
 End
 
-
 Counter
        Name                 enumii
        Within               enumi
 End
 
-
 Counter
        Name                 enumiii
        Within               enumii
 End
 
-
 Counter
        Name                 enumiv
        Within               enumiii
 End
 
-
 Counter
        Name                 bibitem
 End
 
-
 Counter
-       Name                 figure
+       Name                 listing
 End
 
-
 Counter
-       Name                 table
+       Name                 equation
 End
 
-
 Counter
-       Name                 algorithm
+       Name                 footnote
 End