1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
#Please insert up references in the next lines (line starts with keyword UP)
UP arb.hlp
UP glossary.hlp
#Please insert subtopic references (line starts with keyword SUB)
#SUB subtopic.hlp
# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
#************* Title of helpfile !! and start of real helpfile ********
TITLE ARB environment variables
OCCURRENCE Anywhere
DESCRIPTION Arb is aware of several environment variables:
ARBHOME
Should be set to the arb install directory
(usually /usr/arb)
LD_LIBRARY_PATH
path to system libraries (should contain $ARBHOME/lib (i.e. /usr/arb/lib if $ARBHOME is /usr/arb)).
Set by the 'arb' script.
ARB_TEXTEDIT
The name of the editor you like to use when editing textlike files via ARB
(default is to autodetect using arb_textedit)
ARB_XTERM
The call which is needed to create a normal xterm
(default: xterm -sl 1000 -sb -geometry 120x50 )
ARB_XCMD
The call which is needed to create a xterm invoking external programs
(default: $ARB_XTERM -e ).
USER
your username (normally set by shell).
PRINTER
if PRINTER is defined, it may contain the name of your printer. ARB will
then automatically use it in the printer command.
ARB_PID
internal PID for communication (set by the 'arb' script)
ARBMACRO
directory name where global ARB-macros may be provides by system administrator
(default: $ARBHOME/lib/macros )
ARB_PROP
directory name where your local ARB-properties will be saved to/loaded from
(default: $HOME/.arb_prop ).
Allows to use different ARB configurations in the same user account.
ARBMACROHOME
directory name where your local ARB-macros will be saved to/loaded from
(default: $ARB_PROP/macros )
ARBCONFIG
directory name where your local ARB-configs will be saved to/loaded from
(default: $ARB_PROP/cfgSave )
ARB_GS
name of postscript viewer used by ARB
(default: 'gv' or 'ghostview')
ARB_PDFVIEW
name of pdf viewer used by ARB
(default: 'epdfview' or 'acroread' or 'gv')
ARB_WORKDIR
extra directory appearing in ARB-File-Browsers
(default: none)
ARB_DOC
directory where ARB searches for *.ps, *.ps.gz, *.pdf
and *.pdf.gz (default: $ARBHOME/lib/help)
ARB_HTMLDOC
directory where ARB searches for *.html help files
(default: $ARBHOME/lib/help_html)
NOTES Short description of how to set an environment variable:
1. for bash users (add to .bashrc):
ARB_GS='my_special_postscript_viewer'
export ARB_GS
2. for tcsh users (add to .cshrc):
setenv ARB_GS 'my_special_postscript_viewer'
EXAMPLES None
WARNINGS None
BUGS No bugs known
|