aboutsummaryrefslogtreecommitdiffhomepage
path: root/x-symbol/README.x-symbol-for-ProofGeneral
blob: e27d80076c05dea76016faec98260f5f1bba6b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
The code in this directory is taken from  

	http://x-symbol.sourceforge.net/

This is version 4.5.1-beta (dated 2003-05-11 15:00)

Several changes have been made for Proof General, including:

* the addition of 18pt and 24pt fonts, see etc/bigfonts.
  (thanks to Clemens Ballarin).  
* the addition of a mechanism to use Norbert Voelker's isaxsymb1.ttf 
  (see etc/fonts-ttf) automatically on Mac using Carbon Emacs.
  You need to install isaxsymb1.ttf into Font Book
  This is experimental support and may have some issues.
* Experimental (not yet working) support for Emacs 23
* Addition of `x-symbol-image-converter-required' which defaults to nil,
  to avoid X-Symbol giving warnings when it doesn't find ImageMagick convert.
  Images aren't used in Proof General, but if you want to use the same
  X-Symbol in LaTeX, you might want to customize this setting to t.
* addition of the string "[Proof General]" to x-symbol-version


The following rearrangements from the package directory layout have
been made:

  for f in etc lisp man; do mv $f/x-symbol/* $f; rmdir $f/x-symbol; done

Moreover, lisp/Makefile and lisp/makefile.pkg were copied from
X-Symbol source package, and lisp/makefile.pkg edited to remove
x-symbol-emacs from list of compiled files (since it breaks 
on XEmacs compile).