3 # Copyright (C) 2000, HELM Team.
5 # This file is part of HELM, an Hypertextual, Electronic
6 # Library of Mathematics, developed at the Computer Science
7 # Department, University of Bologna, Italy.
9 # HELM is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License
11 # as published by the Free Software Foundation; either version 2
12 # of the License, or (at your option) any later version.
14 # HELM is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with HELM; if not, write to the Free Software
21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 # For details, see the HELM World-Wide-Web page,
24 # http://cs.unibo.it/helm/.
26 ##########################################################################
27 # BEGIN OF THE PART TO CONFIGURE BEFORE USING THE SCRIPT #
28 ##########################################################################
30 # In the next line you have to set the path to the jdk1.3
31 export PATH=/opt/java/jdk1.3/bin/:$PATH
33 # In the next line you have to give the classpath to the 1.1 version of
35 export CLASSPATH1=/projects/helm/shared/libraries/java/xalan_1_1/xalan.jar
37 # In the next line you have to give the classpath to the 1.1 version of
39 export CLASSPATH2=/projects/helm/shared/libraries/java/xalan_1_1/xerces.jar
41 ##########################################################################
42 # END OF THE PART TO CONFIGURE #
43 ##########################################################################
45 export CLASSPATH=$CLASSPATH1:$CLASSPATH2:$CLASSPATH:.
46 export CLASS_DIR=@HELM_LIB_DIR@
47 export HELM_STYLE_DIR=@HELM_STYLE_DIR@
50 java -ss1024K -oss8192K \
52 $HELM_STYLE_DIR/rootcontent.xsl \
53 $HELM_STYLE_DIR/annotatedpres.xsl \
54 $HELM_STYLE_DIR/theory_content.xsl \
55 $HELM_STYLE_DIR/theory_pres.xsl