help with winfonts package



I downloaded "winfonts" package to use Windows true type fonts. I was
able to create pdf file via pdflatex and also dvi file (with the fonts
of my choice), but could not convert dvi to ps.

Here is my test.tex:
===============
\documentclass{report}
\usepackage[dvips]{graphicx}
\usepackage[T1]{fontenc}
\renewcommand{\rmdefault}{comicsans}

\begin{document}
blah
\end{document}
===============

And the error message was:
===============
dvips test
This is dvips(k) 5.94b Copyright 2004 Radical Eye Software
(www.radicaleye.com)
' TeX output 2006.07.07:1939' -> test.ps
dvips: ! Couldn't find header file comic.ttf
===============

Though it appears to be a simple task of locating ttf file, I spent
hours in vain. (I am using Miktex 2.4.)

The followings are the files in the local tex directory (that I thought
were relevant)

/miktex/config/miktex.ini
===============
....
[Dvips]
TTFPath=.;c:\windows\fonts;%R\fonts\truetype//
....
===============

/miktex/config/updmap.cfg
===============
Map winfonts.map
===============

/ttf2tfm/ttf2pk.cfg
===============
map ttfonts.map
map +winfonts_ttf2tfm.map
===============

Any help would be appreciated.
Thanks,
Jubum

.



Relevant Pages

  • help with winfonts package
    ... I downloaded "winfonts" package to use Windows true type fonts. ... able to create pdf file via pdflatex and also dvi file (with the fonts ... Map winfonts.map ...
    (comp.text.tex)
  • mapping shell command to a key
    ... I would like to map a key to perform the following: ... Given a LaTeX-File 'mytext.tex'. ... After compiling it, I have a dvi file ...
    (comp.emacs.xemacs)
  • Re: lineno numbers not appearing after dvi->ps->pdf
    ... with numbers on every 5th line in the dvi file, but none after the dvi is converted to ps and then pdf. ... This leads me to ask, though, how does one go about generating a font map? ...
    (comp.text.tex)