File: FAQ-8000.html

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (24 lines) | stat: -rw-r--r-- 1,450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
<title>UK TeX FAQ -- question label 8000</title>
</head><body>
<h3>Mismatched mode ljfour and resolution 8000</h3>
<p>You&rsquo;re running <i>dvips</i>, and you encounter a stream of error
messages, starting with &ldquo;<code>Mismatched mode</code>&rdquo;.  The mode is the
default used in your installation &mdash; it&rsquo;s set in the <i>dvips</i>
configuration file, and <code>ljfour</code> is commonest (since it&rsquo;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&rsquo;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 &lsquo;<code>-Ppdf</code>&rsquo; option
to <i>dvips</i>, which you might have found from the answer

<a href="FAQ-fuzzy-type3.html">&ldquo;wrong type of fonts&rdquo;</a>.  The obvious
solution is to switch to the trivial substitute &lsquo;<code>-Pwww</code>&rsquo;,
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 &ldquo;proper&rdquo; 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>