home *** CD-ROM | disk | FTP | other *** search
/ ftp.cse.unsw.edu.au / 2014.06.ftp.cse.unsw.edu.au.tar / ftp.cse.unsw.edu.au / pub / doc / misc / metafont < prev    next >
Internet Message Format  |  1992-10-18  |  29KB

  1. Path: usage.csd.unsw.oz.au!metro!munnari.oz.au!spool.mu.edu!mips!zaphod.mps.ohio-state.edu!wuarchive!cs.utexas.edu!news-server.csri.toronto.edu!torsqnt!lsuc!sq!lee
  2. From: lee@sq.sq.com (Liam R. E. Quin)
  3. Newsgroups: comp.fonts,comp.text.tex
  4. Subject: Complete list of all fonts in metafont source format in the world
  5. Message-ID: <1991May12.040836.164@sq.sq.com>
  6. Date: 12 May 91 04:08:36 GMT
  7. Expires: April 15, 1991
  8. Organization: SoftQuad Inc., Toronto, Canada
  9. Lines: 799
  10. Xref: usage.csd.unsw.oz.au comp.fonts:1746 comp.text.tex:6908
  11.  
  12. Postnews@sqlee: warning: article has explicit expiry date.
  13.  
  14. Some details have changed, and there are some new fonts, since last posting:
  15. ===================================================================
  16. +       Fonts: Cirth
  17. +       Fonts: German [see: Babel/German, Euler]
  18. +       Fonts: Malvern
  19. +       Fonts: Old English [extra characters for typesetting Old English]
  20. +       Fonts: Tamil
  21. +       Fonts: Washington Symbol Font
  22. ===================================================================
  23.  
  24. I intend to trim this file down and make it a regular monthly posting,
  25. since the automatic six-weekly posting didn't work very well.  The reduced
  26. file will contain only font information; the information about formats,
  27. using Metafont, TeX and troff, etc., will be posted separately.  Please
  28. mail me as soon as possible if you have feelings about this, or if you find
  29. any errors or out-of-dateness herein!
  30.  
  31. Lee
  32.  
  33. lee@sq.com   Liam Quin....  The barefoot programmer...
  34.  
  35.  
  36. Summary of Metafont Fonts Available (Approximate Digest Format)
  37.  
  38. This list includes all known fonts available in metafont format, whether
  39. public domain or not.  Archive sites for ftp are listed where known.
  40. There is also a BITNET archive at LISTSERV@UBVM.CC.BUFFALO.EDU.
  41.  
  42. This list is formatted as a sort-of-digest so you can skip through
  43. it easily (e.g. use control-G in rn).
  44.  
  45. I also included some notes on how to use the fonts, in the (probably vain)
  46. hope of avoiding a deluge of questions on the net.  Note that I cannot
  47. give instructions for specific packages, and I cannot answer questions
  48. about specific printers.  I have included some information about TeX and
  49. troff, but I can't go into more much more detail over the net (i.e. I am
  50. not offering to provide detailed technical support).
  51.  
  52. Contents:
  53.     About Metafont
  54.     What you need in order to use the fonts
  55.     How to use Metafont fonts with TeX
  56.     How to use Metafont fonts with Troff
  57.     Where to get bitmap versions of the fonts
  58.     Converting between font formats
  59.     Getting fonts by FTP and Mail
  60.     Fonts: 
  61.     Fonts: AMS (see under Euler)
  62.     Fonts: APL (A Programming Language)
  63.     Fonts: Astrological
  64.     Fonts: Babel -- language support
  65.     Fonts: Bar Code
  66.     Fonts: Canon Printer Format
  67.     Fonts: Chess
  68.     Fonts: Chinese
  69.     Fonts: Cirth
  70.     Fonts: Committee
  71.     Fonts: Computer Modern
  72.     Fonts: Concrete
  73.     Fonts: Cyrillic
  74.     Fonts: Duerer
  75.     Fonts: Devanagari
  76.     Fonts: Dingbats
  77.     Fonts: Euler
  78.     Fonts: Fraktr [see: Babel/German, Euler]
  79.     Fonts: German [see: Babel/German, Euler]
  80.     Fonts: Godel
  81.     Fonts: Gothic [see: Babel, Euler]
  82.     Fonts: Greek
  83.     Fonts: Hebrew
  84.     Fonts: Hershey
  85.     Fonts: Helvetica
  86.     Fonts: Hewlett Packard LaserJet Format
  87.     Fonts: International Phonetic Alphabet
  88.     Fonts: Malvern
  89.     Fonts: Music
  90.     Fonts: OCR (Optical Character Recognition)
  91.     Fonts: Old English
  92.     Fonts: Oriya
  93.     Fonts: Pandora
  94.     Fonts: Pica
  95.     Fonts: Pointing Hands
  96.     Fonts: Punk
  97.     Fonts: Sanskrit (see Fonts: Devanagari)
  98.     Fonts: Sauter
  99.     Fonts: Tamil
  100.     Fonts: Tengwar
  101.     Fonts: Thai
  102.     Fonts: Vietnamese
  103.     Fonts: Washington Symbol Font
  104.  
  105.  
  106. Subject: About Metafont
  107.  
  108. Metafont is a programming language for describing fonts.  It was written
  109. by Donald Knuth and is documented in
  110.     Computers & Typesetting/C: The METAFONTbook
  111.     Knuth, Donald E.
  112.     Addison Wesley, 1986
  113.     ISBN 0-201-13445-4, or 0-201-13444-6 (soft cover)
  114.     Library access: Z250.8.M46K58, or 686.2'24, or 85-28675.
  115.  
  116. A font written in Metafont is actually a computer program which, when run,
  117. will generate a bitmap (`raster') for a given typeface at a given size,
  118. for some particular device.
  119.  
  120. Subject: What you need in order to use the fonts
  121.  
  122. You cannot print the metafont fonts directly (unless you want a listing of
  123. the program, that is).  Instead, you must generate a bitmap font and use
  124. that to print something.  If you have TeX or troff, the process for doing
  125. this is outlined below.  This is not meant to be compete documentation, 
  126. though, but simply enough to get you started.
  127. If you want to use a font generated by metafont on an HP LaserJet, for
  128. example, you must follow this general procedure:
  129. * Generate the bitmap font with Metafont.
  130.   This will produce a file called (for example) "myfont10.300gf".
  131. * Convert this to a pk format file -- the pk format is much more compact,
  132.   and is used by most software in preference to gf files.  You can use
  133.   gftopk (which comes with metafont, or in a package called mfware).
  134.     $ gftopk myfont10.300gf
  135.     $
  136.   This produces myfont10.300pk
  137. * Convert the pk-format font into one suitable for your printer.  For an
  138.   HP, there are several utilities -- the one I use is called pk2sfp:
  139.     $ pk2sfp myfont10.300pk > myfont10.300sfp
  140.   You will have to find this program.  If you are using TeX you do not need
  141.   it, though -- see "Converting between font formats" below.
  142. * Download the font to the printer.  You will need to do more than simply
  143.   send the file to the printer.  For example, on the HP you must send an
  144.   escape sequence like ESC*c100D to tell the printer there's a font coming,
  145.   and that it's going to be font number 100.  You then send the font, and
  146.   then in the rest of the job say something like ESC*c100ESC*c4FESC(100X
  147.   to tell the printer you've finished, and to start using the font.  (ESC
  148.   in these examples stands for the ASCII Escape, chracter 033 octal, 27 in
  149.   decimal).  All of this must be in the same print job.
  150.  
  151. Doing this without going insane involves setting up macros or shell-scripts
  152. to automate it for you.  
  153.  
  154.  
  155. Subject: How to use Metafont fonts with TeX
  156.  
  157. In addition to generating a `gf' file, metafont will also generate a '.tfm'
  158. file.  You will need to put the tfm file into your TeX font directory --
  159. for example, /usr/local/tex/fonts.  You will need to put either the gf or
  160. the pk file there too -- probably the pk file.  Some dvi drivers need the
  161. font to be listed in a description file, too -- the name and location of
  162. this seems to vary wildly from site to site, but FONTDESC is not unlikely.
  163. Chris Torek's `mctex' package includes some drivers that need this.
  164.  
  165. For testing, you might be able to say something like
  166.   $ TEXFONTS="/users/lee/fonts:/usr/local/lib/tex/fonts"; export TEXFONTS
  167. to get TeX to look in more than one directory -- see your local TeX guide.
  168.  
  169. When you have installed the font, you can use it from TeX directly in the
  170. usual way.  For most fonts, the filename is the same as the font name, so,
  171. for example, ccr10.300pk contains the bitmaps for a font called ccr at size
  172. 10pt.  You can look at the Metafont source for a given font to determine
  173. the name of the font, and you might also be able to cheat by editing the
  174. font description file FONTDESC.
  175. Using other fonts with LaTeX generally requires more work.
  176.  
  177.  
  178. Subject: How to use Metafont fonts with Troff
  179.  
  180. If, when you run troff, you get the message `typesetter busy', you have the
  181. original Ossanna-troff, also called otroff.  Chris Lewis has a package which
  182. will let you use TeX fonts with troff -- it's called psroff, and
  183. comes with documentation.
  184. ftp: gatekeeper.dec.com (16.1.0.2) pub/misc/psroff-2.0.tar.Z
  185. ftp: cs.toronto.edu [128.100.1.65] pub/psroff.tar.Z
  186.  
  187. If, when you run troff, you get something like this:
  188.     x T 300
  189.     x res 300 1 1
  190. you have ditroff.  This is sometimes called titroff or psroff.  In this
  191. case, you will probably need to do the following:
  192. 1) convert the font to your printer's format
  193. 2) generate a width table for the font
  194. 3) add the font to the DESC file for the appropriate device
  195. 4) arrange for troff to download the font
  196. 5) tell troff about the font by running `makedev DESC' in the right place.
  197.  
  198. If, when you run troff, you get something like this:
  199.     X hp(SCM)(CM)(AF)(AD) 300 1 1
  200.     Y P default letter 2550 3300 0 0 90 90 2460 3210
  201. you have sqtroff, change (4) onwards to:
  202. 4) put the font in the appropriate raster directory
  203. 5) tell sqtroff about the font by running `sqmakedev DESC' or `sqinstall'.
  204.  
  205. In each case, you should be able to get help from your vendor.
  206.  
  207. Note that Chris Lewis' psroff package has software to make width tables for
  208. troff from pk files.
  209.  
  210.  
  211. Subject: Converting between font formats
  212.  
  213. Conversions to and from pbm and pk format were posted to comp.text.tex
  214. and to alt.sources on the 9th of August, 1990 by Angus Duggan
  215. (ajcd@cs.ed.ac.uk).  The program is pbmtopk, and there are also at least
  216. two patches.
  217.  
  218. Chris Lewis' psroff package includes a program to go from pk both to the
  219. HP LaserJet and to PostScript.
  220.  
  221. John McClain (ophelp@tamvenus.bitnet) has some conversion programs for
  222. various graphics formats to/and from pk files.
  223.  
  224. CAPTURE turns HPGL files into PK format (a PC program, $130 from
  225.     Micro Programs Inc., 251 Jackson Ave., Syosset, NY 11791
  226.  
  227. Metaplot can take pen-plotter files and prouce metafont files
  228. wilcox@cis.ohio-state.edu
  229.  
  230. Kinch Cmputer Company sell .pk fonts derived from PostScript fonts.
  231. I don't have an address or number for Kinch Computer Co., sorry.
  232.  
  233.  
  234. Subject: Where to get bitmap versions of the fonts
  235.  
  236. There are archives containing the bitmaps of many of these fonts at various
  237. sizes and resolutions.  The fonts must have been generated for the correct
  238. print engine: e.g. write-white or write-black.  The archives generally hold
  239. only the sizes used by TeX.  These are `magstep' sizes, and are not exact
  240. point sizes.  It is probably better to generate them from the Metafont
  241. sources yourself if you can.
  242.  
  243. The best place to look for raster fonts is almost certainly
  244.     mims-iris.waterloo.edu (129.97.129.116)
  245. This probably has all the HP fonts in the world....  some others are:
  246.     ctrsci.math.utah.edu (128.110.198.1)
  247.     science.utah.edu (128.110.192.2)
  248.     ymir.claremont.edu (134.173.4.23)
  249.  
  250. The occasional posting of ftp sites to comp.misc and comp.archives lists
  251. these and several other sites.
  252.  
  253.  
  254. Getting fonts by FTP and Mail
  255.  
  256. If you are using ftp, you will need either the name of the host or
  257. the Internet number.  For example, to connect to ymir, listed as
  258.     ftp: ymir.claremont.edu [134.173.4.23]
  259. you will need to type something like
  260.     ftp ymir.claremont.edu
  261. If that doesn't work, try using the number:
  262.     ftp 134.173.4.23
  263. If that doesn't work, on Unix systems you can use nslookup (it's usually
  264. /usr/etc/nslookup) to find the host number -- it might have changed.
  265. Type the entire host name, and after a few seconds nslookup will give
  266. you the address.
  267.  
  268. Once you have connected, you will need to go to the appropriate directory,
  269. lists its contents, and retrieve the files.
  270.  
  271. Most of the machines listed here run Unix, and you use "ls" and "cd" to
  272. list files and to change directories.  Ymir runs VMS, and you will have
  273. to put square brackets around directory names, like [this].
  274.  
  275. Remember that although Metafont sources are text files, pk fonts are not
  276. ASCII, and you will have to use binary mode for them.  In general, use
  277. text mode for README files and *.mf files, and binary mode for other
  278. font files.  Files ending in .Z are compressed binary files -- you will
  279. need to use binary mode, and then uncompress the files when you get them.
  280.  
  281.  
  282. You can get files from ymir by sending mail messages to
  283. mailserv@ymir.claremont.edu
  284.  
  285. For example,
  286.     send [tex.mf.misc]cmapl10.mf
  287. will get the file cmapl10.mf from the directory "tex.mf.misc".
  288. You can't get binary files in this way.
  289.  
  290. There is an ftp-by-mail BITNET service, BITFTP, for BITNET users.
  291.  
  292. Before getting large files by mail, please remember to get permission from
  293. all intervening sites.  Ask your site administrator, who can send mail to
  294. Postmaster at each site on the way if necessary.
  295.  
  296.  
  297. Subject: Fonts: AMS (see under Euler)
  298.  
  299. The American Mathematical Society has adopted TeX, and has had some fonts
  300. designed especially by Herman Zapf.  These are known as the Euler fonts,
  301. and are described below.  The Metafont sources are now available by ftp.
  302.  
  303. NOTE that you should build these using virmf, or at least with a version
  304. of Matafont that does not have cmbase pre-loaded.  You may also get
  305. errors reported when building some of the smaller sizes -- simply press
  306. return.
  307.  
  308. There are
  309. * AMS Euler -- a calligraphic font.  This is not suitable as it stands for
  310.   text use in TeX, because it has a non-standard encoding.
  311.  
  312. * AMS extra maths symbols
  313. * AMS computer modern extensions
  314. * AMS Cyrillic (this is the same as University of Washington Cyrillic)
  315.  
  316. There is also some documentation.
  317.  
  318. You can get them from the AMS directly or from ymir:
  319. ftp: e-math.ams.com [130.44.1.100] /ams/amsfonts/sources
  320. ftp: ymir.claremont.edu (134.173.4.23)
  321. Note that the AMS doesn't send notification of changes, so e-math is more
  322. likely to be up to date.
  323.  
  324.  
  325. Subject: Fonts: Astrological
  326.  
  327. JANET: uk.ac.aston.tex [tex-archive.fonts.planets]
  328. mail: LISTSERV@DHDURZ1.BITNET with message GET PLANETS ZOOUUE MFSOURCE
  329.  
  330.  
  331. Subject: Fonts: APL (A Programming Language)
  332.  
  333. ftp: power.eee.ndsu.nodak.edu [134.129.123.1] apl-tex-font/27-Jul-90
  334.  
  335. ftp: ymir.claremont.edu (134.173.4.23): cd SOFTWARE:[anonymous.tex.mf.misc]
  336. ftp: (the file is cmapl10.mf).  Associated macros and documentation are in
  337. ftp: SOFTWARE:[anonymous:tex:periodicals.tugboat]  and also
  338. ftp: [anonymous.tex.inputs.plain-contrib] in files apldef.tex, aplstyle.tex
  339. ftp: and aplverb.tex.
  340.  
  341.  
  342.  
  343. ftp: power.eee.ndsu.nodak.edu (134.129.123.1) apl-tex-font/27-Jul-90
  344.  
  345.  
  346.  
  347. Subject: Fonts: Babel -- language support
  348.  
  349. The Babel archive at ymir.claremont.edu contains:
  350. * German Fonts:
  351.   Yannis Haralambous' Gothic Fonts (described in TUGBoat 12.1) are in
  352.   the following directories:
  353. ftp: ymir.claremont.edu (134.173.4.23):
  354. ftp: cd [anonymous.tex.babel.german.fonts-yfrak]
  355. ftp: cd [anonymous.tex.babel.german.fonts-ygoth]
  356. ftp: cd [anonymous.tex.babel.german.fonts-yinit]
  357. ftp: cd [anonymous.tex.babel.german.fonts-yswab]
  358.  
  359. * Greek Fonts:
  360.   Brian Hamilton Kelly's cmgr family
  361.   Sylvio Levy's gr family [modern and classical]
  362.   Yannis Haramboulos' rgr family
  363.  
  364. * Hebrew fonts:
  365.   REDIS (a thin-looking sans serif)
  366.   burkis (coming in January??)
  367.  
  368. * Icelandic
  369.   Icelandic Modern (this is Computer Modern with extensions)
  370.  
  371. * Russian (Cyrillic)
  372.   IFVE's cmc family
  373.   U Washington's wncyr family
  374.   Bashkiren/Mongolian (not sure if this is there yet)
  375.  
  376. * Turkish
  377.   Turkish Modern (this is Computer Modern with extensions)
  378.  
  379. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.babel]
  380.  
  381.  
  382. Subject: Fonts: Bar Code
  383.  
  384. Dimitri Vulis's barcode font
  385. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  386.  
  387.  
  388. Subject: Fonts: Canon Printer Format
  389.  
  390. ftp: sun.soe.clarkson.edu [128.153.12.3]
  391.  
  392.  
  393. Subject: Fonts: Chess
  394.  
  395. ftp: sol.cs.ruu.nl [131.211.80.5] pub/TEX/chess.tar.Z
  396. by Piet Tutelaers; described in TUGboat.
  397.  
  398. Some chess typesetting macros were posted to comp.tex.tex on July 31st
  399. 1990.  The chess fonts are available for ftp from ymir.
  400.  
  401. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.misc]
  402.  
  403.  
  404. Subject: Fonts: Chinese
  405.  
  406. Poorman's Chinese TeX generates Chinese Metafont characters
  407. ftp: blackbox.hacc.washington.edu (128.95.200.1): cd pub/poorman (??)
  408.  
  409. ChTeX is a set of macros and fonts for typesetting Chinese under TeX.
  410. It only supports PostScript, and requires a modivied dvi2ps.  You write
  411. your article with PinYin.
  412. Included are source, fonts, VMS binary for 5.2, DOS binary, etc.  There is
  413. also support for X-Windows in cxterm.tar and chinese-fonts.tar.
  414.  
  415. ftp: chiris.stevens-tech.edu1 (92.12.216.114): cd pub/chinese
  416. ftp: get binary files dvi2ps.tar.Z and ChTeX.tar.Z
  417.  
  418.  
  419. Subject: Fonts: Cirth
  420.  
  421. This is a Tolkien font based on Anglo-Saxon `Futharc' runes.
  422. Julian Bradfield  has both Tengwar [q.v.] and a
  423. prototype version of Cirth runes.  Email only.
  424. mail: jcb@lfcs.edinburgh.ac.uk
  425.  
  426.  
  427. Subject: Fonts: Committee
  428.  
  429. This was produced during a workshop tutorial given by Donald Knuth.
  430. This is said (by Don Hosek, whom I trust in such things) to be hard-wired
  431. for the APS typesetter...  It is described in Tugboat Vol. 5 No. 2 (Nov. 84).
  432.  
  433. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.misc]
  434. ftp: files are font1.mf and font1base.mf
  435.  
  436.  
  437. Subject: Fonts: Computer Modern
  438.  
  439. Computer Modern is Donald Knuth's font family used for his later
  440. `Art of Computer Programming' books.  It contains
  441.     cmr -- computer modern roman
  442.     cmmi -- computer modern maths italic
  443.     cmti -- computer modern text italic
  444.     cmb -- computer modern bold
  445.     cmss -- computer modern sans serif
  446.     Cmtt -- computer modern typewriter
  447.     cmvtt -- computer modern variable-spaced typewriter
  448. and several variations on each of the above (e.g. bold extended...).
  449. There are also some experimental fonts, such as cmff, a `funny' font, and
  450. cmfib, a font based on Fibonacci numbers.
  451.  
  452. These are all included in a standard TeX distribution, although I only know
  453. of one site archiving the metafont files seperately.  The official TeX
  454. distribution site is labrea.stanford.edu:
  455.  
  456. ftp: labrea.stanford.edu [36.8.0.47] cd pub/tex/cm
  457. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.standard]
  458.  
  459. Many TeX ftp archive sites also give access to the bitmaps (pk files),
  460. although you usually have to get them all at once.
  461.  
  462. There is also a reparameterised version of CM by John Sauter, which makes
  463. it easy to generate fonts at desired sizes-- this is especially useful for
  464. non-TeX users.
  465.  
  466. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.sauter]
  467. See also: Babel, Sauter
  468.  
  469. There are some more Computer Modern variants stored at ymir; these
  470. include parameters for generating cm fonts at sizes 14, 18, 24 and 36pt.
  471. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.variants]
  472.  
  473. There is also a Pica typewriter font -- italic and bold come out with
  474. straight and wavy underlines (respectively), however.  This is in
  475. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.pica]
  476.  
  477. Versions of these fonts suitable for use with an X Windows previewer (xtex
  478. and SeeTeX) are available from
  479. ftp: foobar.colorado.edu pub/SeeTeX
  480.  
  481. A variant of CMTT with 8-bit characters for the Mac is available for US$20
  482. from yannis@frcitl81.BITNET -- this is called MACTT.  Mf source is included.
  483.  
  484. Subject: Fonts: Concrete
  485.  
  486. This font was designed for Donald Knuth's Concrete Mathematics book.
  487. It looks a little like a cross between American Typewriter and Computer
  488. Modern Roman.  There are Roman and Italic faces.
  489.  
  490. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  491.  
  492.  
  493. Subject: Fonts: Cyrillic
  494.  
  495. There are several Cyrillic (Russion-Alphabet) fonts:
  496. Tom Ridgeway's Cyrillic fonts
  497. [BITNET: LISTSERV@UBVM.CC.BUFFALO.EDU]
  498.  
  499. WN-Cyrillic
  500. ftp: june.cs.washington.edu (128.95.1.4)
  501.  
  502. There is a mailing list, rustex-l, for discussion of typesetting
  503. Cyrilic-based languages.  To subscribe, send mail to listserv@ubvm.bitnet
  504. containing the text
  505.  SUBSCRIBE RUSTEX-L <your name here>
  506. or send mail to Dimitri Vulis, DLV%CUNYVMS1.BITNET@cunyvm.cuny.edu
  507.  
  508. See also Fonts: Babel.
  509.  
  510.  
  511. Subject: Fonts: Duerer
  512.  
  513. Based on the 16th Century drawings of Albrecht Duerer -- see, for example, his
  514. ``The Painter's Manual'' published in Fac Simile by Abaris Books.
  515. Upper case only.
  516. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.duerer]
  517.  
  518.  
  519. Subject: Fonts: Devanagari
  520.  
  521. (this is a font for use with Sanskrit)
  522. Created by Frans Velthuis in 1987/88 and is available from him
  523. (Velthuis%hgrrug5.earn@cunyvm.cunyvm.edu) for a small charge.
  524. Another address is "velthuis@hgrrug5.bitnet".
  525.     F.J. Velthuis,
  526.     Nyensteinheerd 267
  527.     9736 TV Groningen
  528.     The Netherlands
  529.  
  530.  
  531. Subject: Fonts: Dingbats
  532.  
  533. By Doug Henderson.
  534. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  535. See Also: Washington Symbol Font
  536.  
  537.  
  538. Subject: Fonts: Euler
  539.  
  540. These were designed by Herman Zapf for the American Mathematical Society (the
  541. AMS).  The fonts are Fraktur, Script, Upright Italic, Math extension.
  542. (see TUGboat Vol.10, No. 1)
  543.  
  544. ftp: e-math.ams.com [130.44.1.100] /ams/amsfonts/sources
  545. ftp: ymir.claremont.edu (134.173.4.23)
  546.  
  547. See also: AMS; Babel/German
  548.  
  549.  
  550.  
  551. Subject: Fonts: Greek
  552.  
  553. Sylvio Levy's Greek font
  554. ftp: xydeco.siemens.com (129.73.1.101) -- greek*
  555. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.babel.greek.levy]
  556.     (But Don Hosek tells me this is really Brian Hamilton Kelly's Greek font)
  557.  
  558. Also the Sylvio Levy `gr' greek family, for both Modern and Classical Greek.
  559. This includes roman, typewriter and bold, plus TeX macros.
  560.  
  561. Brian Hamilton Kelly's cmgr family
  562. Yannis Haramboulos' rgr family
  563.  
  564. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.babel.greek]
  565.  
  566. see also Babel...
  567.  
  568.  
  569. Subject: Fonts: Hebrew
  570.  
  571. There is a sans-serif Hebrew font called REDIS available from ymir.
  572. It comes in three faces, including italic (slanting to the right, of
  573. course).
  574. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  575. Jacques Goldman's Hebrew font is also available from ymir.
  576.  
  577.  
  578. Subject: Fonts: Helvetica
  579.  
  580. Produced by the Metafoundry and sold commercially.
  581. Unfortunately they do not distribute the Metafont sources, so they are
  582. not really very useful in this file ... :-( :-(
  583.  
  584.     The Metafounndry,
  585.     OCLC Inc., MC 485
  586.     6565 Frantz Road
  587.     Dublin, OH 43017
  588.     USA
  589.  
  590.     +1 614 764-6087
  591.  
  592.  
  593. Subject: Fonts: Hewlett Packard LaserJet Format
  594.  
  595. You will need to generate tfm files for these in order to use them with TeX,
  596. and also to arrange to download them to your printer...
  597. There are rather a lot of them.
  598.  
  599. ftp: mims-iris.waterloo.edu [129.97.129.116]
  600.  
  601.  
  602. Subject: Fonts: Hershey
  603.  
  604. The Hershey fonts were designed for use by plotters, and published in 1972.
  605. These fonts are of relatively low typographic quality, but are useful on
  606. devices with lower resolution.
  607.  
  608. ftp: cs.uoregon.edu [128.223.4.13]
  609. ftp: science.utah.edu [128.110.192.2]
  610. (but these are not in Metafont -- does anyone know where to get the metafont
  611. versions?
  612.  
  613.  
  614. Subject: Fonts: International Phonetic Alphabet
  615.  
  616. Used by linguists, and also in some dictionaries.  It's designed to go
  617. with Computer Modern.  From WSU.
  618. The csli version has been extended by Emma Pease (emma@csli.stanford.edu) to
  619. include hooked D, B and K, and probably more.
  620.  
  621. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  622. ftp: csli.stanford.edu (36.9.0.46): File: pub/TeXfile/Phonetic/Phonetic.tar.Z
  623.  
  624.  
  625. Subject: Fonts: Malvern
  626.  
  627. An experimental sans-serif font by Damian Cugley (Damian.Cugley@prg.ox.ac.uk).
  628. There is also a program "mfjob" that runs metafont to generate a font, and
  629. you may need this in order to generate Malvern.  I wasn't able to get it to
  630. work, but there is a newer version now that I haven't had time to try.
  631.  
  632. mail: Send a message "help" or "index tex" to archive-server@prg.ox.ac.uk
  633.  
  634.  
  635.  
  636. Subject: Fonts: Music
  637.  
  638. MuTeX is a basic music package for TeX.  It seems to be the same as mtex,
  639. but with documentation in English rather than (or as well as) German.
  640.  
  641. ftp: stolaf.edu [130.71.128.1] /pub/MuTeX.tar.Z /pub/MuTeX_doc.Z
  642. ftp: suned.zoo.cs.yale.edu [128.36.21]
  643. ftp: cs.ubc.edu [128.189.97.5] src/MuTeX/MuTeX.tar.Z (slow)
  644. ftp: wuarchive.wustl.edu: /mirrors/msdos/tex/mutex.arc
  645. ftp: ymir.claremont.edu [134.173.4.23]: cd [anonymous.tex.musix.mutex]
  646.  
  647. In Europe,
  648. ftp: sol.cs.ruu.nl [131.211.80.5] in subdirectory pub/TEX
  649. ftp: mtex.tar.Z (sources, including metafont sources and documentation)
  650. ftp: mtexfonts.tar.Z (300dpi pk files)
  651. These are also available in Europe by mail-server.  Send mail to
  652. mail-server@cs.ruu.nl with HELP in the subject and the body and probably
  653. the .signature as well :-)
  654.  
  655. MUSICTEX is another package with some more fonts, but French documentation
  656. ftp: 130.84.128.100 username-MUSICTEX password=ANY
  657.  
  658. This may or may not be the same as MusicTeX:
  659. ftp: qed.rice.edu [128.42.4.38] pub/musictex.tar.Z
  660.  
  661.  
  662. Subject: Fonts: OCR (Optical Character Recognition)
  663.  
  664. OCR A (this is not the font for printingon cheques)
  665. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  666.  
  667.  
  668. Subject: Fonts: Old English
  669.  
  670. Julian Bradfield's font for typesetting Old English in TeX -- this is NOT
  671. the Black-Letter or `Gothic' script often called Old English, but simply a
  672. few extra characters for Computer Modern.  The extra characters are eth, Eth,
  673. Thorn, thorn, yogh, Yogh and Polish ogonek.  There are two styles of thorn,
  674. but I note that there is no wynn.  You may have to create an empty file, or
  675. rename a file -- I forget exactly what I had to do.  Some of these characters
  676. can also be found in the International Phonetic Alphabet font as well, but
  677. Julian's are much more convenien for working with Old English.
  678.  
  679. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.cm.oe]
  680. mail: see The Ymir Mail Server under Getting Fonts by FTP and Mail
  681.  
  682. Subject: Fonts: Oriya
  683.  
  684. Sabita Panigrahi is working on Oriya (one of the modern Indian scripts),
  685. but this is not yet available.
  686.  
  687.  
  688. Subject: Fonts: Pandora
  689.  
  690. This is a little like Palatino, annd includes a sans-serif variant.
  691. It is not yet of production quality, unfortunately.
  692.  
  693. ftp: gatekeeper.dec.com (16.1.0.2): cd tex82/MFcontrib/metafonts/pandora
  694. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  695. mail: (N. N. Billawa) sun!metamarks!nm
  696. mail: (Tom Tatlow) tatlow@dash.enet.dec.com  or  tom@math.mit.edu
  697.  
  698. Subject: Fonts: Pica
  699.  
  700. There is also a Pica typewriter font -- italic and bold come out with
  701. straight and wavy underlines (respectively), however.  This is in
  702. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.pica]
  703.  
  704.  
  705. Subject: Fonts: Pointing Hands
  706.  
  707. Various manual extremities, designed by Georgia Tobin
  708. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  709.  
  710.  
  711. Subject: Fonts: Punk
  712.  
  713. A punK hAndWritten fOnT...
  714. For writing on walls, perhaps.  The lower case is simply a smaller
  715. version of the upper case.  
  716. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  717.  
  718.  
  719. Subject: Fonts: Sanskrit
  720. (see Fonts: Devanagari)
  721.  
  722.  
  723. Subject: Fonts: Sauter
  724.  
  725. This is a rework of Computer Modern.  The outlines are the same, as far as
  726. I know, but it is much easier to generate the various fonts.
  727. By John Sauter.
  728. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf]
  729.  
  730.  
  731. Subject: Fonts: Tamil
  732.  
  733. (Tamil is a very beautiful squiggly Indian script)
  734. An unfinished version of Washington Tamil is available from the University
  735. of Washington, and is included on their Unix TeX distribution in directory:
  736. TeX3.14/MFcontrib/metafonts/washington/tamil together with supporting software.
  737. ftp: blackbox.hacc.washington.edu [128.95.200.1] pub/wntml
  738. See Also: Devanagari, Oriya
  739.  
  740. Subject: Fonts: Tengwar
  741.  
  742. There are at least two Tengwar fonts,
  743. Mike Urban's:
  744. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.mf.tengwar]
  745.  
  746. Julian Bradfield <jcb@lfcs.edinburgh.ac.uk> also has both Tengwar and a
  747. prototype version of Cirth runes.  Email only, although I have a copy and
  748. can mail them to you if you can't reach Julian.  I prefer Julian's
  749. Tengwar, I think, but I am not an expert on Tolkien fonts...
  750.  
  751. Subject: Fonts: Thai
  752.  
  753. There are at least three Thai fonts around.  The rmit font is a little tricky
  754. to make, as it needs to be in a directory called ``thai2'', because it
  755. refers to files called "../thai2/name".  USL makes easily.
  756. The third Thai font is by Dr. Robert Batzinger and associates at the United
  757. Bible Societies in Southeast Asia.  I know no more than this.
  758.  
  759. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.babel.thai.rmit]
  760. ftp: ymir.claremont.edu (134.173.4.23): cd [anonymous.tex.babel.thai.usl]
  761.  
  762. Subject: Fonts: Vietnamese
  763.  
  764. ftp: blackbox.hacc.washington.edu [128.95.200.1]  cd /pub/testviet
  765.  
  766. This test package includes tfm and pk fonts at 10 point roman and italic.
  767. I understand that you need TeX 3.0 or later to use this, and drivers that
  768. cope with fonts containing more than 128 characters.
  769.  
  770. Subject: Fonts: Washington Symbol Font
  771.  
  772. A (compatible) superset of the standard LaTeX symbol font.
  773. ftp: forwis.uni-passau.de (132.231.1.10): pub/tex/dhdurz1/wasy.zoo
  774. ftp: sol.cs.ruu.nl (131.211.80.5): ATARI-ST/tex/wasy.arc
  775.  
  776. End of Font List
  777.  
  778. $Id: mf-fonts,v 1.7 91/05/11 23:47:10 lee Exp $
  779.  
  780. $Log:    mf-fonts,v $
  781. # Revision 1.7  91/05/11  23:47:10  lee
  782. # Fixed cross-references for Babel/German and Euler.
  783. # Revision 1.6  91/05/11  23:37:33  lee
  784. # Several new fonts, and the beginnings of cross-references.
  785. # Also corrected Chinese TeX info.
  786. # Revision 1.5  91/01/29  19:37:31  lee
  787. # Added information from Ray Chen
  788. # Revision 1.4  90/10/15  19:06:20  lee
  789. # Updated to October 1990.
  790. # Revision 1.3  90/08/22  23:12:03  lee
  791. # Lots more information added...
  792. # Revision 1.2  90/08/22  21:21:30  lee
  793. # Added a source for tengwar.
  794. # Revision 1.1  90/06/17  18:10:26  lee
  795. # Initial revision
  796.  
  797.  
  798.  
  799. -- 
  800. Liam Russell Quin, SoftQuad Inc., Toronto... 416 963 8337... lee@sq.com
  801.        `What one person finds valuable others do not even notice.
  802.         And they do not notice that they do not notice.'
  803. -- Scott Kim, `Interdisciplinary Communication', in `The Art of [HCI] Design'
  804.