Announcement

Collapse
No announcement yet.

A problem with LaTex!!!!!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    A problem with LaTex!!!!!

    Hello I have a tiny problem with LaTex..

    I typed:
    Code:
    \documentclass[a4paper,10pt]{article}
    
    \usepackage[latin1]{inputenc}
    \usepackage[frenchb]{babel}
    \usepackage[T1]{fontenc}
    \usepackage{graphicx}
    
    \author{kracer}
    \title{hello}
    \date{2009-01-20}
    
    \begin{document}
     Dans la maison sur terre mais ce n'est pas émouvant.
    \end{document}
    and i have got this message in the log:
    Code:
    [LaTeX] hello.tex => hello.dvi (latex)
    [LaTeX] finished with exit status 1
    /usr/share/texmf-texlive/tex/generic/babel/frenchb.ldf:0: No hyphenation patterns were loaded for(babel) the language `French'(babel) I will use the patterns loaded for \language=0 instead.
    /usr/share/texmf-texlive/tex/latex/base/fontenc.sty:100:Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not found. \fontencoding\encodingdefault\selectfont
    ./hello.tex:0:No file hello.aux.
    [LaTeX] 1 error, 2 warnings, 0 badboxes
    Can you tell me what is really the problem here. I assume it is a problem with the packages. Do I need to download some extra packages? which ones? and how can i download them?

    Thanks!

    PS: the file name is hello.
    Kubuntu Hardy Heron 8.04 <br />VAIO VGN-FS415M

    #2
    Re: A problem with LaTex!!!!!

    Do you have The Not So Short Introduction To LateX2 ?

    See here: http://tobi.oetiker.ch/lshort/lshort.pdf

    You may try to remove this line: \usepackage[T1]{fontenc}

    If that doesn't work, and you have the right packages present in /usr/share/... then I don't know.

    Once your problem is solved please edit the first post of your topic and add [SOLVED] in front of the subject. In that way, others can benefit from your experience!

    Comment

    Working...
    X