hgbook

view en/99defs.tex @ 3:906d9021f9e5

Making progress on autogenerated example output.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jun 24 17:42:40 2006 -0700 (2006-06-24)
parents 379a802c0210
children 33a2e7b9978d
line source
1 \newcommand{\tildefile}[1]{\texttt{\~/#1}}
2 \newcommand{\filename}[1]{\texttt{#1}}
3 \newcommand{\hgext}[1]{\texttt{#1}}
4 \newcommand{\hgcmd}[1]{``\texttt{hg #1}''}
5 \newcommand{\hgcmdargs}[2]{``\texttt{hg #1 #2}''}
7 \DefineVerbatimEnvironment{codesample}{Verbatim}{frame=single,gobble=2,numbers=left}
9 %%% Local Variables:
10 %%% mode: latex
11 %%% TeX-master: "00book"
12 %%% End: