You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
262 B
15 lines
262 B
%
|
|
% 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}}
|
|
|