]> git.sesse.net Git - vlc/blob - doc/main.tex
We now read the DTS (but we don't use it for the moment).
[vlc] / doc / main.tex
1 %
2 % main.tex: structure of the vlc LaTeX documentation
3 % (c)1999 VideoLAN
4 %
5 \documentclass[a4paper]{report}
6
7 %
8 % Packages and definitions
9 %
10 \usepackage{graphicx}
11
12 \include{common}
13
14 \newcommand{\VideoLAN}{\textit{Video}\textsc{lan}}
15
16 %
17 % Document
18 %
19 \begin{document}
20
21 % Title page and table of contents
22 \begin{titlepage}
23
24 \VideoLAN project
25
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}
31
32 \end{titlepage}
33
34 \tableofcontents
35
36 % General description of the project
37 \part{General description}
38
39 \chapter{The goal}
40
41 \chapter{??}
42
43 \chapter{vlc: the \VideoLAN\ client}
44
45 \chapter{Continuation of the project}
46
47 % Project organization
48 \part{Project organization}
49
50 \chapter{Team and communication}
51
52 \chapter{Source control}
53
54 \chapter{Coding conventions}
55 \include{threads}
56
57 % Code description
58 \part{Code description}
59
60 \end{document}