forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
executable file
·34 lines (24 loc) · 887 Bytes
/
INSTALL
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
* Compiling in Ubuntu
1) Get TeXlive 2013
These Ubuntu packages should be installed for English version (or both):
texlive
latexmk
texlive-fonts-extra
texlive-latex-extra
texlive-science (for bytefield package)
These Ubuntu packages should be also installed for Russian version:
texlive-lang-cyrillic
If unsure, install everything: texlive-full.
2) You may need to install PT Sans font.
Download it here: http://www.fontsquirrel.com/fonts/PT-Sans
How to install it in Ubuntu: http://www.wikihow.com/Install-TrueType-Fonts-on-Ubuntu
3) For all versions (Russian, English, and A5 version for both languages):
make all
For English-only version:
make english
For Russian-only version:
make russian
For English-only version for e-book readers:
make english-A5
For Russian-only version for e-book readers:
make russian-A5