mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
ff294fdfc4
* lib/layouts/numarticle.inc: set TocLevel here, although chapters do not appear in articles (there will be a NoStyle Chapter later anyway). * lib/layouts/numreport.inc: remove the above code from here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21744 a592a061-630c-0410-9148-cb99ea01b6c8
23 lines
431 B
HTML
23 lines
431 B
HTML
# Author : André Pönitz
|
|
# This include file contains label definitions for a report-like numbering.
|
|
|
|
Format 4
|
|
Input numarticle.inc
|
|
|
|
Style Part
|
|
TocLevel -1
|
|
End
|
|
|
|
|
|
Style Chapter
|
|
LabelString "Chapter \arabic{chapter}"
|
|
LabelStringAppendix "Appendix \Alph{chapter}"
|
|
End
|
|
|
|
|
|
Style Section
|
|
LabelString "\arabic{chapter}.\arabic{section}"
|
|
LabelStringAppendix "\Alph{chapter}.\arabic{section}"
|
|
End
|
|
|