-
Notifications
You must be signed in to change notification settings - Fork 55
/
pdf.yaml
30 lines (29 loc) · 912 Bytes
/
pdf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
documentclass: extbook
classoption: openany
fontsize: 14pt
geometry: margin=2cm
biblatexoptions: [backend=biber]
header-includes: |
\usepackage{fontspec}
\usepackage{polyglossia}
\usepackage{unicode-math}
\setmainlanguage{russian}
\setotherlanguage{english}
\usepackage{unicode-math}
\setmainfont{CMU Serif}
\setsansfont{CMU Sans Serif}
\setmonofont{CMU Typewriter Text}
\usepackage{caption}
\captionsetup[figure]{font={normalfont},format=plain,labelsep=period}
\captionsetup[table]{font={normalfont},format=plain,labelsep=period}
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=violet,
filecolor=magenta,
urlcolor=violet
}
\usepackage{indentfirst}
\setlength{\parindent}{1.5em}