forked from domachine/lisp-interaction-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabschlussarbeit.tex
More file actions
42 lines (30 loc) · 1.25 KB
/
abschlussarbeit.tex
File metadata and controls
42 lines (30 loc) · 1.25 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
\include{includes/Header}
%---------------------------------------------------------------------------
% INCLUDES
%---------------------------------------------------------------------------
%\includeonly{includes/Section_01}
%---------------------------------------------------------------------------
% Dokumentenanfang
%---------------------------------------------------------------------------
\begin{document}
%\frontmatter
\begin{abstract}
This reference briefly explains the concepts and ideas behind \projectname{}. It covers the garbage collection mechanism, the general steps in script processing, representation of numbers and the C++ interface. Each section has code examples and/or a visualisation.
%keine Ahnung ob wir das auf deutsch oder englisch formulieren sollen…
%hab mal meine extremen Englischskills ausgepackt :-D
\end{abstract}
\maketitle
%\include{includes/Titel}
\onehalfspacing
\tableofcontents
%\mainmatter
\include{includes/Section_Einfuehrung}
\include{includes/Section_garbage_collection}
\include{includes/Section_tokenizer}
\include{includes/Section_numbers}
\include{includes/Section_cpp_interface}
\include{includes/Section_forms}
\appendix % hier Anhänge einbinden
%\backmatter
\printbibliography[maxnames=4]
\end{document}