forked from hse-tex/hse-tex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocuments.yml
57 lines (55 loc) · 3.64 KB
/
documents.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# source -- .tex файл, который надо собрать
# target -- путь к получившемуся .pdf файлу в ссылке
# Например, target: course-1/algebra-exam.pdf <=> https://hse-tex.me/course-1/algebra-exam.pdf
# Список документов, которые занимают целую директорию
# Любое изменение файлов в той же директории, что и .tex файл, будут приводить к пересборке
directory:
- source: course-2/discrete-mathematics/discrete-math-02-lecture-notes.tex
target: course-2/discrete-math-02-lecture-notes.pdf
- source: course-2/probability-theory/colloquium-2/colloquium-2.tex
target: course-2/probability-theory-colloquium-2.pdf
- source: course-2/probability-theory/colloquium-3/colloquium-3.tex
target: course-2/probability-theory-colloquium-3.pdf
- source: course-2/probability-theory/colloquium-4/colloquium-4.tex
target: course-2/probability-theory-colloquium-4.pdf
- source: course-2/mathematical-analysis/lectures/mathematical-analysis.tex
target: course-2/mathematical-analysis.pdf
- source: course-2/mathematical-analysis/colloquium-2/colloquium-2.tex
target: course-2/mathematical-analysis-colloquium-2.pdf
- source: course-2/mathematical-analysis/colloquium-3/colloquium-3.tex
target: course-2/mathematical-analysis-colloquium-3.pdf
- source: course-2/mathematical-analysis/colloquium-4/colloquium-4.tex
target: course-2/mathematical-analysis-colloquium-4.pdf
- source: course-2/matrix-calculations/exam/exam.tex
target: course-2/matrix-calculations-exam.pdf
- source: course-1/algebra/algebra-exam.tex
target: course-1/algebra-exam.pdf
- source: course-1/linear-algebra/lectures/linear-algebra.tex
target: course-1/linear-algebra.pdf
# Список документов, которые полностью содержатся в одном файле (за исключением *header.sty)
# Только изменение source файла (или хедеров) будет приводить к пересборке документа
single:
- source: course-2/mathematical-analysis/colloquium-1/colloquium-1.tex
target: course-2/mathematical-analysis-colloquium-1.pdf
- source: course-2/probability-theory/colloquium-1/colloquium-1.tex
target: course-2/probability-theory-colloquium-1.pdf
- source: course-1/linear-algebra/colloquium/linear-algebra-colloquium-1.tex
target: course-1/linear-algebra-colloquium-1.pdf
- source: course-1/linear-algebra/colloquium/linear-algebra-colloquium-2.tex
target: course-1/linear-algebra-colloquium-2.pdf
- source: course-1/linear-algebra/colloquium/linear-algebra-exam-definitions-2.tex
target: course-1/linear-algebra-exam-definitions-2.pdf
- source: course-1/mathematical-analysis/mathematical-analysis-colloquium-1.tex
target: course-1/mathematical-analysis-colloquium-1.pdf
- source: course-1/mathematical-analysis/mathematical-analysis-colloquium-2.tex
target: course-1/mathematical-analysis-colloquium-2.pdf
- source: course-1/mathematical-analysis/mathematical-analysis-colloquium-3.tex
target: course-1/mathematical-analysis-colloquium-3.pdf
- source: course-1/mathematical-analysis/mathematical-analysis-colloquium-4.tex
target: course-1/mathematical-analysis-colloquium-4.pdf
- source: course-1/mathematical-analysis/mathematical-analysis-exam-1.tex
target: course-1/mathematical-analysis-exam-1.pdf
- source: course-1/discrete-mathematics/discrete-mathematics-colloquium-1.tex
target: course-1/discrete-mathematics-colloquium-1.pdf
- source: course-1/discrete-mathematics/discrete-mathematics-colloquium-2.tex
target: course-1/discrete-mathematics-colloquium-2.pdf