Subversion Repositories HelenOS-doc

Rev

Rev 30 | Rev 42 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
30 jermar 1
\documentclass[onecolumn,twoside,12pt]{report}
2
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue,
3
            citecolor=blue, urlcolor=blue]{hyperref}
4
\usepackage{a4}
5
\usepackage{fancyhdr}
6
%\pagestyle{fancy}
7
 
8
 
9
\title{
10
    \Huge{\bf HelenOS project}\\
11
    \LARGE{\it project documentation}
12
}
13
\date{}
14
 
15
\newcommand{\JJ}{Jakub Jerm\'{a}\v{r}}
16
\newcommand{\OP}{Ond\v{r}ej Palkovsk\'{y}}
17
\newcommand{\MD}{Martin D\v{e}ck\'{y}}
18
\newcommand{\JV}{Jakub V\'{a}\v{n}a}
19
\newcommand{\JC}{Josef \v{C}ejka}
20
\newcommand{\SB}{Sergey Bondari}
21
 
22
\begin{document}
23
    \maketitle
24
    \newpage
25
    \setcounter{page}{2}
26
    \newpage   
27
    \addcontentsline{toc}{chapter}{Contents}
28
    \tableofcontents
29
    \newpage
30
 
31
    \include{intro/intro}
32
    \include{project/project}
33
    \include{developers/developers}
34
    \include{tools/tools}
35
 
36
    \newpage
37
    \begin{thebibliography}{99}
38
        \addcontentsline{toc}{chapter}{References}
39
        \bibitem{helenos}\href{http://www.helenos.eu}{HelenOS project, http://www.helenos.eu.}
40
        \bibitem{helenos-spec}\href{http://www.helenos.eu/?reason=specs}{HelenOS specifications}
41
    \end{thebibliography}
42
\end{document}