gentex: bug if last section is only one bit big
[calu.git] / 2_isa / isa.tex
1 \documentclass[a4paper,12pt]{scrartcl}
2 \usepackage{common}
3 \begin{document}
4 \allauthors
5
6 \title{Instruction Set}
7 \titlehead{Vienna University of Technology \hfill WS~2010}
8 \subject{Computer Architecture Labor\"ubung}
9 \date{\today}
10 \publishers{Gruppe 1}
11
12 \maketitle
13 \newpage
14 \tableofcontents
15 \newpage
16
17 \include{conds}
18 \section{instr}
19 \subsection{arith}
20 \include{arith}
21 \subsection{data}
22 \include{data}
23 \subsection{misc}
24 \include{misc}
25
26
27 \end{document}