sh ./unapck.sh
After unpacking has been completed, on some systems special installing procedures has to be carried out:
setenv SHLIB_PATH ${MuPAD_ROOT_PATH}/hp/xview
or
setenv SHLIB_PATH ${MuPAD_ROOT_PATH}/hp/xview:${SHLIB_PATH}
Insert this line into your file ~/.cshrc.
Be sure that these libraries and also the directories of this path are readable and executable.
setenv LD_LIBRARY_PATH /XXX/lib
or
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/XXX/lib
Where XXX is the directory in which OpenWindows is installed. This is ususally one of the following: /usr/openwin/ , /opt/openwin/ , /usr/local/openwin/. Insert this line into your file ~/.cshrc.
uncompress xview.fonts.tar.gz ; tar xf xview.fonts.tar ;
rm xview.fonts.tar
To install these fonts on your system, please read the document README which is located in the extracted directory Xview.fonts .
MuPAD_ROOT_PATH -- root directory of the MuPAD system. SHLIB_PATH -- X11/XView libraries on HP-UX LD_LIBRARY_PATH -- X11/XView libraries on other systems FONT_PATH -- directory of the fonts for the help system LW_PRINTER -- name of a Postscript-printer. PAGER -- pager (ie. less) used to display the help pages in a MuPAD terminal session. If not set, more is used. MANPATH -- search path for man pages. PATH or path -- command search path. PREVIEWER -- previewer (i.e. xv or xloadimage) used to display GIF-pictures in MuPAD's on-line manual. If not set, /usr/local/X11/bin/xv is used.In any case you have to specify MuPAD_ROOT_PATH, FONT_PATH and you have to extend the command search path (path or PATH)! Add the following lines to your .cshrc if you use csh or tcsh:
# # MuPAD environment (csh, tcsh) # setenv MuPAD_ROOT_PATH /usr/local/MuPAD setenv FONT_PATH ${MuPAD_ROOT_PATH}/share/doc/hytex/fonts setenv MANPATH ${MuPAD_ROOT_PATH}/share/doc/man:${MANPATH} set path = ( ${MuPAD_ROOT_PATH}/share/bin $path )Add the following lines to your .profile if you use a sh, ksh or bash:
# # MuPAD environment # MuPAD_ROOT_PATH=/usr/local/MuPAD export MuPAD_ROOT_PATH FONT_PATH=$MuPAD_ROOT_PATH/share/doc/hytex/fonts export FONT_PATH MANPATH=$MuPAD_ROOT_PATH/share/doc/man:$MANPATH export MANPATH PATH=$MuPAD_ROOT_PATH/share/bin:$PATH export PATHRemember that the directory /usr/local/MuPAD serves only as an example and must be substituted by the MuPAD root directory in which the MuPAD system is installed. Note: If you don't want users to have to modify their .cshrc or respectively their .profile, use the program setup which is located in share/bin/admin below the MuPAD root directory.
Remember also that the fonts for the MuPAD help system may be located at other places than $MuPAD_ROOT_PATH/share/doc/hytex/fonts if the fonts already exist elsewhere on your system.
No such file or directory, extras menu file /usr/lib/.text_extras_menu (Textsw package)Copy the file text_extras_menu which is located in $MuPAD_ROOT_PATH/share/xview to /usr/lib/.text_extras_menu or set the environment variable EXTRASMENU:
setenv EXTRASMENU $MuPAD_ROOT_PATH/share/xview/text_extras_menu
Warning: make sure that you can write <utmp>This is an incompatibility of old XView portations to new SYSV operating systems. Ignore it. Do not change the permissions on this file!!!
XView warning: Cannot load font '--0' (Font package)Ignore it.
XView warning: ttysw_sigwinch, can't get tty process group: Not a typewriterAgain an incompatibility of XView. Ignore it.
Sun IBM L2 (Again) Meta-a L4 (Undo) Meta-u L6 (Copy) Meta-c L8 (Paste) Meta-v L9 (Find) Meta-f L10 (Cut) Meta-x
xmodmap - << EOF keysym F8 = Help EOF
xmodmap - << EOF keysym Alt_L = Meta_L keysym Alt_R = Meta_R EOF[Back To Contents]
Within mdx, user input in the terminal window does not work. This is a problem of the TERMSW-package of the SGI-XView port. If you know any solution, please let us know.
You may have to specify the font for MuPAD's graphical interfaces. Select a font with a fixed width. xlsfonts lists all available fonts on your server. Make an entry in your .Xdefaults, for example
Font.name: lucida-normal-10