hgbook

diff 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 diff
     1.1 --- a/en/99defs.tex	Sat Jun 24 16:14:02 2006 -0700
     1.2 +++ b/en/99defs.tex	Sat Jun 24 17:42:40 2006 -0700
     1.3 @@ -1,8 +1,11 @@
     1.4 +\newcommand{\tildefile}[1]{\texttt{\~/#1}}
     1.5  \newcommand{\filename}[1]{\texttt{#1}}
     1.6  \newcommand{\hgext}[1]{\texttt{#1}}
     1.7  \newcommand{\hgcmd}[1]{``\texttt{hg #1}''}
     1.8  \newcommand{\hgcmdargs}[2]{``\texttt{hg #1 #2}''}
     1.9  
    1.10 +\DefineVerbatimEnvironment{codesample}{Verbatim}{frame=single,gobble=2,numbers=left}
    1.11 +
    1.12  %%% Local Variables: 
    1.13  %%% mode: latex
    1.14  %%% TeX-master: "00book"