* scrclass.inc: add support for \subtitle.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35134 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-08-13 11:34:48 +00:00
parent 56f8f8ba7a
commit 0d174e9e0d
2 changed files with 11 additions and 0 deletions

View File

@ -152,6 +152,15 @@ Style Title
End
Style Subtitle
CopyStyle Title
LatexName subtitle
Font
Size Large
EndFont
End
Style Author
Font
Size Larger

View File

@ -33,6 +33,8 @@ What's new
"all" for letting LyX behave as in 1.6.6 and previous versions; set it
to "none" for mimicking the 1.6.7 behavior of not overwriting any file.
- Add support for subtitles in the KOMA classes.
* USER INTERFACE