hgbook

annotate en/99defs.tex @ 11:e9d5b4c3d16b

First SVG image!
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jun 29 00:32:35 2006 -0700 (2006-06-29)
parents 76fc489c0e0b
children e2aa527bafa0
rev   line source
bos@4 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@7 7 \newsavebox{\notebox}
bos@11 8 \newenvironment{note}%
bos@11 9 {\begin{lrbox}{\notebox}\begin{minipage}{0.7\textwidth}\textbf{Note:}\space}%
bos@11 10 {\end{minipage}\end{lrbox}\fbox{\usebox{\notebox}}}
bos@7 11
bos@4 12 \DefineVerbatimEnvironment{codesample4}{Verbatim}{frame=single,gobble=4,numbers=left,commandchars=\\\{\}}
bos@4 13 \newcommand{\interaction}[1]{\VerbatimInput[frame=single,numbers=left,commandchars=\\\{\}]{examples/#1.out}}
bos@3 14
bos@11 15 \ifpdf
bos@11 16 \newcommand{\grafix}[1]{\includegraphics[scale=0.2]{#1_pdf.png}}
bos@11 17 \else
bos@11 18 \newcommand{\grafix}[1]{\includegraphics{#1.png}}
bos@11 19 \fi
bos@11 20
bos@0 21 %%% Local Variables:
bos@0 22 %%% mode: latex
bos@0 23 %%% TeX-master: "00book"
bos@0 24 %%% End: