Annotation of capa/capa51/CapaTools/printstudent.settings, revision 1.1.1.1
1.1 albertel 1: # Settings file for printstudent.tcl
2: #
3: # set up the configuration options
4: #
5: # the used values are qzparse_command, latex_command, dvips_command, and
6: # lpr_command
7:
8: config qzparse_command "/usr/local/bin/qzparse4.6"
9: config latex_command "/usr/local/bin/latex"
10: config dvips_command "/usr/local/bin/dvips"
11: config lpr_command "/usr/bin/lpr -Pcyccap_capa1"
12:
13: # List of classes, their path, and the sets that can be printed
14: class phy232s8 /usr/users/pratt/CAPA45/phy232s8 1 2 3 4 5
15: class phy183s8 /usr/users/birge/CAPA45/phy183s8 1 2 3 4 5
16: class phy184s8 /usr/users/teacher/CAPA45/phy184s8 1 2 3 4 5
17: class testing8 /usr/users/teacher/CAPA45/testing8 1 2 3 4 5 6
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>