mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
use the new 2-opt-arg code in the memoir class
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9273 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ae4dc23f4
commit
64df828719
@ -1,3 +1,8 @@
|
||||
2004-11-19 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* layouts/memoir.layout: allow 2 optional arguments
|
||||
for sectioning commands
|
||||
|
||||
2004-11-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* configure.m4: check for more viewers and editors
|
||||
|
@ -7,11 +7,11 @@
|
||||
|
||||
|
||||
Columns 1
|
||||
Sides 2
|
||||
SecNumDepth 2
|
||||
Sides 2
|
||||
SecNumDepth 2
|
||||
TocDepth 2
|
||||
DefaultStyle Standard
|
||||
PageStyle Headings
|
||||
PageStyle Headings
|
||||
|
||||
|
||||
ClassOptions
|
||||
@ -41,6 +41,36 @@ Input stdsections.inc
|
||||
Input stdstarsections.inc
|
||||
|
||||
|
||||
Style Chapter
|
||||
OptionalArgs 2
|
||||
End
|
||||
|
||||
|
||||
Style Section
|
||||
OptionalArgs 2
|
||||
End
|
||||
|
||||
|
||||
Style Subsection
|
||||
OptionalArgs 2
|
||||
End
|
||||
|
||||
|
||||
Style Subsubsection
|
||||
OptionalArgs 2
|
||||
End
|
||||
|
||||
|
||||
Style Paragraph
|
||||
OptionalArgs 2
|
||||
End
|
||||
|
||||
|
||||
Style Subparagraph
|
||||
OptionalArgs 2
|
||||
End
|
||||
|
||||
|
||||
Style Chapterprecis
|
||||
Margin Static
|
||||
LatexType Command
|
||||
|
Loading…
Reference in New Issue
Block a user