mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
27de1486ca
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
67 lines
1.4 KiB
HTML
67 lines
1.4 KiB
HTML
# Standard 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 several developers.
|
|
|
|
# This include files contains all non numbered versions of the
|
|
# sectionning-related commands that are useful for article-like
|
|
# document classes, but not for letters. It should be Input after
|
|
# modying the style of the regular sectionning layouts.
|
|
|
|
# Part* style definition
|
|
Style Part*
|
|
CopyStyle Part
|
|
Margin Static
|
|
LatexName part*
|
|
LabelType No_Label
|
|
End
|
|
|
|
# Chapter* style definition
|
|
Style Chapter*
|
|
CopyStyle Chapter
|
|
Margin Static
|
|
LatexName chapter*
|
|
LabelType No_Label
|
|
End
|
|
|
|
# Section* style definition
|
|
Style Section*
|
|
CopyStyle Section
|
|
Margin Static
|
|
LatexName section*
|
|
LabelType No_Label
|
|
End
|
|
|
|
# Subsection* style definition
|
|
Style Subsection*
|
|
CopyStyle Subsection
|
|
Margin Static
|
|
LatexName subsection*
|
|
LabelType No_Label
|
|
End
|
|
|
|
# Subsubsection* style definition
|
|
Style Subsubsection*
|
|
CopyStyle Subsubsection
|
|
Margin Static
|
|
LatexName subsubsection*
|
|
LabelType No_Label
|
|
End
|
|
|
|
# Paragraph* style definition
|
|
Style Paragraph*
|
|
CopyStyle Paragraph
|
|
Margin Static
|
|
LatexName paragraph*
|
|
LabelType No_Label
|
|
End
|
|
|
|
# Subparagraph* style definition
|
|
Style Subparagraph*
|
|
CopyStyle Subparagraph
|
|
Margin Static
|
|
LatexName subparagraph*
|
|
LabelType No_Label
|
|
End
|
|
|