-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
34 lines (25 loc) · 1020 Bytes
/
README.txt
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
30
31
32
33
34
My dissertation at Voronezh State University (in Russian)
=========================================================
(In early development.)
Prerequisites
-------------
### LaTeX packages
This document is written in XeTeX with LaTeX and employs a number of
third-party packages. To compile the PDF, you will need a comprehensive
distribution like TeX Live. I used TeX Live 2015 from Fedora 24, with
a number of packages additionally installed:
$ sudo dnf install \
texlive-xetex \
texlive-xetex-bin \
texlive-xetex-def \
texlive-biblatex \
texlive-biblatex-gost \
texlive-babel-russian \
texlive-hyphen-russian \
biber
You may need to additionally run `fmtutil --all` after
installing `texlive-hyphen-russian` in order to get Russian hyphenation
actually work.
### Common command line tools
* GNU Make
* ImageMagick's `convert`