hgbook

view en/99defs.tex @ 19:187702df428b

Piles of new content for MQ chapter - cookbook stuff.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jul 07 19:56:53 2006 -0700 (2006-07-07)
parents 2668e15c76e9
children 1bc6c1f0192a
line source
1 \newcommand{\tildefile}[1]{\texttt{\~{}/#1}}
2 \newcommand{\filename}[1]{\texttt{#1}}
3 \newcommand{\dirname}[1]{\texttt{#1}}
4 \newcommand{\sfilename}[1]{\index{\texttt{#1} file}\texttt{#1}}
5 \newcommand{\sdirname}[1]{\index{\texttt{#1} directory}\texttt{#1}}
6 \newcommand{\hgext}[1]{\index{\texttt{#1} extension}\texttt{#1}}
7 \newcommand{\hgcmd}[1]{\index{\texttt{#1} command}``\texttt{hg #1}''}
8 \newcommand{\command}[1]{\index{\texttt{#1} command}\texttt{#1}}
9 \newcommand{\cmdargs}[2]{\index{\texttt{#1} command}\texttt{#1 #2}}
10 \newcommand{\hgcmdargs}[2]{\index{\texttt{#1} command}``\texttt{hg #1 #2}''}
11 \newcommand{\hgopt}[2]{\index{\texttt{#1} command!\texttt{#2} option}\texttt{#2}}
12 \newcommand{\cmdopt}[2]{\index{\texttt{#1} command!\texttt{#2} option}\texttt{#2}}
13 \newcommand{\package}[1]{\index{\texttt{#1} package}\texttt{#1}}
15 \newsavebox{\notebox}
16 \newenvironment{note}%
17 {\begin{lrbox}{\notebox}\begin{minipage}{0.7\textwidth}\textbf{Note:}\space}%
18 {\end{minipage}\end{lrbox}\fbox{\usebox{\notebox}}}
20 \DefineVerbatimEnvironment{codesample4}{Verbatim}{frame=single,gobble=4,numbers=left,commandchars=\\\{\}}
21 \newcommand{\interaction}[1]{\VerbatimInput[frame=single,numbers=left,commandchars=\\\{\}]{examples/#1.out}}
23 \ifpdf
24 \newcommand{\grafix}[1]{\includegraphics[scale=0.2]{#1_pdf.png}}
25 \else
26 \newcommand{\grafix}[1]{\includegraphics{#1.png}}
27 \fi
29 %%% Local Variables:
30 %%% mode: latex
31 %%% TeX-master: "00book"
32 %%% End: