]> git.sesse.net Git - vlc/blob - doc/common.tex
Same changes that were made in the stbale branch ( FB_NOYPAN support )
[vlc] / doc / common.tex
1 %
2 % common.tex: common definitions for LaTeX files.
3 % (c)1999 VideoLAN
4 %
5
6 % Included packages
7 \usepackage{alltt}
8
9 % C-related commands
10 \newcommand{\csymbol}[1]{\texttt{#1}}
11
12 % C-related environments
13 \newenvironment{csource}
14     {\begin{alltt}}
15     {\end{alltt}}