mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
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:
parent
58216db854
commit
d42dd19a77
@ -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
|
||||||
|
@ -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
|
||||||
|
29
lib/layouts/db_stdcounters.inc
Normal file
29
lib/layouts/db_stdcounters.inc
Normal 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
|
Loading…
Reference in New Issue
Block a user