Using Bitstream Prestige 12 Pitch with LaTeX ====================================================================== 2005-03-17 Michael Gaehrken mgaehrken@gmx.de This archive contains all required files for using Bitstream "Prestige 12 Pitch" with LaTeX, with the exception of the font itself, which is _not_ included. The font can be bought from Bitstream, and is included in some versions of CoralDraw. -------------------------- Installation -------------------------- This describtion assumes a TDS-compliant TeX system. 1) Unpack the archive. The archive contains all files in their correct position in a virtual texmf-tree, therefore you only need to move the files to their corresponding location in your local texmf-tree. Some of the directories might have to be created first. 2) Install the PFB-files. At first, you have to rename your fonts according to the following table. Depending on the source of your fonts, they may have different names. Bitstream: Corel: TeX: 0413___.PFB presti12.pfb -> bper8a.pfb (Roman) 0613___.PFB prest12i.pfb -> bperi8a.pfb (Italic) 0614___.PFB prest12b.pfb -> bpeb8a.pfb (Bold) 0615___.PFB pres12bi.pfb -> bpebi8a.pfb (BoldItalic) The resulting four PFB-files have to be moved to texmf/fonts/type1/bitstrea/prestige/ (probably you have to create the directory first) in your local texmf-tree. 3) Install the AFM-files. Rename the AFM-files according to the table above, and move them to texmf/fonts/afm/bitstrea/prestige/. 4) Update your filename database. If your tex system maintains a filename database, you might have to update manually now. Please consult the documentation of your tex system. 5) Enable the map file. Please consult the documentation of your tex system, how to enable the additional font map "bpe.map", which is located in texmf/dvips/config/ and texmf/fonts/map/dvips. Under teTeX 2.0 and later, run the following commands: texhash updmap --enable Map bpe.map For other distributions, please consult your documentation! ------------------- Using the fonts with LaTeX ------------------- The supplied package "bprestige.sty" selects Bitstream Prestige as the default typewriter font. The package supports the following option: scaled=: Load font scaled by . Most of the code used in this package is adapted from packages by Walter Schmidt. Using the font without scaling is also possible without the package by simply using the command \renewcommand{\ttdefault}{bpe} ----------------------- Shapes and Series ------------------------ bpe: m (roman): n (normal), it (italic) b (bold): n (normal), it (italic) All fonts are available only T1 and TS1 encoded, so you should include the following commands in you preamble: \usepackage[T1]{fontenc} \usepackage{textcomp} Neither OT1 nor LY1 are supported at the moment. ---------------------------- History ----------------------------- 2005-03-17 Inital release ---------------------------- Legal ----------------------------- This bundle "bprestige.tgz" and the included files are Copyright (c) 2005 Michael Gaehrken Distribution of single files prohibited. ---------------------------------------------------------------------- Michael Gaehrken mgaehrken@gmx.de