% % common.tex: common definitions for LaTeX files. % (c)1999 VideoLAN % % Included packages \usepackage{alltt} % C-related commands \newcommand{\csymbol}[1]{\texttt{#1}} % C-related environments \newenvironment{csource} {\begin{alltt}} {\end{alltt}}