source: doc/theses/thierry_delisle_PhD/thesis/thesis.tex @ 86c1f1c3

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 86c1f1c3 was 86c1f1c3, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

First draft at my thesis

  • Property mode set to 100644
File size: 672 bytes
Line 
1\documentclass[letterpaper,12pt,titlepage,oneside,final]{book}
2\usepackage{fancyhdr}
3\usepackage{geometry}
4\usepackage{glossaries}
5
6\fancyhf{}
7\renewcommand{\headrulewidth}{0pt}
8\chead{}
9\cfoot{\thepage}
10\pagestyle{fancy}
11
12
13% cfa macros used in the document
14\input{common}
15
16% glossary of terms to use
17\input{glossary}
18
19
20%======================================================================
21%   L O G I C A L    D O C U M E N T
22%======================================================================
23\begin{document}
24\input{text/front.tex}
25\input{text/intro.tex}
26\input{text/runtime.tex}
27\input{text/core.tex}
28\input{text/practice.tex}
29\input{text/io.tex}
30
31\end{document}
Note: See TracBrowser for help on using the repository browser.