mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
30 lines
489 B
PHP
30 lines
489 B
PHP
|
# Author : Jos<6F> 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
|