hgbook

annotate en/99defs.tex @ 32:b7d46e86a5f1

Stop inkscape from printing an annoying message.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jul 15 21:23:35 2006 -0700 (2006-07-15)
parents 1bc6c1f0192a
children c0979ed1eabd
rev   line source
bos@26 1 \newcommand{\bug}[1]{\index{Mercurial issue!no.~#1}\href{http://www.selenic.com/mercurial/bts/issue#1}{Mercurial issue no.~#1}}
bos@4 2 \newcommand{\tildefile}[1]{\texttt{\~{}/#1}}
bos@2 3 \newcommand{\filename}[1]{\texttt{#1}}
bos@16 4 \newcommand{\dirname}[1]{\texttt{#1}}
bos@16 5 \newcommand{\sfilename}[1]{\index{\texttt{#1} file}\texttt{#1}}
bos@16 6 \newcommand{\sdirname}[1]{\index{\texttt{#1} directory}\texttt{#1}}
bos@16 7 \newcommand{\hgext}[1]{\index{\texttt{#1} extension}\texttt{#1}}
bos@16 8 \newcommand{\hgcmd}[1]{\index{\texttt{#1} command}``\texttt{hg #1}''}
bos@16 9 \newcommand{\command}[1]{\index{\texttt{#1} command}\texttt{#1}}
bos@26 10 \newcommand{\cmdargs}[2]{\index{\texttt{#1} command}``\texttt{#1 #2}''}
bos@16 11 \newcommand{\hgcmdargs}[2]{\index{\texttt{#1} command}``\texttt{hg #1 #2}''}
bos@17 12 \newcommand{\hgopt}[2]{\index{\texttt{#1} command!\texttt{#2} option}\texttt{#2}}
bos@19 13 \newcommand{\cmdopt}[2]{\index{\texttt{#1} command!\texttt{#2} option}\texttt{#2}}
bos@27 14 \newcommand{\option}[1]{\texttt{#1}}
bos@16 15 \newcommand{\package}[1]{\index{\texttt{#1} package}\texttt{#1}}
bos@0 16
bos@7 17 \newsavebox{\notebox}
bos@11 18 \newenvironment{note}%
bos@11 19 {\begin{lrbox}{\notebox}\begin{minipage}{0.7\textwidth}\textbf{Note:}\space}%
bos@11 20 {\end{minipage}\end{lrbox}\fbox{\usebox{\notebox}}}
bos@7 21
bos@4 22 \DefineVerbatimEnvironment{codesample4}{Verbatim}{frame=single,gobble=4,numbers=left,commandchars=\\\{\}}
bos@4 23 \newcommand{\interaction}[1]{\VerbatimInput[frame=single,numbers=left,commandchars=\\\{\}]{examples/#1.out}}
bos@3 24
bos@11 25 \ifpdf
bos@11 26 \newcommand{\grafix}[1]{\includegraphics[scale=0.2]{#1_pdf.png}}
bos@11 27 \else
bos@11 28 \newcommand{\grafix}[1]{\includegraphics{#1.png}}
bos@11 29 \fi
bos@11 30
bos@0 31 %%% Local Variables:
bos@0 32 %%% mode: latex
bos@0 33 %%% TeX-master: "00book"
bos@0 34 %%% End: