hgbook

annotate 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
rev   line source
bos@3 1 \newcommand{\tildefile}[1]{\texttt{\~/#1}}
bos@2 2 \newcommand{\filename}[1]{\texttt{#1}}
bos@0 3 \newcommand{\hgext}[1]{\texttt{#1}}
bos@0 4 \newcommand{\hgcmd}[1]{``\texttt{hg #1}''}
bos@0 5 \newcommand{\hgcmdargs}[2]{``\texttt{hg #1 #2}''}
bos@0 6
bos@3 7 \DefineVerbatimEnvironment{codesample}{Verbatim}{frame=single,gobble=2,numbers=left}
bos@3 8
bos@0 9 %%% Local Variables:
bos@0 10 %%% mode: latex
bos@0 11 %%% TeX-master: "00book"
bos@0 12 %%% End: