Форматирование

This commit is contained in:
Andrei Astafev 2018-08-23 16:35:04 +03:00
parent f99175a00b
commit fa4ed2b4c7

View File

@ -34,15 +34,15 @@ Style "Раздел"
InsertCotext 1
EndArgument
Font
Series Bold
Size Larger
Series Bold
Size Larger
EndFont
HTMLTag h2
Preamble
\newcommand{\ESPDsection}[1]{
\section{#1}
\setcounter{point}{\value{section}}
\setcounter{subpoint}{0}
\section{#1}
\setcounter{point}{\value{section}}
\setcounter{subpoint}{0}
}
EndPreamble
End
@ -50,7 +50,7 @@ End
Style "Подраздел"
CopyStyle "Раздел"
LabelCounter subsection
LabelCounter subsection
LabelString \thesubsection.
TocLevel 2
LatexName ESPDsubsection
@ -60,15 +60,15 @@ Style "Подраздел"
BottomSep 0.5
ParSep 0.5
Font
Series Bold
Size Large
Series Bold
Size Large
EndFont
HTMLTag h3
Preamble
\newcommand{\ESPDsubsection}[1]{
\subsection{#1}
\setcounter{point}{\value{subsection}}
\setcounter{subpoint}{0}
\subsection{#1}
\setcounter{point}{\value{subsection}}
\setcounter{subpoint}{0}
}
EndPreamble
End
@ -76,7 +76,7 @@ End
Style "Подподраздел"
CopyStyle "Подраздел"
LabelCounter subsubsection
LabelCounter subsubsection
LabelString \thesubsubsection.
TocLevel 3
LatexName ESPDsubsubsection
@ -85,15 +85,15 @@ Style "Подподраздел"
TopSep 0.7
BottomSep 0.4
Font
Series Bold
Size Normal
Series Bold
Size Normal
EndFont
HTMLTag h4
Preamble
\newcommand{\ESPDsubsubsection}[1]{
\subsubsection{#1}
\setcounter{point}{\value{subsubsection}}
\setcounter{subpoint}{0}
\subsubsection{#1}
\setcounter{point}{\value{subsubsection}}
\setcounter{subpoint}{0}
}
EndPreamble
End
@ -189,55 +189,53 @@ End
Style "Обязательное"
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
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
End
Style "Справочное"
CopyStyle "Обязательное"
LabelString "Прил. Справоч. "
LatexName ESPDappendixRef
Preamble
\newcommand{\ESPDappendixRef}[1]{
\ESPDappendix{"Справочное"}{#1}
}
EndPreamble
CopyStyle "Обязательное"
LabelString "Прил. Справоч. "
LatexName ESPDappendixRef
Preamble
\newcommand{\ESPDappendixRef}[1]{
\ESPDappendix{"Справочное"}{#1}
}
EndPreamble
End
Style "Рекомендуемое"
CopyStyle "Обязательное"
LabelString "Прил. Рекоменд. "
LatexName ESPDappendixRec
Preamble
\newcommand{\ESPDappendixRec}[1]{
\ESPDappendix{"Рекомендуемое"}{#1}
}
EndPreamble
CopyStyle "Обязательное"
LabelString "Прил. Рекоменд. "
LatexName ESPDappendixRec
Preamble
\newcommand{\ESPDappendixRec}[1]{
\ESPDappendix{"Рекомендуемое"}{#1}
}
EndPreamble
End