mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 00:20:43 +00:00
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:
parent
ec75d960c5
commit
d4d6267991
@ -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'.
|
||||
|
@ -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
|
||||
|
31
lib/layouts/db_stdcounters.inc
Normal file
31
lib/layouts/db_stdcounters.inc
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user