Bug#138157: Does a workaround exist?

2013-07-03 Thread Hendrik Tews
Johannes Schauer j.scha...@email.de writes:

   Does there exist a workaround for it? For example I have to use the IEEEtran
   class [1] but can't view the dvi because of this bug:

The advi FAQ at http://advi.inria.fr/faq.html says

How to visualize Adobe PostScript fonts like ptmr8t using Active-DVI ?

Answer: You have to preprocess the file with the command
dvicopy which expands virtual fonts. For instance:

dvicopy foo.dvi foo.advi  advi foo.advi

usually works fine. 

Does this work for you?

Bye,

Hendrik


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#138157: Does a workaround exist?

2013-07-03 Thread Johannes Schauer
Hi,

Quoting Hendrik Tews (2013-07-03 08:51:03)
 The advi FAQ at http://advi.inria.fr/faq.html says

Dmn I should've RTFM XD

 Does this work for you?

It works nicely! Thanks a lot!

cheers, josch


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#138157: Does a workaround exist?

2013-07-03 Thread Johannes Schauer
Hi,

another small followup while we are at RTFM and maybe it helps somebody else
who ran into the same problem.

Quoting Hendrik Tews (2013-07-03 08:51:03)
 Johannes Schauer j.scha...@email.de writes:
 
Does there exist a workaround for it? For example I have to use the 
 IEEEtran
class [1] but can't view the dvi because of this bug:
 
 The advi FAQ at http://advi.inria.fr/faq.html says
 
 How to visualize Adobe PostScript fonts like ptmr8t using Active-DVI ?
 
 Answer: You have to preprocess the file with the command
 dvicopy which expands virtual fonts. For instance:
 
 dvicopy foo.dvi foo.advi  advi foo.advi
 
 usually works fine.

I was stumbling over this advi bug because I was trying to use whizzytex (which
worked fine so far) for a paper which used the IEEEtran class. Searching
through the whizzytex manual, now knowing what to look for I saw the following
option to whizzytex which works around this advi bug:

 -dvicopy ⟨command⟩
 
 uses ⟨command⟩ instead of the default (mv) to copy DVI files (from
 FILE.dvi to FILE.wdvi). This can be used with command dvicopy so as to
 expand virtual font, which advi does not understand yet)

So now I just include:

%; whizzy -dvicopy dvicopy

in my document and things work just as well as before even despite this advi
bug.

Thanks Hendrik, I would've not realized I need this option without your help :)

cheers, josch


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#138157: Does a workaround exist?

2013-07-02 Thread Johannes Schauer
Hi,

as this bug is nearly 10 years old I guess it won't be fixed anytime soon.

Does there exist a workaround for it? For example I have to use the IEEEtran
class [1] but can't view the dvi because of this bug:

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ptmr8t
mktexpk: don't know how to create bitmap font for ptmr8t.
mktexpk: perhaps ptmr8t is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.
Warning: file ptmr8t.600pk is not found
Uncaught exception: File search.ml, line 209, characters 2-8: Assertion failed

Is there an easy way of what I can state in my tex document so that I can
generate a dvi from the IEEEtran class which can be viewed in advi?

Thanks!

cheers, josch

[1] http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org