improved comments;
authorwenzelm
Mon, 12 May 1997 14:58:45 +0200
changeset 3158 2bd87b6682bf
parent 3157 1f86ec907a3f
child 3159 22ebe2bd5e45
improved comments;
etc/settings
--- a/etc/settings	Mon May 12 14:32:46 1997 +0200
+++ b/etc/settings	Mon May 12 14:58:45 1997 +0200
@@ -80,9 +80,14 @@
 #DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9"
 
 
-# How to install the isabelle X11 fonts (can be tricky!).
+## Fonts -- how to install the Isabelle X11 fonts (can be tricky!).
+
+# (1) Get fonts from local (client side) directory:
 ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash"
+
+# (2) Get from font server (at Cambridge or Munich):
 #ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv.cl.cam.ac.uk:7100"
+#ISABELLE_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200"
 
 
 ###