Subversion Repositories HelenOS-doc

Rev

Rev 30 | Rev 42 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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