diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-getbitmap.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-getbitmap.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-getbitmap.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-getbitmap.html new file mode 100644 index 00000000000..dac8d715163 --- /dev/null +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-getbitmap.html @@ -0,0 +1,56 @@ +<head> +<title>UK TeX FAQ -- question label getbitmap</title> +</head><body> +<h3>Acquiring bitmap fonts</h3> +<p/>When CTAN was young, most people would start using TeX +with a 300 dots-per-inch (dpi) laser printer, and sets of Computer +Modern bitmap fonts for this resolution are available on CTAN. +(There are separate sets for write-black and write-white printers, as +well as sets at 120 dpi and 240 dpi.) +<p/>Over the years, there have been regular requests that CTAN should hold +a wider range of resolutions, but they were resisted for two reasons: +<ul> +<li> The need to decide which printers to generate fonts for. The + broad-brush approach taken for 300 dpi printers was (more or less) + justified back then, given the dominance of certain printer + ‘engines’, but nowadays one could not make any such assumption. +<li> Given the above, justifying the space taken up by a huge array + of bitmap fonts. +</ul> +Fortunately, (La)TeX distribution technology has put a stop to these +arguments: most (if not all) current distributions generate bitmap +fonts as needed, and cache them for later re-use. The impatient +user, who is determined that all bitmap fonts should be created once +and for all, may be supported by scripts such as <i>allcm</i> +(distributed with TeX Live, at least; otherwise such a +person should consult “<a href="FAQ-useMF.html">the use of Metafont</a>)”. +<p/>If your output is to a PostScript-capable device, or if your output is +destined to be converted to PDF, you should switch to +using Type 1 versions of the CM fonts. Two free +sets are available; the older (<i>bakoma</i>) is +somewhat less well produced than the <i>bluesky</i> fonts, which were +originally professionally produced and sold, but were then donated to +the public domain by their originators Y&Y and Bluesky Research, +in association with the AMS. The two sets contain slightly +different ranges of fonts, but you are advised to use the +<i>bluesky</i> set except when <i>bakoma</i> is for some reason +absolutely unavoidable. In recent years, several other ‘Metafont’ fonts +have been converted to Type 1 format; it’s common never to need to +generate bitmap fonts for any purpose other than previewing (see + +<a href="FAQ-PSpreview.html">“previewing documents with Type 1 fonts”</a>), +if even then. +<p/>More modern fonts may be used in place of the Computer Modern set. The +<a href="FAQ-ECfonts.html">EC fonts</a> and the +<a href="FAQ-uselmfonts.html">Latin Modern fonts</a> are both close relatives of +Computer Modern with wider ranges of glyphs to offer. +<dl> +<dt><tt><i>BaKoMa fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma.zip">fonts/cm/ps-type1/bakoma</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bakoma/">browse</a>) +<dt><tt><i>Bluesky fonts</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bluesky/">fonts/cm/ps-type1/bluesky/</a> +<dt><tt><i>CM fonts (write-black printers)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/pk/pk300.zip">fonts/cm/pk/pk300.zip</a> +<dt><tt><i>CM fonts (write-white printers)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/pk/pk300w.zip">fonts/cm/pk/pk300w.zip</a> +<dt><tt><i>EC fonts (Type 1 format)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) +<dt><tt><i>Latin Modern fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/lm.zip">fonts/lm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/lm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/lm/">browse</a>) +</dl> +<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=getbitmap">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=getbitmap</a> +</body> |