Hi, enclosed to this message you shall find my patch enabling support of package "ae" in LyX. The patch has been made against LyX version 1.1.5fix2 sources, but I guess, that it is so simple (after all, I am just a lawyer not programmer), that there should not be any problem of its incorporating in current cvs version. And probably, it breaks zillion things, but it works for me, so, hey, why it shouldn't work for you as well? :-))) What do you think about it? Matej Cepl P.S.: Please, answer to my personal e-mail, as I am subscribed only to the user list.
diff -uNr lyx-1.1.5fix1.orig/src/tex-strings.C lyx-1.1.5fix1/src/tex-strings.C --- lyx-1.1.5fix1.orig/src/tex-strings.C Tue Jan 16 14:07:50 2001 +++ lyx-1.1.5fix1/src/tex-strings.C Tue Jan 16 14:16:19 2001 @@ -47,7 +47,7 @@ "ln", "oztex", "textures", "none", ""}; -char const * tex_fonts[] = {"default", "pslatex", "times", "palatino", +char const * tex_fonts[] = {"default", "ae", "pslatex", "times", "palatino", "helvet", "avant", "newcent", "bookman", ""};