On Wed, Aug 30, 2000 at 10:53:33PM -0600, Michael O'Brien wrote:

> A little experimentation has shown that the incompatability lies within
> the default LyX preamble.  The lines
>       \usepackage[T1]{fontenc}
>       \usepackage[latin1]{inputenc}
> 
> create all the problems.  If I export my document as a LaTeX file and
> remove these two lines, everything works perfectly.  The computer modern
> fonts are embedded properly as Type1 fonts.  I have also been able to
> use the "times" style package.

Only the first line is the cause of the problem.
You can prevent LyX from generating this line by adding 
"\font_encoding default" to ~/.lyx/lyxrc
However, if you use European languages, you better use the T1 font encoding,
so leave lyxrc unchanged, and add "\usepackage{ae,aecompl}" to the preamble of
the LyX file.

See http://www.mail-archive.com/[email protected]/msg06029.html
For more details

A note for lyx-devel list: Wouldn't it be better to make LyX automatically
add "\usepackage{ae,aecompl}" to the latex file if the font encoding is T1 ?
Just think of the endless questions on this subject we will get if LyX 1.1.6
do not do that (assuming that 1.1.6 will include my new view/export code,
which allows PDF file viewing/exporting).

Reply via email to