--- manual/manual.tex 2004/01/29 15:11:39 1.18 +++ manual/manual.tex 2004/02/12 03:35:05 1.20 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.18 2004/01/29 15:11:39 edhill Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.20 2004/02/12 03:35:05 edhill Exp $ % $Name: $ \documentclass[12pt]{book} @@ -9,6 +9,7 @@ %aja%\usepackage{amsfonts} \usepackage{amsmath} \usepackage{html} +\usepackage{hthtml} \usepackage{graphicx} %cnh%\usepackage{array} @@ -17,10 +18,10 @@ %eh3 Commands to reference either files or symbols within the "HTML-ized" %eh3 ("vdb") code. %eh3 -\newcommand{\filelink}[2]{ +\newcommand{\varlink}[2]{ \htmladdnormallink{\em #1()}{../code_reference/vdb/byname/#2.html} } -\newcommand{\varlink}[2]{ +\newcommand{\filelink}[2]{ \htmladdnormallink{\bf \tt #1}{../code_reference/vdb/byname/#2.html} }