Re: [MiKTeX] Problem with dvi2pdf or pdftex
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Ulrike F. <li...@ni...> - 2011-07-13 08:14:43
|
Am Tue, 12 Jul 2011 22:23:28 +0200 schrieb Hans Marius Eikseth:
> Dear list readers,
> unfortunately I today have problems of a similar kind.
I would say your problem is quite different. ;-)
> Pdflatex was fine, as long as I didn't call pstricks.
If you want to use pstricks with pdflatex look at the pst-pdf or
auto-pst-pdf package.
> I then logged off, and back on again things didn't work as expected
> anymore :(
>
> *****begin minimal example********
> \documentclass{article}
> \usepackage[latin1]{inputenc}
> \usepackage[T1]{fontenc}
> \begin{document}
> Minimal
>
> æøå
> \end{document}
> *******end minimal example********
> NOTE: As I write this on a MacBook, I actually had to change
> characters in my example - the accented chars are supposed to be
> chars 27, 28, 29 of Norwegian alphabet.
The characters are irrelevant.
> What a back-to-back latex+dvips session wrote to my CMD session window:
>
> *****begin output******
> C:\Temp\2010test>latex minimal
> This is pdfTeX, Version 3.1415926-1.40.11 (MiKTeX 2.9)
[...]
> Output written on minimal.dvi (1 page, 244 bytes).
> Transcript written on minimal.log.
latex run worked without problems.
> C:\Temp\2010test>dvips minimal
> This is dvips(k) 5.99 Copyright 2010 Radical Eye Software
> (www.radicaleye.com)
> ' TeX output 2011.07.12:1559' -> minimal.ps
> Trying to make PK font ecrm1000 at 600 DPI...
> Creating ecrm1000.pk...
[...]
> <C:\Users\hans\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\jknappen\ec
> \dpi600\ecrm1
> 000.pk>
> <C:/miktex29/dvips/base/tex.pro>. [1]
dvips worked fine too: this is an absolutly normal output. What is
your problem? Didn't you get a minimal.ps?
Btw: You should install the cm-super package (large package! can
take some time) or use the lmodern fonts (\usepackage{lmodern)) so
that dvips doesn't have to use bitmap fonts (and generate them at
the first use).
--
Ulrike Fischer
|