 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
--- manual/manual.tex	2001/11/13 16:45:58	1.11
+++ manual/manual.tex	2002/03/01 20:03:35	1.12
@@ -1,4 +1,4 @@
-% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.11 2001/11/13 16:45:58 adcroft Exp $
+% $Header: /home/ubuntu/mnt/e9_copy/manual/manual.tex,v 1.12 2002/03/01 20:03:35 cnh Exp $
 % $Name:  $
 
 \documentclass[12pt]{book}
@@ -14,6 +14,17 @@
 %cnh%\usepackage{array}
 %cnh%\usepackage{multirow}
 
+% Command to reference entries in either "code" or "names"
+% directories of browseable code tree.
+\newcommand{\proclink}[2]{
+\htmladdnormallink{\em #1()}{../../code_reference/vdb/names/#2_docref.html}
+}
+\newcommand{\varlink}[2]{
+\htmladdnormallink{\bf \tt #1}{../../code_reference/vdb/names/#2_docref.html}
+}
+
+
+
 %ph%\usepackage{epsfig}
 %ph%\usepackage{psfrag}
 %ph%\usepackage{oldgerm}
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |