HelenOS-doc
HelenOS
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS-doc
(root)
/
usrman
/
trunk
/
usrman.tex
– Rev 166
Rev
Rev 152
|
Blame
|
Compare with Previous
|
Last modification
|
View Log
|
Download
|
RSS feed
\
documentclass
[
onecolumn,twoside,12pt
]{
report}
\
usepackage
[
colorlinks=true, pdfstartview=FitV, linkcolor=blue,
citecolor=blue, urlcolor=blue
]{hyperref}
\
usepackage
{a4}
\
usepackage
{fancyhdr
}
%\pagestyle{fancy}
\
title
{
\Huge
{
\bf
HelenOS project}\\
\LARGE
{
\it
user manual}
}
\
date
{}
\begin
{
document
}
\
maketitle
\
newpage
\setcounter
{page}{2}
\
newpage
\addcontentsline
{toc}{chapter}{Contents}
\
tableofcontents
\
newpage
\
include
{intro/intro}
\
include
{building/building}
\
include
{boot/boot}
\
include
{running/running}
\end
{
document
}