source: liacs/TPFL2010/assignment1/report.tex@ 222

Last change on this file since 222 was 221, checked in by Rick van der Zwet, 14 years ago

Template 'Topics on Parsing and Formal Languages' assignments

File size: 1.2 KB
Line 
1%
2% $Id: report.tex 571 2008-04-20 17:31:04Z rick $
3%
4
5\documentclass[12pt,a4paper]{article}
6
7\frenchspacing
8\usepackage[english,dutch]{babel}
9\selectlanguage{dutch}
10\usepackage{graphicx}
11\usepackage{url}
12\usepackage{multicol}
13\usepackage{fancybox}
14\usepackage{amssymb,amsmath}
15
16\author{Rick van der Zwet, Universiteit Leiden}
17\title{XXX \\
18\large{XXX}}
19\author{Rick van der Zwet\\
20 \texttt{<hvdzwet@liacs.nl>}\\
21 \\
22 LIACS\\
23 Leiden University\\
24 Niels Bohrweg 1\\
25 2333 CA Leiden\\
26 The Netherlands}
27\date{\today}
28
29\begin{document}
30
31\maketitle
32
33\section{Inleiding}
34\section{Uitleg probleem}
35\section{Theorie}
36\section{Aanpak}
37\section{Implementatie}
38\section{Experimenten}
39\section{Conclusie}
40\begin{thebibliography}{10}
41\end{thebibliography}
42\newpage
43% \advance\textwidth by 8cm
44% \advance\oddsidemargin by -3cm
45% \advance\evensidemargin by -3cm
46% \advance\topmargin by -2cm
47% \advance\textheight by 4cm
48% \advance\footskip by -4cm
49% \marginparwidth 0cm
50% \twocolumn
51% \section*{Appendix}
52% De NN code en pre-parse.pl code zagen er als volgt uit:
53% \newline
54% \tiny
55% %preformatted with `source-highlight -n -f latex bridge.cc`
56% \input{nn.c}
57% \input{data/pre-parse.pl}
58% \onecolumn
59
60\end{document}
Note: See TracBrowser for help on using the repository browser.