File: FAQ-charshift.html

package info (click to toggle)
tetex-base 3.0.dfsg.3-5
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 239,540 kB
  • ctags: 10,610
  • sloc: xml: 103,461; perl: 9,398; ruby: 2,850; python: 1,551; php: 1,067; sh: 981; lisp: 494; makefile: 371; awk: 88
file content (21 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<head>
<title>UK TeX FAQ -- question label charshift</title>
</head><body>
<h3>Weird characters in <i>dvips</i> output</h3>
<!-- fi ligature pound pounds sterling elephants -->
<p>You've innocently generated output, using <i>dvips</i>, and there
are weird transpositions in it: for example, the <code>fi</code> ligature has
appeared as a textsterling symbol.
This is an unwanted side-effect of the
precautions 
outlined in <a href="FAQ-dvips-pdf.html">generating PostScript for PDF</a>.
The <code>-G1</code> switch discussed in that question is appropriate for
Knuth's text fonts, but doesn't work with text fonts that don't follow
Knuth's patterns (such as fonts supplied by Adobe).
<p>If the problem arises, suppress the <code>-G1</code> switch: if you were using it
explicitly, <em>don't</em>; if you were using <code>-Ppdf</code>, add <code>-G0</code> to
suppress the implicit switch in the pseudo-printer file.
<p>The problem has been corrected in <i>dvips</i> v 5.90 (and later
versions), which should be available in any recent TeX distribution.
<p><p><p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=charshift">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=charshift</a>
</body>