summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-04 23:39:21 +0000
committerKarl Berry <karl@freefriends.org>2011-05-04 23:39:21 +0000
commit16bfcc69400c93c3d779a104107606ae122a7dbe (patch)
treee2456232be21108418db974f47ea118eec770469 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html
parent9a8f00b89c2c1cd283f5fd0fb54959ef0690646f (diff)
FAQ-en 3.22 (4may11)
git-svn-id: svn://tug.org/texlive/trunk@22304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html
deleted file mode 100644
index 38664125d46..00000000000
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-8000.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<head>
-<title>UK TeX FAQ -- question label 8000</title>
-</head><body>
-<h3>Mismatched mode ljfour and resolution 8000</h3>
-<p/>You&#8217;re running <i>dvips</i>, and you encounter a stream of error
-messages, starting with &#8220;<code>Mismatched mode</code>&#8221;. The mode is the
-default used in your installation &#8212; it&#8217;s set in the <i>dvips</i>
-configuration file, and <code>ljfour</code> is commonest (since it&#8217;s the
-default in most distributions), but not invariable.
-<p/>The problem is that <i>dvips</i> has encountered a font for which
-it must generate a bitmap (since it can&#8217;t find it in Type 1 format),
-and there is no proforma available to provide instructions to give to
-Metafont.
-<p/>So what to do? The number 8000 comes from the &#8216;<code>-Ppdf</code>&#8217; option
-to <i>dvips</i>, which you might have found from the answer
-
-<a href="FAQ-fuzzy-type3.html">&#8220;wrong type of fonts&#8221;</a>. The obvious
-solution is to switch to the trivial substitute &#8216;<code>-Pwww</code>&#8217;,
-which selects the necessary type 1 fonts for PDF generation,
-but nothing else: however, this will leave you with undesirable bitmap
-fonts in your PDF file. The &#8220;proper&#8221; solution is to find a
-way of expressing what you want to do, using type 1 fonts.
-<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=8000">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=8000</a>
-</body>