comparison testing/utp_1.1/ltpda_report_template.tex @ 44:409a22968d5e default

Add unit tests
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 18:42:11 +0100
parents
children
comparison
equal deleted inserted replaced
43:bc767aaa99a8 44:409a22968d5e
1 \documentclass[a4paper, 10pt, pdftex]{book}
2
3 \usepackage{mcode}
4 \usepackage{graphicx, color}
5 \usepackage{times, calc,fancyhdr}
6 \usepackage[pdftex]{geometry}
7 \usepackage[english]{babel}
8 \usepackage{colortbl}
9 \usepackage{lastpage}
10 \usepackage{calc}
11 \pagestyle{fancy}
12 % with this we ensure that the chapter and section
13 % headings are in lowercase.
14 \renewcommand{\chaptermark}[1]{\markboth{#1}{}}
15 \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
16 \fancyhf{}
17 % delete current setting for header and footer
18 \fancyhead[LE,RO]{\bfseries\thepage}
19 \fancyhead[LO]{\bfseries\rightmark}
20 \fancyhead[RE]{\bfseries\leftmark}
21 \renewcommand{\headrulewidth}{0.5pt}
22 \renewcommand{\footrulewidth}{0pt}
23 \addtolength{\headheight}{0.5pt}
24 % make space for the rule
25 \fancypagestyle{plain}{%
26 \fancyhead{} % get rid of headers on plain pages
27 \renewcommand{\headrulewidth}{0pt} % and the line
28 }
29
30 \usepackage[pdftex,colorlinks=true, pdfstartview=FitV, %
31 , linkcolor=blue, citecolor=magenta, urlcolor=cyan,]{hyperref}
32
33
34 % \setlength{\oddsidemargin}{2cm}
35 % \setlength{\textwidth}{15.8cm}
36 % \setlength{\hoffset}{-1in}
37
38 %\headsep = 22pt
39 \parskip = 5mm
40 \parindent = 0.0mm
41
42 \begin{document}
43 \pdfinfo{
44 /Title (LTPDA User Manual)
45 /Author (Martin R Hewitson)
46 /Keywords (LTPDA,LTP,LISA)
47 }
48
49 %\layout
50
51
52 \title{LTPDA User Manual}
53 \author{M Hewitson}
54 \maketitle
55 \newpage
56 \tableofcontents
57 \begin{verbatim}
58 $Id: ltpda_report_template.tex,v 1.1 2008/08/13 14:05:21 gerrit Exp $
59 \end{verbatim}
60
61 % <Report>
62
63 % <MethodDescription>
64 \subsection{<<HEADER>>}
65 <<CONTENT>>
66 % </MethodDescription>
67
68 % <TestDescription>
69 \subsubsection{<<HEADER>>}
70 <<CONTENT>>
71 % </TestDescription>
72
73 % <SyntaxDescription>
74 \begin{tabular}[ll]
75 <<CONTENT>> &
76 % </SyntaxDescription>
77
78 % <SyntaxCode>
79 <<CONTENT>> \\
80 % </SyntaxCode>
81
82 % <AlgoDescription>
83 <<CONTENT>> &
84 % </AlgoDescription>
85
86 % <AlgoCode>
87 <<CONTENT>>
88 \end{tabular}
89 % </AlgoCode>
90
91 % </Report>