Changeset 528
- Timestamp:
- 02/18/07 15:16:41 (2 years ago)
- Files:
-
- trunk/doc/manual/manual.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/manual/manual.tex
r522 r528 26 26 \bibliographystyle{unsrt} 27 27 28 \title{VServer Control Daemon Reference Manual} 28 % nicer table of contents 29 \usepackage[titles]{tocloft} 30 \setlength{\cftsecnumwidth}{3em} 31 \renewcommand{\cftsecaftersnum}{.} 32 33 \title{VServer Control Daemon\\Reference Manual} 29 34 \author{Benedikt Böhm \texttt{<hollow@gentoo.org>}} 30 35 … … 35 40 36 41 \frontmatter 42 \setcounter{tocdepth}{1} 37 43 \tableofcontents 38 44 \input{preface.tex} 39 45 40 46 \mainmatter 41 42 47 \part{Introduction} 43 48 \input{intro/intro.tex} 44 49 \input{intro/vserver.tex} 45 50 \input{intro/vcd.tex} 51 52 \part{Installation} 53 54 \part{Configuration and Maintenance} 55 56 \part{Command Reference} 57 \input{cmdref/vcc.tex} 58 \input{cmdref/vcd.tex} 59 \input{cmdref/vcdadm.tex} 60 \input{cmdref/vce.tex} 61 \input{cmdref/vshelper.tex} 46 62 47 63 \part{XML-RPC Method Reference}
