On Mon, Feb 03, 2003 at 10:24:32AM -0500, Matej Cepl wrote: > I have to confirm bug in LyX 1.3.0pre2 (Qt-version, but I do not > think it matters). When an attached file is exported to LaTeX > this is the result: > > %% LyX 1.3 created this file. For more info, see http://www.lyx.org/. > %% Do not edit unless you really know what you are doing. > \documentclass[czech]{scrartcl} > \usepackage{ae} > \usepackage{aecompl} > \usepackage[T1]{fontenc} > \usepackage[latin2]{inputenc} > > \makeatletter > \usepackage{babel} > \makeatother > \begin{document} > ?lu?ou?k? k?? ?p?l ??belsk? ?dy. > \end{document} > > Which is incorrect (ae and aecompl are expecting to be already in > T1 mode -- font/inputenc should precede ae,aecompl). The > resulting PS/PDF files have really Type3 fonts.
The ae package load the T1 package by itself, so the above code should be OK. Can you send your ae.sty file ?