--- /home/greg/TDevel/cvs/axiom/src/share/doc/hypertex/pages/util.ht 2003-08-28 16:23:45.000000000 +0200 +++ /usr/local/axiom/mnt/linux/doc/hypertex/pages/util.ht 2006-08-14 23:13:38.000000000 +0200 @@ -135,7 +135,7 @@ % 5. Bitmaps and bitmap manipulation macros. % ---------------------------------------------------------------------- -\newcommand{\htbmdir}{\env{AXIOM}/../../share/doc/hypertex/bitmaps} +\newcommand{\htbmdir}{\env{AXIOM}/doc/hypertex/bitmaps} \newcommand{\htbmfile}[1]{\htbmdir /#1.bitmap} \newcommand{\htbitmap}[1]{\inputbitmap{\htbmfile{#1}}} \newcommand{\ControlBitmap}[1]{\controlbitmap{\htbmfile{#1}}} @@ -153,7 +153,7 @@ % Including control panel pixmaps for help pages: -\newcommand{\helpbit}[1]{\centerline{\inputpixmap{\env{AXIOM}/../../share/doc/hypertex/pixmaps/{#1}}}} +\newcommand{\helpbit}[1]{\centerline{\inputpixmap{\env{AXIOM}/doc/hypertex/pixmaps/{#1}}}} % ---------------------------------------------------------------------- % 6. HyperDoc button objects. @@ -194,19 +194,19 @@ % Including viewport bitmaps within \HyperName pages: \newcommand{\viewport}[1]{\inputimage{{#1}.VIEW/image}} -\newcommand{\axiomViewport}[1]{\inputimage{\env{AXIOM}/../../share/doc/viewports/{#1}.VIEW/image}} +\newcommand{\axiomViewport}[1]{\inputimage{\env{AXIOM}/doc/viewports/{#1}.VIEW/image}} \newcommand{\spadviewport}[1]{\axiomViewport{#1}} % Creating a real live viewport: \newcommand{\viewportbutton}[2]{\unixcommand{#1}{viewAlone #2}} -\newcommand{\axiomViewportbutton}[2]{\unixcommand{#1}{viewAlone \$AXIOM/../../share/doc/viewports/{#2}}} +\newcommand{\axiomViewportbutton}[2]{\unixcommand{#1}{viewAlone \$AXIOM/doc/viewports/{#2}}} \newcommand{\spadviewportbutton}[2]{\axiomViewportbutton{#1}{#2}} % Making active viewport buttons: \newcommand{\viewportasbutton}[1]{\unixcommand{\inputimage{{#1}.VIEW/image}}{viewAlone {#1}}} -\newcommand{\axiomViewportasbutton}[1]{\unixcommand{\inputimage{\env{AXIOM}/../../share/doc/viewports/{#1}.VIEW/image}}{viewAlone \$AXIOM/../../share/doc/viewports/{#1}}} +\newcommand{\axiomViewportasbutton}[1]{\unixcommand{\inputimage{\env{AXIOM}/doc/viewports/{#1}.VIEW/image}}{viewAlone \$AXIOM/doc/viewports/{#1}}} \newcommand{\spadviewportasbutton}[1]{\axiomViewportasbutton{#1}} % ---------------------------------------------------------------------- @@ -432,11 +432,9 @@ % redundant defns for system commands \newcommand{\syscom}[1]{\lispdownlink{)#1}{(|syscomPage| '|#1|)}} % -% 20030110000 tpd added a leading open paren -\newcommand{\spadsyscom}[1]{){\tt #1}} -% 20030110000 tpd these two commands are never used -%\newcommand{\spadcmd}[1]{\spadsyscom{#1}} -%\newcommand{\spadsys}[1]{\spadsyscom{#1}} +\newcommand{\spadsyscom}[1]{{\tt #1}} +\newcommand{\spadcmd}[1]{\spadsyscom{#1}} +\newcommand{\spadsys}[1]{\spadsyscom{#1}} % Following macros should be phased out in favor of ones above: