Subversion Repositories HelenOS-doc

Rev

Rev 115 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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. \title{
  9.     \Huge{\bf HelenOS project}\\
  10.     \LARGE{\it project documentation}
  11. }
  12. \date{}
  13.  
  14. \newcommand{\JJ}{Jakub Jerm\'{a}\v{r}}
  15. \newcommand{\OP}{Ond\v{r}ej Palkovsk\'{y}}
  16. \newcommand{\Ondrej}{Ond\v{r}ej}
  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. \renewcommand{\bibname}{References}
  22.  
  23. \begin{document}
  24.     \maketitle
  25.     \newpage
  26.     \setcounter{page}{2}
  27.     \newpage   
  28.     \addcontentsline{toc}{chapter}{Contents}
  29.     \tableofcontents
  30.     \newpage
  31.    
  32.     \include{intro/intro}
  33.     \include{project/project}
  34.     \include{developers/developers}
  35.     \include{tools/tools}
  36.    
  37.     \appendix
  38.     \include{spec/spec}
  39.    
  40.     \newpage
  41.     \begin{thebibliography}{99}
  42.         \addcontentsline{toc}{chapter}{References}
  43.         \bibitem{helenos}\href{http://www.helenos.eu}{HelenOS project, http://www.helenos.eu.}
  44.         \bibitem{helenos-spec}\href{http://www.helenos.eu/?reason=specs}{HelenOS specifications}
  45.         \bibitem{binutils}\href{http://www.gnu.org/software/binutils/}{binutils, http://www.gnu.org/software/binutils/}
  46.         \bibitem{gcc}\href{http://gcc.gnu.org/}{gcc, http://gcc.gnu.org/}
  47.         \bibitem{grub}\href{http://www.gnu.org/software/grub/}{GRUB, http://www.gnu.org/software/grub/}
  48.         \bibitem{bochs}\href{http://bochs.sourceforge.net/}{Bochs, http://bochs.sourceforge.net/}
  49.         \bibitem{pearpc}\href{http://pearpc.sourceforge.net/}{PearPC, http://pearpc.sourceforge.net/}
  50.         \bibitem{msim}\href{http://nenya.ms.mff.cuni.cz/~holub/msim}{msim, http://nenya.ms.mff.cuni.cz/$\tilde{~}$holub/msim}
  51.         \bibitem{ski}\href{http://www.hpl.hp.com/research/linux/ski/}{Ski, http://www.hpl.hp.com/research/linux/ski/}
  52.         \bibitem{simics}\href{http://www.virtutech.com/about/research}{Simics, http://www.virtutech.com/about/research}
  53.         \bibitem{vmware}\href{http://www.vmware.com/products/desktop/ws_features.html}{VMware, http://www.vmware.com/products/desktop/ws\_features.html}
  54.         \bibitem{gxemul}\href{http://gavare.se/gxemul/}{GXemul, http://gavare.se/gxemul/}
  55.         \bibitem{qemu}\href{http://fabrice.bellard.free.fr/qemu/}{QEMU, http://fabrice.bellard.free.fr/qemu/}
  56.     \end{thebibliography}
  57. \end{document}
  58.