]> git.lyx.org Git - features.git/commitdiff
Fix counters for docbook.
authorJosé Matox <jamatos@lyx.org>
Wed, 27 Oct 2004 18:42:14 +0000 (18:42 +0000)
committerJosé Matox <jamatos@lyx.org>
Wed, 27 Oct 2004 18:42:14 +0000 (18:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9133 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/db_stdclass.inc
lib/layouts/db_stdcounters.inc [new file with mode: 0644]

index 650441a4bf5e27b1d513881458e7a70a8ec0074c..8bc8ac0523bd63f24fa1e791658327fed89ef885 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-27  José Matos  <jamatos@lyx.org>
+
+       * layouts/db_stdclass.inc: include counter files.
+       * layouts/db_stdcounters.inc: readd file with specific docbook counters.
+
 2004-10-26  Angus Leeming  <leeming@lyx.org>
 
        * configure.m4: add an XFig 'copier'.
index 42ff47ef47ea634d380a207d23c26a41024d051f..2ee4e6ce525a79bde71730346677dc374e9a1c2a 100644 (file)
@@ -91,4 +91,6 @@ Input db_stdtitle.inc
 Input db_stdstruct.inc
 Input db_lyxmacros.inc
 Input db_stdlayouts.inc
+Input stdcounters.inc
+Input db_stdcounters.inc
 Input stdfloats.inc
diff --git a/lib/layouts/db_stdcounters.inc b/lib/layouts/db_stdcounters.inc
new file mode 100644 (file)
index 0000000..f0fe076
--- /dev/null
@@ -0,0 +1,31 @@
+# Author : José Matos <jamatos@lyx.org>
+#          Martin Vermeer <martin.vermeer@hut.fi>
+
+# This include file contains all the counters that are defined as standard
+# in Docbook LyX layouts.
+
+Counter
+       Name                 sect1
+       Within               chapter
+End
+
+Counter
+       Name                 sect2
+       Within               sect1
+End
+
+Counter
+       Name                 sect3
+       Within               sect2
+End
+
+Counter
+       Name                 sect4
+       Within               sect3
+End
+
+Counter
+       Name                 sect5
+       Within               sect4
+End
+