some latex experiments.
[hwmod.git] / spec / spec.tex
1 \documentclass[12pt,a4paper,titlepage,oneside]{article}
2 %\documentclass[12pt,a4paper,titlepage,oneside]{report}
3
4 \usepackage{ProtocolHeader}
5
6 \begin{document}
7 \MakeTitleAndTOC
8
9
10 % howto use graphics
11 % \begin{figure}[!ht]
12 % \includegraphics[width=\textwidth]{ftol_pic.pdf}
13 % \centering
14 % \caption{Ein kleines, fehlertolerantes Computersystem}
15 % \label{fig:angabe}
16 % \end{figure}
17
18 %\chapter %for use with report class
19 \section
20 {Einleitung}
21
22 XXX
23
24 %\chapter
25 \section
26 {Requirements}
27
28 XXX
29
30 %\chapter
31 \section
32 {High-Level Design Description}
33
34 XXX
35
36 %\chapter
37 \section
38 {Detailed Design Description}
39
40 XXX
41
42
43 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44 %LISTINGS
45 %\newpage
46 %\appendix
47 %\section{Listings}
48 %howto include src files
49 %\subsection{einfache Variante -- generierter Sourcecode}
50 %\label{att:einfachsrc}
51 %\lstinputlisting{../einfach/einfach.src}
52 %\lstinputlisting[firstnumber=24, firstline=24, lastline=34]{bla.src} %firstnumber shouldn't be necessary, but there is probably a bug
53
54 \end{document}
55