Copyright (C) 1987 Princeton University These fonts by Silvio Levy are partly based on Don Knuth's Computer Modern family of fonts. They are distributed WITHOUT ANY WARRANTY, express or implied. Please send comments, suggestions, etc. to levy@princeton. April 1988 A list of the contents of this distribution is at the end of this file. Here's what the files contain: README -- this file. doc/install.tex -- instructions for the use of fonts. doc/proc.tex -- talk given by the author at the TeX user's group conference (Seattle, Aug 1987) discussing the development of the fonts. doc/todo.tex -- things that need to be done to improve the fonts. doc/use.tex -- instructions for the use of fonts. gr{bld,reg,tt}*.mf -- parameter files grbase.mf -- MF routines to be read after cmbase.mf. greek.mf -- driver file. greekmacros.tex -- TeX macros defining a ``Greek mode''. grtestfont.tex -- Knuth's testfont.tex (appendix H of MFbook), adapted to greek fonts. makeall -- UNIX shell script to create all fonts, in a given mode and magnification. Syntax: makeall [ modename [ mag ]] makefont -- UNIX shell script to create one font. Syntax: makefont fontname [ modename [ mag ]] modes.mf -- author's mode definitions for Apple laserwriter and Sun workstation. src/*.mf -- MF description of characters. testfont -- UNIX shell script to test one font. Syntax: testfont fontname IMPORTANT NOTE: These fonts make use of the 256-character capabilities of gf format. They cannot be converted to the obsolete PXL format which allows only 128 characters. If you are still using PXL format drivers, it is time to convert. If you are using a gf format driver with only 128 character capacity, you are missing something. See doc/install.tex. Metafont must have |max_in_open| increased (to 10) to compile these fonts as they stand. The appropriate change has been added to the change files on the UnixTeX distribution. If you're getting these fonts other than from the TeX distribution, and if you don't have access to Metafont source, you'll have to merge some files before you attempt compilation: In src/s.mf, replace the line readfrom("gen_sigma") by the contents of src/gen_sigma.mf. In src/lower.mf, replace each line by the contents of the corresponding file; for instance, replace readfrom("a") by the contents of src/a.mf. In greek.mf, right after the line that says ``font_setup'' insert the lines readfrom("gen_acc"); readfrom("gen_sigma");