On Thu, 2013-03-07 at 12:59 +0100, Patrick Dupre wrote: 
> >>
> >> I installes texlive2012,
> >> but apparently the fonts are not installed!
> >> In additon, when I make,
> >>
> >> rpm -ql texlive
> >> I get:
> >> (contains no files)
> >>
> >> while:
> >> rpm -q texlive
> >> texlive-2012-16.20130205_r29034.fc18.x86_64
> >>
> >> Whould I finish the install manually?
> >
> > [root@rh:~]$ yum search texlive fonts
> >
> > ======================== N/S Matched: texlive, fonts 
> > ========================
>>[...trim replies, please!..] 
> >
> 
> 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'.

        $ sudo yum search fourier
        Loaded plugins: changelog, langpacks, presto, refresh-packagekit
        updates/pkgtags                                          |  333 B     
00:00     
        ============================= N/S Matched: fourier 
=============================
        gimp-fourier-plugin.x86_64 : A simple plug-in to do fourier transform 
on your
                                   : image
        texlive-fourier-doc.noarch : Documentation for fourier
        texlive-fouriernc.noarch : Use New Century Schoolbook text with Fourier 
maths
                                 : fonts
        texlive-fouriernc-doc.noarch : Documentation for fouriernc
        fftw.i686 : A Fast Fourier Transform library
        fftw.x86_64 : A Fast Fourier Transform library
        fftw2.i686 : Fast Fourier Transform library (version 2)
        fftw2.x86_64 : Fast Fourier Transform library (version 2)
        perl-Math-FFT.x86_64 : Perl module to calculate Fast Fourier Transforms
        texlive-fourier.noarch : Using Utopia fonts in LaTeX documents
        

So 'yum install texlive-fourier'.

The TeXLive packaging system is set up so you don't have to install
everything if you don't need it. The groups within the TeXLive hierarchy
are called schemes.

        $ sudo yum list tex\*scheme\*
        Loaded plugins: changelog, langpacks, presto, refresh-packagekit
        Installed Packages
        texlive-scheme-basic.noarch     2:svn25923.0-16.20130205_r29034.fc18    
@updates
        Available Packages
        texlive-scheme-context.noarch   2:svn26699.0-16.20130205_r29034.fc18    
updates 
        texlive-scheme-full.noarch      2:svn21417.0-16.20130205_r29034.fc18    
updates 
        texlive-scheme-gust.noarch      2:svn28959.0-16.20130205_r29034.fc18    
updates 
        texlive-scheme-medium.noarch    2:svn26477.0-16.20130205_r29034.fc18    
updates 
        texlive-scheme-minimal.noarch   2:svn13822.0-16.20130205_r29034.fc18    
updates 
        texlive-scheme-small.noarch     2:svn26477.0-16.20130205_r29034.fc18    
updates 
        texlive-scheme-tetex.noarch     2:svn28959.0-16.20130205_r29034.fc18    
updates 
        texlive-scheme-xml.noarch       2:svn13822.0-16.20130205_r29034.fc18    
updates 
        

So if you want everything at once, install texlive-scheme-full.
-- 
Matthew Saltzman
Clemson University Math Sciences
mjs AT clemson DOT edu

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