On 30.09.10 Ralf Stubner (ralf.stub...@web.de) wrote:
> On Wed, Sep 29, 2010 at 13:02 +0200, Hilmar Preusse wrote:
> > On 28.09.10 Eugen Dedu (eugen.d...@pu-pm.univ-fcomte.fr) wrote:

Hi Ralf,

> > > Oh, I see, it's ec package in texlive-latex-recommended.  But why
> > > does that .tex example file need ec?!
> > > 
> > Because you're using the lmodern fonts, which use (IIRC) the metrics
> > from the EC fonts.
> > 
> > Ralf, is this correct?
> 
> No, the lmodern fonts come with their own set of TFM files. At the
> moment I cannot reproduce the issue, since I don't have the time to
> prepare a system without texlive-latex-recommended. However, I am
> wondering if the supplied example is really minimal, ie, is babel with
> option french required?
> 
With the following minimal example the compile runs fine w/o EC tfm
files installed:

\documentclass{report}
\usepackage[french]{babel}
\begin{document}
A.
\end{document}

However one gets a warning:

Package frenchb.ldf Warning: OT1 encoding should not be used for French.
(frenchb.ldf)                Add \usepackage[T1]{fontenc} to the preamble
(frenchb.ldf)                of your document, on input line 5.

Hence the submitter added the \usepackage[T1]{fontenc}, which
requires fonts w/ T1 encoding. Simply using the lmodern package does
not cause the problem, they can be used w/ OT1 encoding too.

So, if the lmodern fonts have they own tfm files (which is the case)
it is not understandable, why the tfm files of the EC fonts are
used/read.

hi...@sid:~ $ dpkg -L lmodern |grep tfm|grep cork|wc -l
57

One could assume this behaviour to be a bug, but far from important.

H.
-- 
sigmentation fault



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to