Changeset 528

Show
Ignore:
Timestamp:
02/18/07 15:16:41 (2 years ago)
Author:
hollow
Message:

fix table of contents; add more structure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/manual/manual.tex

    r522 r528  
    2626\bibliographystyle{unsrt} 
    2727 
    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} 
    2934\author{Benedikt Böhm \texttt{<hollow@gentoo.org>}} 
    3035 
     
    3540 
    3641\frontmatter 
     42\setcounter{tocdepth}{1} 
    3743\tableofcontents 
    3844\input{preface.tex} 
    3945 
    4046\mainmatter 
    41  
    4247\part{Introduction} 
    4348\input{intro/intro.tex} 
    4449\input{intro/vserver.tex} 
    4550\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} 
    4662 
    4763\part{XML-RPC Method Reference}