forked from Kleczyk/Applied-Numerical-Methods-Third-Edition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
49 lines (42 loc) · 1.13 KB
/
main.tex
File metadata and controls
49 lines (42 loc) · 1.13 KB
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
\documentclass[]{book}
\usepackage{main} %dołączenie pliku main.sty
\begin{document}
\tableofcontents
\addcontentsline{toc}{section}{Contents}
\clearpage
\subfile{pre/pre} %preface
\subfile{pt1/pt1} %part 1
\subfile{ch1/ch1}
\subfile{ch2/ch2}
\subfile{ch3/ch3}
\subfile{ch4/ch4}
\subfile{pt2/pt2} %part 2
\subfile{ch5/ch5}
\subfile{ch6/ch6}
\subfile{ch7/ch7}
\subfile{pt3/pt3} %part 3
\subfile{ch8/ch8}
\subfile{ch9/ch9}
\subfile{ch10/ch10}
\subfile{ch11/ch11}
\subfile{ch12/ch12}
\subfile{ch13/ch13}
\subfile{pt4/pt4} %part 4
\subfile{ch14/ch14}
\subfile{ch15/ch15}
\subfile{ch16/ch16}
\subfile{ch17/ch17}
\subfile{ch18/ch18}
\subfile{pt5/pt5} %part5
\subfile{ch19/ch19}
\subfile{ch20/ch20}
\subfile{ch21/ch21}
\subfile{pt6/pt6} %part6
\subfile{ch22/ch22}
\subfile{ch23/ch23}
\subfile{ch24/ch24}
\subfile{appendix_A/appendix_a}
\subfile{appendix_b/appendix_b}
\subfile{index/index}
\subfile{bibliography/bibliography}
\end{document}