Fix counters for docbook.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9133 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2004-10-27 18:42:14 +00:00
parent ec75d960c5
commit d4d6267991
3 changed files with 38 additions and 0 deletions

View 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'.

View 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

View File

@ -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