-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmain.tex
48 lines (38 loc) · 858 Bytes
/
main.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
\input{myheader_report}
\mytitle[2010年10月-2011年2月]{2010年度 計算論講義ノート (近山先生)}
\def \N {\mathbb{N}}
\def \R {\mathbb{R}}
\def\since{%
\setlength{\unitlength}{1pt}%
\thinlines %
\begin{picture}(12,12)%
\put(2 ,6){.}
\put(5 , 0){.}
\put(8,6){.}
\end{picture}%
}%
\def\therefore{%
\setlength{\unitlength}{1pt}%
\thinlines %
\begin{picture}(12,12)%
\put(2, 0){.}
\put(5, 6){.}
\put(8,0){.}
\end{picture}%
}%
\setcounter{tocdepth}{2}
\tableofcontents
\input{00introduction}
\input{01computation_language_regex}
\input{02fa_nfa}
\input{03context_free_grammar}
\input{04pda}
\input{05turing_machine}
\input{06recursive_function}
\input{07computability}
\input{08lambda}
\input{09combinatory}
\input{10computational_complexity_theory}
\input{11data_complexity.tex}
\input{12concurrent_computing.tex}
\input{myfooter_report}