[OS X TeX] Recap: xdvi, pdflatex and dvipdfm problem
Peter Dyballa
Peter_Dyballa at Web.DE
Tue Jan 2 15:44:49 EST 2007
Am 02.01.2007 um 14:11 schrieb B. Ludvigsen:
> dvipdfm does this:
>
> salama: rapport $dvipdfm rapport-2006
> rapport-2006.dvi -> rapport-2006.pdf
> [1][2][3][4][5][6][7(./images/media.eps<PS>zcat: ./images/
> media.eps.Z:
> No such file or directory
> )][8(./images/nrk2.eps<PS>zcat: ./images/nrk2.eps.Z: No such
> file or
> directory
> )(./images/sendinger.eps<PS>zcat: ./images/sendinger.eps.Z: No such
> file or directory
> etc.....
Dvipdfm does not use EPS. You need to teach graphics or graphicx to
convert the compressed EPS to PDF. If you do so, you'll need to
invoke TeX with -shell-escape to allow it to run external commands.
>
> pdflatex does this:
>
> ! LaTeX Error: Unknown graphics extension: .eps.
Since its beginning pdflatex was not able to include EPS. And surely
it will never do. So: convert to PDF!
>
> and xdvi this:
>
> salama: rapport $/usr/local/bin/xdvi rapport-2006
> - mktexpk --mfmode cx --bdpi 300 --mag 'magstep(0)' --dpi 300
> pcrr8t '>&3'
> mktexpk: don't know how to create bitmap font for pcrr8t.
Add MAP file fragments to teach TeX that the font pcrr in T1 font
encoding is PostScript based.
> - mktexpk --mfmode cx --bdpi 300 --mag 'magstep(0)' --dpi 300 cmr10
> '>&3'
> mktexpk: /var/tmp/texfonts/pk/cx/public/cm/cmr10.300pk already exists.
Seems texhash or maketexlsr either do not scan or did not scan the /
var/tmp/texfonts branch ...
> xdvi: can't find font pcrr8t; using cmr10 instead at 300 dpi.
Add MAP file fragments to teach TeX that the font pcrr in T1 font
encoding is PostScript based.
> - mktexpk --mfmode cx --bdpi 300 --mag 'magstep(0)' --dpi 300
> pplr8t '>&3'
Add MAP file fragments to teach TeX that the font pplr in T1 font
encoding is PostScript based.
Do you really have a laser printer with a CanonCX engine built-in?
--
Greetings
Pete
To be is to do.
-- I. Kant
To do is to be.
-- A. Sartre
Yabba-Dabba-Doo!
-- F. Flintstone
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the MacOSX-TeX
mailing list