113 lines
2.6 KiB
PHP
113 lines
2.6 KiB
PHP
# 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
|
|
# sectioning-related commands that are useful for article-like
|
|
# document classes, but not for letters. It should be Input after
|
|
# modifying the style of the regular sectioning layouts.
|
|
|
|
|
|
Format 11
|
|
#Style Part*
|
|
# CopyStyle Part
|
|
# Category Unnumbered
|
|
# Margin Static
|
|
# LatexName part*
|
|
# LabelType No_Label
|
|
# LabelCounter ""
|
|
#End
|
|
|
|
|
|
#Style Chapter*
|
|
# CopyStyle Chapter
|
|
# Category Unnumbered
|
|
# Margin Static
|
|
# LatexName chapter*
|
|
# LabelType No_Label
|
|
# LabelCounter ""
|
|
#End
|
|
|
|
|
|
Style "Раздел без номера в огл."
|
|
CopyStyle "Раздел"
|
|
Category Unnumbered
|
|
Margin Static
|
|
LatexName ESPDstarsectiontoc
|
|
LabelType No_Label
|
|
LabelCounter ""
|
|
OptionalArgs 0
|
|
|
|
Preamble
|
|
\newcommand{\ESPDstarsectiontoc}[1]{
|
|
\section*{#1}
|
|
\pdfbookmark[1]{#1}{toc}
|
|
\addcontentsline{toc}{section}{#1}
|
|
}
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
|
Style "Раздел без номера"
|
|
CopyStyle "Раздел"
|
|
Category Unnumbered
|
|
Margin Static
|
|
LatexName ESPDstarsection
|
|
LabelType No_Label
|
|
LabelCounter ""
|
|
OptionalArgs 0
|
|
|
|
Preamble
|
|
\newcommand{\ESPDstarsection}[1]{
|
|
\section*{#1}
|
|
}
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
|
#Style Subsection*
|
|
# CopyStyle Subsection
|
|
# Category Unnumbered
|
|
# Margin Static
|
|
# LatexName subsection*
|
|
# LabelType No_Label
|
|
# LabelCounter ""
|
|
# OptionalArgs 0
|
|
#End
|
|
|
|
|
|
#Style Subsubsection*
|
|
# CopyStyle Subsubsection
|
|
# Category Unnumbered
|
|
# Margin Static
|
|
# LatexName subsubsection*
|
|
# LabelType No_Label
|
|
# LabelCounter ""
|
|
# OptionalArgs 0
|
|
#End
|
|
|
|
|
|
#Style Paragraph*
|
|
# CopyStyle Paragraph
|
|
# Category Unnumbered
|
|
# Margin Static
|
|
# LatexName paragraph*
|
|
# LabelType No_Label
|
|
# LabelCounter ""
|
|
# OptionalArgs 0
|
|
#End
|
|
|
|
|
|
#Style Subparagraph*
|
|
# CopyStyle Subparagraph
|
|
# Category Unnumbered
|
|
# Margin Static
|
|
# LatexName subparagraph*
|
|
# LabelType No_Label
|
|
# LabelCounter ""
|
|
# OptionalArgs 0
|
|
#End
|