Hello I have a tiny problem with LaTex..
I typed:
and i have got this message in the log:
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.
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}
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
Thanks!
PS: the file name is hello.
Comment