lyx-layout-espdx/espdstarsections.inc

52 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 66
Style "Раздел в содерж. (б/н)"
CopyStyle "Раздел"
Category "Без номера"
Margin Static
LatexName ESPDstarsectiontoc
LabelType No_Label
LabelCounter ""
ResetArgs 1
Preamble
\newcommand{\ESPDstarsectiontoc}[1]{
\section*{#1}
\pdfbookmark[1]{#1}{toc}
\addcontentsline{toc}{section}{#1}
}
EndPreamble
End
Style "Раздел (б/н)"
CopyStyle "Раздел"
Category "Без номера"
Margin Static
LatexName ESPDstarsection
LabelType No_Label
LabelCounter ""
ResetArgs 1
Preamble
\newcommand{\ESPDstarsection}[1]{
\section*{#1}
}
EndPreamble
End