lyx-layout-espdx/espdstarsections.inc

52 lines
1.4 KiB
PHP
Raw Normal View History

2016-10-20 17:23:01 +00:00
# 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.
2016-12-14 08:19:56 +00:00
Format 60
2016-10-20 17:23:01 +00:00
2016-12-14 08:19:56 +00:00
Style "Раздел в содерж. (б/н)"
2016-10-20 17:23:01 +00:00
CopyStyle "Раздел"
2016-12-14 08:19:56 +00:00
Category "Без номера"
2016-10-20 17:23:01 +00:00
Margin Static
LatexName ESPDstarsectiontoc
LabelType No_Label
LabelCounter ""
2016-12-14 08:19:56 +00:00
ResetArgs 1
2016-10-20 17:23:01 +00:00
Preamble
\newcommand{\ESPDstarsectiontoc}[1]{
2016-12-14 08:19:56 +00:00
\section*{#1}
\pdfbookmark[1]{#1}{toc}
\addcontentsline{toc}{section}{#1}
}
2016-10-20 17:23:01 +00:00
EndPreamble
End
2016-12-14 08:19:56 +00:00
Style "Раздел (б/н)"
2016-10-20 17:23:01 +00:00
CopyStyle "Раздел"
2016-12-14 08:19:56 +00:00
Category "Без номера"
2016-10-20 17:23:01 +00:00
Margin Static
LatexName ESPDstarsection
LabelType No_Label
LabelCounter ""
2016-12-14 08:19:56 +00:00
ResetArgs 1
2016-10-20 17:23:01 +00:00
Preamble
2016-12-14 08:19:56 +00:00
\newcommand{\ESPDstarsection}[1]{
\section*{#1}
}
2016-10-20 17:23:01 +00:00
EndPreamble
End