When I use the letters 'fi' (like in benefit), I get them allright in the
DVI file, but get a pound sign in the PDF file instead.
Likewise I get a crossed circle sign for 'fl'.

Why is that? Workaround?
I am using ghostscript version 6.01
and TeX 3.14159
with the following:

\documentclass[
 a4,
 landscape
 ]{seminar}
\usepackage[latin1]{inputenc} %allows umlauts in source code
\usepackage{german}
\usepackage{fancybox}
\usepackage{fancyhdr}
\usepackage{pifont}
\usepackage{graphicx}
\usepackage{pslatex}

and converting that to pdf with the dvi2pdf script from Mats Bengtsson:
...
dvips $dvipsflag -Ptype1 -o $tempfile $infile
ps2pdfwr $ps2pdfflag -dCompatibilityLevel=1.2 -sPAPERSIZE=a4 \
 $tempfile $outfile
...

Thanks for any help,

H.Betz
[EMAIL PROTECTED]

Reply via email to