ttf2tex v0.6 2002-09-30 Copyright (c) 2000--2002 Philipp Lehman ttf2tex is a Bash script which generates all files required to use TrueType fonts with teTeX from a set of .ttf files. In short, it will do for TrueType fonts what fontinst's \latinfamily command usually does for Type 1 PostScript fonts. In addition to that, it creates map files and installs all files according to the TeX Directory Structure. The script is designed for UNIX systems running teTeX. It was reported to work under several Linux flavors, FreeBSD, and MacOS X with Fink. See the file ttf2tex.pdf for requirements, usage instructions, and some general information concerning the use of TrueType fonts with teTeX. See the file UPGRADING for information about changes that might be relevant to users who have used an older version of ttf2tex before. LICENSE ttf2tex is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ttf2tex is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file LICENSE for details. AVAILABILITY The latest version of ttf2tex is always uploaded to the following locations: http://lehman.virtualave.net/files/ttf2tex.tar.gz ftp://ftp.dante.de/tex-archive/support/ttf2tex.tar.gz It will be available in the directory support/ttf2tex on all CTAN nodes and their mirrors with some delay. If you don't know what CTAN is or if you are looking for a list of CTAN mirrors, see http://www.ctan.org. CHANGELOG 2002-09-30 v0.6 * extended user feedback including installation paths * fix in T1-WGL4.enc for '/Zdotaccent' and '/zdotaccent' * debugging hooks * slightly extended manual, new section on upgrading ttf2tex 2002-05-21 v0.5 * preliminary support for OpenType fonts (TT outlines only) * support for real small caps * support for old style figures * support for -n and -N switches of ttf2tfm * new option to disable hyphenation (for 'typewriter' typefaces) * new option to overwrite files when installing * new option to dump internal vectors * check availability of required binaries first * default path for .ttf files changed * updated and extended manual 2002-01-21 v0.4.1 * minor fixes and improvements * slightly extended manual * manual generated with updated pdftex to fix problems with AR 5 2001-11-05 v0.4 * revised weight substitution logic * new option to create session log * minor fixes and improvements * updated and extended manual 2001-10-15 v0.3.1 * add tags to all map files * bug fixes 2001-10-08 v0.3 * support for TS1 encoding * support for user-defined small caps * support for user-defined slanted shapes * revised command line switches * updated manual 2001-03-09 v0.2 * support for multiple weights * smart weight substitution logic * create one pdftex map file per font family * improved user feedback * user manual 2000-10-25 v0.1 * initial release