Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
955 | lipari | 1 | \documentclass[english,titlepage,11pt]{article} |
2 | |||
3 | \def\thedeliverable{D-OS.2v2} % Put the deliverable number here |
||
4 | \def\theresponsible{SSSA} % Put the responsible for the deliverable |
||
5 | |||
6 | \newif\ifpdf\ifx\pdfoutput\undefined\pdffalse\else\pdfoutput=1\pdftrue\fi |
||
7 | \newcommand{\pdfgraphics}{\ifpdf\DeclareGraphicsExtensions{.pdf,.jpg}\else\fi} |
||
8 | |||
9 | \usepackage{times} |
||
10 | \usepackage{babel} |
||
11 | \usepackage{latexsym} |
||
12 | \usepackage{graphicx} |
||
13 | \usepackage{fancyhdr} |
||
14 | \usepackage{float} |
||
15 | \usepackage{textcomp} |
||
16 | \usepackage{alltt} |
||
17 | \usepackage{makeidx} |
||
18 | \usepackage{multicol} |
||
19 | \ifx\pdfoutput\undefined |
||
20 | \usepackage[ps2pdf, |
||
21 | pagebackref=true, |
||
22 | colorlinks=true, |
||
23 | linkcolor=blue |
||
24 | ]{hyperref} |
||
25 | \usepackage{pspicture} |
||
26 | \else |
||
27 | \usepackage[pdftex, |
||
28 | pagebackref=true, |
||
29 | colorlinks=true, |
||
30 | linkcolor=blue |
||
31 | ]{hyperref} |
||
32 | \fi |
||
33 | \usepackage{doxygen} |
||
34 | |||
35 | \pagestyle{fancy} |
||
36 | |||
37 | \newcommand{\del}{Deliverable \thedeliverable} |
||
38 | |||
39 | \lhead{\setlength{\unitlength}{1mm} |
||
40 | \begin{picture}(0,0) |
||
41 | \put(0,0){\includegraphics[width=3cm]{FIRST-logo_small2}} |
||
42 | \end{picture}} |
||
43 | \chead{\bfseries IST-2001 34140} |
||
44 | \rhead{\bfseries \del} |
||
45 | |||
46 | \lfoot{} |
||
47 | \cfoot{\thepage} |
||
48 | \rfoot{} |
||
49 | |||
50 | \renewcommand{\headrulewidth}{0.4pt} |
||
51 | \renewcommand{\footrulewidth}{0.4pt} |
||
52 | |||
53 | \newcommand{\mytitle}[1]{\title{\includegraphics[width=10cm]{FirstLogo} \\\vspace{.5cm}\large IST-2001 34140 \\\vspace{2cm} \huge #1 \\\vspace{.5cm} \large \del\\\vspace{.5cm} Responsible: \theresponsible}} |
||
54 | |||
55 | \newcount\contribon |
||
56 | \newcommand{\contrib}[2]{\ifnum\contribon>0\ \\\noindent\fbox{\begin{minipage}{12cm}#1\\ {#2} \end{minipage}}\\\\ \else #2 \fi} |
||
57 | |||
58 | \newenvironment{contribenv}[1] |
||
59 | {\ifnum\contribon>0 \marginpar{{\bf by #1}} {\em \noindent BEGIN CONTRIBUTION by #1} |
||
60 | |||
61 | \vspace{.2cm} \fi} |
||
62 | { |
||
63 | |||
64 | \ifnum\contribon>0 \vspace{.2cm} |
||
65 | {\em \noindent END CONTRIBUTION} \fi} |
||
66 | |||
67 | |||
68 | \newenvironment{revhistory} |
||
69 | {\noindent \bf Revision History\\ \begin{tabular}{|l|l|p{100mm}|}\hline} |
||
70 | {\hline\end{tabular} \pagebreak} |
||
71 | |||
72 | \newcommand{\responsible}[2]{\marginpar{\bf Responsible: #1\\ |
||
73 | Deadline #2}} |
||
74 | |||
75 | \newcommand{\comment}[1]{} |
||
76 | |||
77 | \newenvironment{afrequirements}{ |
||
78 | \def\labelenumi{\bf \arabic{enumi}} |
||
79 | \def\labelenumii{\bf \arabic{enumi}.\arabic{enumii}} |
||
80 | \def\labelenumiii{\bf \arabic{enumi}.\arabic{enumii}.\arabic{enumiii}} |
||
81 | \def\labelenumiv{\bf \arabic{enumi}.\arabic{enumii}.\arabic{enumiii}.\arabic{enumiv}} |
||
82 | \def\theenumii{.\arabic{enumii}} |
||
83 | \def\theenumiii{.\arabic{enumiii}} |
||
84 | \def\theenumiv{.\arabic{enumiv}} |
||
85 | \makeatletter |
||
86 | \def\p@enumiii{\arabic{enumi}.\arabic{enumii}} |
||
87 | \def\p@enumiv{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}} |
||
88 | \makeatother |
||
89 | }{} |
||
90 | |||
91 | \newcommand{\kw}[1]{{\em \textbf{#1}}} |
||
92 | \newcommand{\kwc}[1]{{\textbf{#1}}} |
||
93 | |||
94 | \newenvironment{codeenv}{\fontfamily{pcr}\fontsize{9}{10}\selectfont\begin{tabbing}abcd\=abcd\=abcd\=abcd\=abcd\=abcd\=abcd\=abcd\=abcd\=abcd\=abcd\=abcd\=x\kill\\} |
||
95 | {\end{tabbing}} |
||
96 | |||
97 | \newenvironment{codedescr}{\begin{description}\item[Description] }{\end{description}} |
||
98 | |||
99 | \newcommand{\myline}{\noindent\rule{\textwidth}{1pt}} |
||
100 | |||
101 | \newenvironment{prototype} |
||
102 | {\myline |
||
103 | \begin{codeenv} |
||
104 | } |
||
105 | {\end{codeenv}} |
||
106 | |||
107 | \newcommand{\Shark}{{\sf S.Ha.R.K.}} |
||
108 | |||
109 | % |
||
110 | % Title of the document (according to ANNEX 1 !!!) |
||
111 | % |
||
112 | \mytitle{Deliverable Title -- FSF API reference manual} |
||
113 | |||
114 | % |
||
115 | % Put the authors here |
||
116 | % Please add other people if you like |
||
117 | % |
||
118 | \author{} |
||
119 | |||
120 | \begin{document} |
||
121 | |||
122 | \maketitle |
||
123 | |||
124 | % |
||
125 | % This is for highlithing the contributions. |
||
126 | % Put it to 0 if you do not want to highlight them |
||
127 | % |
||
128 | \contribon=0 |
||
129 | |||
130 | \tableofcontents |
||
131 | |||
132 | \clearpage |
||
133 |