mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
46 lines
945 B
Plaintext
46 lines
945 B
Plaintext
|
#% Do not delete the line below; configure depends on this
|
|||
|
# \DeclareLaTeXClass[mwart]{article (mwart)}
|
|||
|
# mwart textclass definition file. Taken from initial LyX source code
|
|||
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
|||
|
# Transposed by Tomasz <20>uczak <tlu@technodat.com.pl>
|
|||
|
# Heavily modifed and enhanced by serveral developers.
|
|||
|
|
|||
|
# Input general definitions
|
|||
|
Input stdclass.inc
|
|||
|
|
|||
|
# There are no chapters in an article.
|
|||
|
NoStyle Chapter
|
|||
|
NoStyle Chapter*
|
|||
|
|
|||
|
MaxCounter Counter_Section
|
|||
|
SecNumDepth 3
|
|||
|
TocDepth 3
|
|||
|
|
|||
|
# Page styles
|
|||
|
ClassOptions
|
|||
|
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
|
|||
|
End
|
|||
|
|
|||
|
# Change a bit Part and Part*
|
|||
|
Style Part
|
|||
|
Align Left
|
|||
|
AlignPossible Left
|
|||
|
TopSep 2
|
|||
|
BottomSep 1.5
|
|||
|
|
|||
|
Font
|
|||
|
Size Larger
|
|||
|
EndFont
|
|||
|
End
|
|||
|
|
|||
|
Style Part*
|
|||
|
Align Left
|
|||
|
AlignPossible Left
|
|||
|
TopSep 2
|
|||
|
BottomSep 1.5
|
|||
|
|
|||
|
Font
|
|||
|
Size Larger
|
|||
|
EndFont
|
|||
|
End
|