lyx-layout-espdx/espdclass.inc

67 lines
1.7 KiB
PHP
Raw Normal View History

2019-06-05 20:00:42 +00:00
Format 66
2016-10-20 17:23:01 +00:00
Columns 1
Sides 1
2016-12-14 08:19:56 +00:00
SecNumDepth 4
TocDepth 4
2016-10-20 17:23:01 +00:00
DefaultStyle Standard
# This is just to show how to declare the default font.
# The defaults are exactly those shown here.
DefaultFont
Family Roman
Series Medium
Shape Up
Size Normal
Color None
EndFont
Style Standard
Category MainText
Margin Static
LatexType Paragraph
LatexName dummy
ParIndent MM
ParSkip 0.4
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
2016-12-14 08:19:56 +00:00
# FIXME This ought to be set dynamically.
HTMLStyle
div.standard {
margin-bottom: 2ex;
}
EndHTMLStyle
Preamble
\usepackage{mathptmx}
\usepackage{ifxetex}
\ifxetex
\ESPDgostFontName{GOST A}
\setsansfont[Mapping=tex-text]{Arial}
\setromanfont[Mapping=tex-text]{Times New Roman}
\setmonofont[Mapping=tex-text]{Pragmata Pro Mono}
\newfontfamily\listingsfont{Pragmata Pro Mono Bold}
\newfontfamily\listingsfontinline{Pragmata Pro Mono Bold}
\else
\usepackage{cmap} % Обязательно в начале (кодировки и поиск в PDF)
\usepackage[defaultroman]{mstimes}
\usepackage[defaultsans]{msarial}
\usepackage[defaultmono]{pragmatapro}
\fi
EndPreamble
2016-10-20 17:23:01 +00:00
End
#Input stdcharstyles.inc
#Input stdcustom.inc
2016-12-14 08:19:56 +00:00
Input espdfloats.inc
2019-06-05 20:00:42 +00:00
Input espdcounters.inc
2016-10-29 07:38:07 +00:00
Input espdinsets.inc
2016-10-20 17:23:01 +00:00
Input espdlists.inc
Input espdsections.inc
Input espdstarsections.inc
2016-12-14 08:19:56 +00:00
Input espdtitle.inc
2019-06-05 20:00:42 +00:00
Input espdstruct.inc
Input espdlayouts.inc
Input espdnum.inc
2016-10-20 17:23:01 +00:00