add counters for docbook.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7969 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2003-10-23 15:30:40 +00:00
parent 58216db854
commit d42dd19a77
3 changed files with 35 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-10-23 José Matos <jamatos@lyx.org>
* layouts/db_stdcounters.inc:
* layouts/db_stdclass.inc: add counters for docbook.
2003-10-22 José Matos <jamatos@lyx.org> 2003-10-22 José Matos <jamatos@lyx.org>
* lyxconvert_223.py (convert_minipage): Assures that paramaters order * lyxconvert_223.py (convert_minipage): Assures that paramaters order

View File

@ -34,4 +34,5 @@ Input db_stdstruct.inc
Input db_lyxmacros.inc Input db_lyxmacros.inc
Input db_stdlayouts.inc Input db_stdlayouts.inc
Input stdcounters.inc Input stdcounters.inc
Input db_stdcounters.inc
Input stdfloats.inc Input stdfloats.inc

View File

@ -0,0 +1,29 @@
# Author : José Matos <jamatos@lyx.org>
# 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