On 03/07/2013 11:59 AM, Patrick Dupre wrote:
> OK, THis is correct,
>
> but
>
> \documentclass[a4paper]{article}
> \usepackage{fourier}
> \begin{document}
> Hello world!
> L'{\'E}l{\'e}phant va {\`a} la mare.
> \[\frac14=0{,}25\]
> \end{document}
>
> fails:
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
>
> ! LaTeX Error: File `fourier.sty' not found.
>
>
> and
>
> tex testfont.tex
> Name of the font to test =
> fourier
> kpathsea: Running mktextfm fourier
> /usr/share/texlive/texmf/web2c/mktexnam: Could not map source
> abbreviation  for fourier.
> /usr/share/texlive/texmf/web2c/mktexnam: Need to update ?
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;
> nonstopmode; input fourier
> This is METAFONT, Version 2.718281 (TeX Live 2013/dev)
>
>
> kpathsea: Running mktexmf fourier
> ! I can't find file `fourier'.

There are two possibilities:

a) you install all the texlive packages via texlive-scheme-full

b) in this case to satisfy this dependency it is enough

yum install 'tex(fourier.sty)'

this will work for every sty file via the virtual provides.

-- 
José Matos

-- 
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

Reply via email to