Форматирование
This commit is contained in:
parent
f99175a00b
commit
fa4ed2b4c7
126
espdsections.inc
126
espdsections.inc
@ -34,23 +34,23 @@ Style "Раздел"
|
|||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
EndArgument
|
EndArgument
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
Size Larger
|
Size Larger
|
||||||
EndFont
|
EndFont
|
||||||
HTMLTag h2
|
HTMLTag h2
|
||||||
Preamble
|
Preamble
|
||||||
\newcommand{\ESPDsection}[1]{
|
\newcommand{\ESPDsection}[1]{
|
||||||
\section{#1}
|
\section{#1}
|
||||||
\setcounter{point}{\value{section}}
|
\setcounter{point}{\value{section}}
|
||||||
\setcounter{subpoint}{0}
|
\setcounter{subpoint}{0}
|
||||||
}
|
}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
Style "Подраздел"
|
Style "Подраздел"
|
||||||
CopyStyle "Раздел"
|
CopyStyle "Раздел"
|
||||||
LabelCounter subsection
|
LabelCounter subsection
|
||||||
LabelString \thesubsection.
|
LabelString \thesubsection.
|
||||||
TocLevel 2
|
TocLevel 2
|
||||||
LatexName ESPDsubsection
|
LatexName ESPDsubsection
|
||||||
@ -60,23 +60,23 @@ Style "Подраздел"
|
|||||||
BottomSep 0.5
|
BottomSep 0.5
|
||||||
ParSep 0.5
|
ParSep 0.5
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
Size Large
|
Size Large
|
||||||
EndFont
|
EndFont
|
||||||
HTMLTag h3
|
HTMLTag h3
|
||||||
Preamble
|
Preamble
|
||||||
\newcommand{\ESPDsubsection}[1]{
|
\newcommand{\ESPDsubsection}[1]{
|
||||||
\subsection{#1}
|
\subsection{#1}
|
||||||
\setcounter{point}{\value{subsection}}
|
\setcounter{point}{\value{subsection}}
|
||||||
\setcounter{subpoint}{0}
|
\setcounter{subpoint}{0}
|
||||||
}
|
}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
Style "Подподраздел"
|
Style "Подподраздел"
|
||||||
CopyStyle "Подраздел"
|
CopyStyle "Подраздел"
|
||||||
LabelCounter subsubsection
|
LabelCounter subsubsection
|
||||||
LabelString \thesubsubsection.
|
LabelString \thesubsubsection.
|
||||||
TocLevel 3
|
TocLevel 3
|
||||||
LatexName ESPDsubsubsection
|
LatexName ESPDsubsubsection
|
||||||
@ -85,16 +85,16 @@ Style "Подподраздел"
|
|||||||
TopSep 0.7
|
TopSep 0.7
|
||||||
BottomSep 0.4
|
BottomSep 0.4
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
Size Normal
|
Size Normal
|
||||||
EndFont
|
EndFont
|
||||||
HTMLTag h4
|
HTMLTag h4
|
||||||
Preamble
|
Preamble
|
||||||
\newcommand{\ESPDsubsubsection}[1]{
|
\newcommand{\ESPDsubsubsection}[1]{
|
||||||
\subsubsection{#1}
|
\subsubsection{#1}
|
||||||
\setcounter{point}{\value{subsubsection}}
|
\setcounter{point}{\value{subsubsection}}
|
||||||
\setcounter{subpoint}{0}
|
\setcounter{subpoint}{0}
|
||||||
}
|
}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -189,55 +189,53 @@ End
|
|||||||
|
|
||||||
|
|
||||||
Style "Обязательное"
|
Style "Обязательное"
|
||||||
Category "Приложение"
|
Category "Приложение"
|
||||||
Margin Dynamic
|
Margin Dynamic
|
||||||
LabelType Static
|
LabelType Static
|
||||||
LabelString "Прил. Обязат. "
|
LabelString "Прил. Обязат. "
|
||||||
LabelCounter appendix
|
LabelCounter appendix
|
||||||
TocLevel 1
|
TocLevel 1
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName ESPDappendixReq
|
LatexName ESPDappendixReq
|
||||||
NeedProtect 1
|
NeedProtect 1
|
||||||
NextNoIndent 1
|
NextNoIndent 1
|
||||||
LabelSep xxx
|
LabelSep xxx
|
||||||
ParSkip 0.4
|
ParSkip 0.4
|
||||||
TopSep 1.3
|
TopSep 1.3
|
||||||
BottomSep 0.7
|
BottomSep 0.7
|
||||||
ParSep 0.7
|
ParSep 0.7
|
||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left
|
AlignPossible Block, Left
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
Size Larger
|
Size Larger
|
||||||
EndFont
|
EndFont
|
||||||
|
Preamble
|
||||||
Preamble
|
\newcommand{\ESPDappendixReq}[1]{
|
||||||
\newcommand{\ESPDappendixReq}[1]{
|
\ESPDappendix{"Обязательное"}{#1}
|
||||||
\ESPDappendix{"Обязательное"}{#1}
|
}
|
||||||
}
|
EndPreamble
|
||||||
EndPreamble
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Style "Справочное"
|
Style "Справочное"
|
||||||
CopyStyle "Обязательное"
|
CopyStyle "Обязательное"
|
||||||
LabelString "Прил. Справоч. "
|
LabelString "Прил. Справоч. "
|
||||||
LatexName ESPDappendixRef
|
LatexName ESPDappendixRef
|
||||||
|
Preamble
|
||||||
Preamble
|
\newcommand{\ESPDappendixRef}[1]{
|
||||||
\newcommand{\ESPDappendixRef}[1]{
|
\ESPDappendix{"Справочное"}{#1}
|
||||||
\ESPDappendix{"Справочное"}{#1}
|
}
|
||||||
}
|
EndPreamble
|
||||||
EndPreamble
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Style "Рекомендуемое"
|
Style "Рекомендуемое"
|
||||||
CopyStyle "Обязательное"
|
CopyStyle "Обязательное"
|
||||||
LabelString "Прил. Рекоменд. "
|
LabelString "Прил. Рекоменд. "
|
||||||
LatexName ESPDappendixRec
|
LatexName ESPDappendixRec
|
||||||
Preamble
|
Preamble
|
||||||
\newcommand{\ESPDappendixRec}[1]{
|
\newcommand{\ESPDappendixRec}[1]{
|
||||||
\ESPDappendix{"Рекомендуемое"}{#1}
|
\ESPDappendix{"Рекомендуемое"}{#1}
|
||||||
}
|
}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user