texlive in F18: \usepackage{pslatex} - kpathsea: Running mktexmf ptmr7t - I can't find file `ptmr7t'

2013-01-19 Thread Frédéric Bron
pslatex seems to come corrupted in F18. This simple document does not compile:

\documentclass{article}
%\usepackage[T1]{fontenc}
\usepackage{pslatex}
\begin{document}
abcde
\end{document}

kpathsea: Running mktexmf ptmr7t
! I can't find file `ptmr7t'.
* ...:=ljfour; mag:=1; nonstopmode; input ptmr7t

Please type another input file name
! Emergency stop.
* ...:=ljfour; mag:=1; nonstopmode; input ptmr7t

I have submitted a bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=901394

Does anyone know a work around? It seems that texlive packages have
changed from F17 to F18.

Frédéric
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: texlive in F18: \usepackage{pslatex} - kpathsea: Running mktexmf ptmr7t - I can't find file `ptmr7t'

2013-01-19 Thread Ed Greshko
On 01/19/2013 04:05 PM, Frédéric Bron wrote:
 pslatex seems to come corrupted in F18. This simple document does not compile:

 \documentclass{article}
 %\usepackage[T1]{fontenc}
 \usepackage{pslatex}
 \begin{document}
 abcde
 \end{document}

 kpathsea: Running mktexmf ptmr7t
 ! I can't find file `ptmr7t'.
 * ...:=ljfour; mag:=1; nonstopmode; input ptmr7t

 Please type another input file name
 ! Emergency stop.
 * ...:=ljfour; mag:=1; nonstopmode; input ptmr7t

 I have submitted a bug report:
 https://bugzilla.redhat.com/show_bug.cgi?id=901394

 Does anyone know a work around? It seems that texlive packages have
 changed from F17 to F18.

 Frédéric

Do you have texlive-texmf-fonts installed?

-- 
Programming today is a race between software engineers striving to build bigger 
and better idiot-proof programs, and the Universe trying to produce bigger and 
better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry 
Compiled
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: texlive in F18: \usepackage{pslatex} - kpathsea: Running mktexmf ptmr7t - I can't find file `ptmr7t'

2013-01-19 Thread Ed Greshko
On 01/19/2013 04:43 PM, Ed Greshko wrote:
 Do you have texlive-texmf-fonts installed?

FWIW, I got around the error you reported by doing the following over-kill.

yum install texlive*font*

-- 
Programming today is a race between software engineers striving to build bigger 
and better idiot-proof programs, and the Universe trying to produce bigger and 
better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry 
Compiled
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: texlive in F18: \usepackage{pslatex} - kpathsea: Running mktexmf ptmr7t - I can't find file `ptmr7t'

2013-01-19 Thread Frédéric Bron
 FWIW, I got around the error you reported by doing the following 
 over-kill.

 yum install texlive*font*

Thanks.

In fact it comes with texlive-times.

In my real document, I also needed:
texlive-vmargin
texlive-fancyhdr
texlive-marvosym
texlive-helvetic
texlive-pst-tools
texlive-symbol
texlive-courier

Frédéric
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org