* Mandatory step for video output IV and the audio output quality
[vlc.git] / doc / main.tex
blobd64d7c2193818ef2428b5449bbff13189eb83ba7
2 % main.tex: structure of the vlc LaTeX documentation
3 % (c)1999 VideoLAN
5 \documentclass[a4paper]{report}
8 % Packages and definitions
10 \usepackage{graphicx}
12 \include{common}
14 \newcommand{\VideoLAN}{\textit{Video}\textsc{lan}}
17 % Document
19 \begin{document}
21 % Title page and table of contents
22 \begin{titlepage}
24 \VideoLAN project
26 \begin{center}
27 \resizebox{\textwidth}{!}{vlc: the \VideoLAN\ client}
28 \bigskip
29 a real-time MPEG-2 software decoder and player
30 \end{center}
32 \end{titlepage}
34 \tableofcontents
36 % General description of the project
37 \part{General description}
39 \chapter{The goal}
41 \chapter{??}
43 \chapter{vlc: the \VideoLAN\ client}
45 \chapter{Continuation of the project}
47 % Project organization
48 \part{Project organization}
50 \chapter{Team and communication}
52 \chapter{Source control}
54 \chapter{Coding conventions}
55 \include{threads}
57 % Code description
58 \part{Code description}
60 \end{document}