mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 14:29:21 +00:00
d6e9a80492
applied to to classes. More to come... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7740 a592a061-630c-0410-9148-cb99ea01b6c8
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass{article}
|
|
# Article textclass definition file. Taken from initial LyX source code
|
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
|
# Transposed by Pascal André <andre@via.ecp.fr>
|
|
# 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
|
|
|
|
# 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
|
|
|
|
|
|
Style Section
|
|
LabelString "\arabic{section}"
|
|
LabelStringAppendix "\Alph{section}"
|
|
End
|
|
|
|
|
|
Style Subsection
|
|
LabelString "@Section@.\arabic{subsection}"
|
|
LabelStringAppendix "@Section@.\arabic{subsection}"
|
|
End
|
|
|
|
|
|
Style Subsubsection
|
|
LabelString "@Subsection@.\arabic{subsubsection}"
|
|
LabelStringAppendix "@Subsection@.\arabic{subsubsection}"
|
|
End
|