* scrclass.inc: \addpart, \addchap and \addsec have an optional argument.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36904 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-12-16 09:00:55 +00:00
parent bfb1e81ac7
commit 8eb83b0efc
2 changed files with 6 additions and 0 deletions

View File

@ -99,18 +99,21 @@ Input stdstarsections.inc
Style Addpart
CopyStyle Part*
LatexName addpart
OptionalArgs 1
End
Style Addchap
CopyStyle Chapter*
LatexName addchap
OptionalArgs 1
End
Style Addsec
CopyStyle Section*
LatexName addsec
OptionalArgs 1
End

View File

@ -64,6 +64,9 @@ What's new
- Correctly check for RTF and DOC viewers.
- KOMA classes: Support the optional argument of Addpart, Addchap and
Addsec.
* USER INTERFACE