]> matita.cs.unibo.it Git - helm.git/blob - helm/scripts/template.rc
Several no longer used variables removed.
[helm.git] / helm / scripts / template.rc
1
2 COQV=V7_mowgli
3 WHERE=phd
4 FROM=@FROM@
5
6 export CVS_RSH=ssh
7
8 echo "Configuring HELM for $WHERE (from $FROM), Coq $COQV"
9
10 export HELMROOT=/projects/helm
11
12 if test $WHERE = $FROM; then
13         FONTROOT=$HELMROOT
14 else
15         if test $FROM = phd; then
16                 FONTROOT=/projects/helm
17         else
18                 FONTROOT=/home/projects/helm
19         fi
20 fi
21
22 export PATH=$HELMROOT/http_getter:$PATH
23 export PATH=$HELMROOT/$COQV/interface:$PATH
24 export PATH=$HELMROOT/shared/scripts:$PATH
25
26 export MATHENGINECONF=$HELMROOT/$COQV/$WHERE/local/etc/helm/helm-math-engine-configuration.xml
27
28 umask 002
29
30 # Stix font
31 xset fp
32 xset fp+ $FONTROOT/fonts/mathematica/Type1/
33 xset fp rehash