equal
deleted
inserted
replaced
41 ### |
41 ### |
42 ### Compilation options |
42 ### Compilation options |
43 ### |
43 ### |
44 |
44 |
45 # Should be 'true' or 'false': |
45 # Should be 'true' or 'false': |
46 ISABELLE_HTML=true |
46 ISABELLE_HTML=false |
47 |
47 |
48 |
48 |
49 ### |
49 ### |
50 ### Misc path settings |
50 ### Misc path settings etc. |
51 ### |
51 ### |
52 |
52 |
53 # The place for user configuration, heap files, etc. |
53 # The place for user configuration, heap files, etc. |
54 ISABELLE_HOME_USER=~/isabelle |
54 ISABELLE_HOME_USER=~/isabelle |
55 |
55 |
63 ISABELLE_DOCS=$ISABELLE_HOME/doc |
63 ISABELLE_DOCS=$ISABELLE_HOME/doc |
64 |
64 |
65 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
65 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
66 #DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
66 #DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
67 DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
67 DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
|
68 |
|
69 |
|
70 # How to install the isabelle X11 fonts |
|
71 ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash" |
|
72 #ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv:7100" |
68 |
73 |
69 |
74 |
70 ### |
75 ### |
71 ### Interfaces |
76 ### Interfaces |
72 ### |
77 ### |