-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathseminars.tex
77 lines (53 loc) · 1.37 KB
/
seminars.tex
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
% !TEX encoding = UTF8
% !TEX spellcheck = ru_RU
\documentclass[a4paper,12pt,oneside,openany,final]{memoir}
\input{common/packages}
\input{common/biblatex}
\input{common/setup}
\input{setup}
\renewcommand*\paperSubject{\href{\latexurl}{\TeX}нические материалы семинаров}
\input{common/styles}
\input{styles}
\addbibresource{references.bib}
\begin{document}
%%==========================
\begin{pycode}
from sympy import *
\end{pycode}
%%==========================
\input{common/title}
\frontmatter
%%==========
\input{common/contents}
\include{intro}
\mainmatter
%%=========
\include{ch01/hello_world}
\include{ch02/ide}
\include{ch03/computation}
\include{ch04/errors}
\include{ch05/calculator_part_1}
\include{ch06/calculator_part_2}
\include{ch07/functions}
\include{ch08/classes}
\include{ch09/io_streams}
\include{ch10/customizing_io}
\include{ch12/display_model}
\include{ch13/graphics_classes}
\include{ch14/graphics_class_design}
\include{ch15/graphing_functions_and_data}
\include{ch16/graphical_user_interfaces}
%\include{17/vector_and_free_store}
%\include{18/vectors_and_arrays}
%\include{19/vector_templates_and_exceptions}
%\include{20/containers_and_iterators}
%\include{21/algorithms_and_maps}
%\include{26/testing}
\backmatter
%%=========
\include{afterword}
\input{common/references}
\appendix
%========
\include{appendix}
\end{document}