2016-12-14 08:19:56 +00:00
|
|
|
# Standard textclass definition file. Taken from initial LyX source code
|
2016-10-20 17:23:01 +00:00
|
|
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
|
|
|
# Transposed by Pascal André <andre@via.ecp.fr>
|
|
|
|
# Heavily modifed and enhanced by several developers.
|
|
|
|
|
2016-12-14 08:19:56 +00:00
|
|
|
# This include file contains all numbered sectionning-related
|
2016-10-20 17:23:01 +00:00
|
|
|
# commands that are useful for article-like document classes, but not
|
|
|
|
# for letters.
|
|
|
|
|
2019-06-05 20:00:42 +00:00
|
|
|
Format 66
|
2016-10-20 17:23:01 +00:00
|
|
|
|
|
|
|
Style "Раздел"
|
|
|
|
Category "Раздел"
|
|
|
|
Margin Dynamic
|
2016-12-14 08:19:56 +00:00
|
|
|
LabelType Static
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelCounter section
|
|
|
|
LabelString \thesection.
|
|
|
|
TocLevel 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName ESPDsection
|
|
|
|
NeedProtect 1
|
|
|
|
NextNoIndent 0
|
2016-12-14 08:19:56 +00:00
|
|
|
ToggleIndent Never
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 1.3
|
2016-12-14 08:19:56 +00:00
|
|
|
LeftMargin "MMMMM"
|
2016-10-20 17:23:01 +00:00
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.7
|
|
|
|
Align Block
|
2016-12-14 08:19:56 +00:00
|
|
|
Argument 1
|
|
|
|
LabelString "Short Title|S"
|
|
|
|
Tooltip "The section as it appears in the table of contents/running headers"
|
|
|
|
InsertCotext 1
|
|
|
|
EndArgument
|
2016-10-20 17:23:01 +00:00
|
|
|
Font
|
2018-08-23 13:35:04 +00:00
|
|
|
Series Bold
|
|
|
|
Size Larger
|
2016-10-20 17:23:01 +00:00
|
|
|
EndFont
|
2016-12-14 08:19:56 +00:00
|
|
|
HTMLTag h2
|
2016-10-20 17:23:01 +00:00
|
|
|
Preamble
|
|
|
|
\newcommand{\ESPDsection}[1]{
|
2018-08-23 13:35:04 +00:00
|
|
|
\section{#1}
|
|
|
|
\setcounter{point}{\value{section}}
|
|
|
|
\setcounter{subpoint}{0}
|
|
|
|
}
|
2016-10-20 17:23:01 +00:00
|
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
Style "Подраздел"
|
|
|
|
CopyStyle "Раздел"
|
2018-08-23 13:35:04 +00:00
|
|
|
LabelCounter subsection
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelString \thesubsection.
|
|
|
|
TocLevel 2
|
|
|
|
LatexName ESPDsubsection
|
2016-12-14 08:19:56 +00:00
|
|
|
LeftMargin "MMMMM"
|
|
|
|
NextNoIndent 0
|
2016-10-20 17:23:01 +00:00
|
|
|
TopSep 0.9
|
|
|
|
BottomSep 0.5
|
|
|
|
ParSep 0.5
|
|
|
|
Font
|
2018-08-23 13:35:04 +00:00
|
|
|
Series Bold
|
|
|
|
Size Large
|
2016-10-20 17:23:01 +00:00
|
|
|
EndFont
|
2016-12-14 08:19:56 +00:00
|
|
|
HTMLTag h3
|
2016-10-20 17:23:01 +00:00
|
|
|
Preamble
|
|
|
|
\newcommand{\ESPDsubsection}[1]{
|
2018-08-23 13:35:04 +00:00
|
|
|
\subsection{#1}
|
|
|
|
\setcounter{point}{\value{subsection}}
|
|
|
|
\setcounter{subpoint}{0}
|
|
|
|
}
|
2016-10-20 17:23:01 +00:00
|
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
Style "Подподраздел"
|
|
|
|
CopyStyle "Подраздел"
|
2018-08-23 13:35:04 +00:00
|
|
|
LabelCounter subsubsection
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelString \thesubsubsection.
|
|
|
|
TocLevel 3
|
|
|
|
LatexName ESPDsubsubsection
|
2016-12-14 08:19:56 +00:00
|
|
|
LeftMargin "MMMMM"
|
|
|
|
NextNoIndent 0
|
|
|
|
TopSep 0.7
|
|
|
|
BottomSep 0.4
|
2016-10-20 17:23:01 +00:00
|
|
|
Font
|
2018-08-23 13:35:04 +00:00
|
|
|
Series Bold
|
|
|
|
Size Normal
|
2016-10-20 17:23:01 +00:00
|
|
|
EndFont
|
2016-12-14 08:19:56 +00:00
|
|
|
HTMLTag h4
|
2016-10-20 17:23:01 +00:00
|
|
|
Preamble
|
|
|
|
\newcommand{\ESPDsubsubsection}[1]{
|
2018-08-23 13:35:04 +00:00
|
|
|
\subsubsection{#1}
|
|
|
|
\setcounter{point}{\value{subsubsection}}
|
|
|
|
\setcounter{subpoint}{0}
|
|
|
|
}
|
2016-10-20 17:23:01 +00:00
|
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
|
|
|
Style "Пункт 2 уровень"
|
|
|
|
Category "Пункты после разделов"
|
|
|
|
Margin First_Dynamic
|
2016-12-14 08:19:56 +00:00
|
|
|
LabelType Static
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelCounter pointII
|
|
|
|
LabelString \thepointII.
|
|
|
|
KeepEmpty 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName pointII
|
|
|
|
# NeedProtect 0
|
|
|
|
# NextNoIndent 1
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left, Right, Center
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
Style "Пункт 3 уровень"
|
|
|
|
Category "Пункты после разделов"
|
|
|
|
Margin First_Dynamic
|
2016-12-14 08:19:56 +00:00
|
|
|
LabelType Static
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelCounter pointIII
|
|
|
|
LabelString \thepointIII.
|
|
|
|
KeepEmpty 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName pointIII
|
|
|
|
NeedProtect 0
|
|
|
|
NextNoIndent 0
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 0.4
|
|
|
|
BottomSep 0
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
Style "Пункт 4 уровень"
|
|
|
|
Category "Пункты после разделов"
|
|
|
|
Margin First_Dynamic
|
2016-12-14 08:19:56 +00:00
|
|
|
LabelType Static
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelCounter pointIV
|
|
|
|
LabelString \thepointIV.
|
|
|
|
KeepEmpty 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName pointIV
|
|
|
|
NeedProtect 0
|
|
|
|
NextNoIndent 0
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 0.4
|
|
|
|
BottomSep 0
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
Style "Подпункт 3 уровень"
|
|
|
|
Category "Подпункты после пунктов"
|
|
|
|
Margin First_Dynamic
|
2016-12-14 08:19:56 +00:00
|
|
|
LabelType Static
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelCounter subpointIII
|
|
|
|
LabelString \thesubpointIII.
|
|
|
|
KeepEmpty 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName subpointIII
|
|
|
|
NeedProtect 0
|
|
|
|
NextNoIndent 0
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 0.4
|
|
|
|
BottomSep 0
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
Style "Подпункт 4 уровень"
|
|
|
|
Category "Подпункты после пунктов"
|
|
|
|
Margin First_Dynamic
|
2016-12-14 08:19:56 +00:00
|
|
|
LabelType Static
|
2016-10-20 17:23:01 +00:00
|
|
|
LabelCounter subpointIV
|
|
|
|
LabelString \thesubpointIV.
|
|
|
|
KeepEmpty 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName subpointIV
|
|
|
|
NeedProtect 0
|
|
|
|
NextNoIndent 0
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 0.4
|
|
|
|
BottomSep 0
|
|
|
|
End
|
|
|
|
|
|
|
|
|
|
|
|
Style "Обязательное"
|
2018-08-23 13:35:04 +00:00
|
|
|
Category "Приложение"
|
|
|
|
Margin Dynamic
|
|
|
|
LabelType Static
|
|
|
|
LabelString "Прил. Обязат. "
|
|
|
|
LabelCounter appendix
|
|
|
|
TocLevel 1
|
|
|
|
LatexType Command
|
|
|
|
LatexName ESPDappendixReq
|
|
|
|
NeedProtect 1
|
|
|
|
NextNoIndent 1
|
|
|
|
LabelSep xxx
|
|
|
|
ParSkip 0.4
|
|
|
|
TopSep 1.3
|
|
|
|
BottomSep 0.7
|
|
|
|
ParSep 0.7
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left
|
|
|
|
Font
|
|
|
|
Series Bold
|
|
|
|
Size Larger
|
|
|
|
EndFont
|
|
|
|
Preamble
|
|
|
|
\newcommand{\ESPDappendixReq}[1]{
|
|
|
|
\ESPDappendix{"Обязательное"}{#1}
|
|
|
|
}
|
|
|
|
EndPreamble
|
2016-10-20 17:23:01 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style "Справочное"
|
2018-08-23 13:35:04 +00:00
|
|
|
CopyStyle "Обязательное"
|
|
|
|
LabelString "Прил. Справоч. "
|
|
|
|
LatexName ESPDappendixRef
|
|
|
|
Preamble
|
|
|
|
\newcommand{\ESPDappendixRef}[1]{
|
|
|
|
\ESPDappendix{"Справочное"}{#1}
|
|
|
|
}
|
|
|
|
EndPreamble
|
2016-10-20 17:23:01 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Style "Рекомендуемое"
|
2018-08-23 13:35:04 +00:00
|
|
|
CopyStyle "Обязательное"
|
|
|
|
LabelString "Прил. Рекоменд. "
|
|
|
|
LatexName ESPDappendixRec
|
|
|
|
Preamble
|
|
|
|
\newcommand{\ESPDappendixRec}[1]{
|
|
|
|
\ESPDappendix{"Рекомендуемое"}{#1}
|
|
|
|
}
|
|
|
|
EndPreamble
|
2016-10-20 17:23:01 +00:00
|
|
|
End
|
|
|
|
|