--- manual/manual.tex 2004/02/17 21:58:56 1.21 +++ manual/manual.tex 2004/03/15 22:39:28 1.22 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.21 2004/02/17 21:58:56 edhill Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.22 2004/03/15 22:39:28 afe Exp $ % $Name: $ \documentclass[12pt]{book} @@ -25,6 +25,21 @@ \htmladdnormallink{\bf \tt #1}{../code_reference/vdb/byname/#2.html} } +% afe Commands to standardize typesetting +\newcommand{\file}[1]{ +\texttt{#1} +} + +\newcommand{\sectiontitle}[1]{ +\textsl{#1} +} + +\newcommand{\code}[1]{ +\texttt{#1} +} + + + %eh3 try out the epsfig package \usepackage[dvips]{epsfig} \def\scalefig#1{\epsfxsize #1\textwidth}