Hi, > But, when I run latex2e on a 8-bit file (with characters such as é, > ö instead of \'e, \"o), I got nothing (for the 8-bit characters). ...
>From the different answers I got (thanks to everybody), It seems that the 8-bit input encoding is handled by: \usepackage[latin1]{inputenc} (why not loading this package by default in a Debian distribution?) People seem to say that for a multilanguage use, teTeX would be a good solution. Anyway, the 'fontenc' package (\usepackage[T1]{fontenc}) is supposed to use some new fonts, but does not seem to work properly with the TFM related packages installed from the 1.2.10 Debian distribution. ii texpsfnt 1.0-1 ii textfm 1.0-3 Any comments. Thank you for your attention Stéf II ==================================================================== Example: : example.tex ============= \documentclass[a4paper]{article} \usepackage[T1]{fontenc} ... ============ > latex example.tex This is TeX, Version 3.1415 (C version 6.1) (example.tex LaTeX2e <1996/06/01> Babel <v3.5f> and hyphenation patterns for english, french, loaded. (/usr/lib/texmf/tex/latex/base/article.cls Document Class: article 1996/05/26 v1.3r Standard LaTeX document class (/usr/lib/texmf/tex/latex/base/size10.clo)) (/usr/lib/texmf/tex/latex/base/fontenc.sty (/usr/lib/texmf/tex/latex/base/T1enc.def)kpathsea: Running MakeTeXTFM dcr1000.tfm Running MakeTeXPK dcr1000.tfm mf \mode:=nullmode; mag:=1; scrollmode; input dcr1000 \</dev/null This is METAFONT, Version 2.71 (C version 6.1) kpathsea: Running MakeTeXMF dcr1000.mf /var/spool/texmf/fonts/source/dcr1000.mf already exists! ! I can't find file `dcr1000.mf'. <*> ...nullmode; mag:=1; scrollmode; input dcr1000 Please type another input file name: ! Emergency stop. <*> ...nullmode; mag:=1; scrollmode; input dcr1000 Transcript written on mfput.log. Metafont failed for some reason on dcr1000.tfm kpathsea: Appending font creation commands to missfont.log. ! Font T1/cmr/m/n/10=dcr1000 at 10.0pt not loadable: Metric (TFM) file not foun d. <to be read again> relax l.95 \fontencoding\encodingdefault\selectfont ? ============ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .