]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.C
write \mathrm{x}\mathrm{y} as \mathrm{xy} again
[lyx.git] / src / tex-strings.C
index 92371f029860c53719c06df8e85b8f48b792c050..c9e97dbe95488af833edb4e5f0a96fffe858201d 100644 (file)
@@ -1,4 +1,19 @@
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2001 The LyX Team.
+ *
+ * ====================================================== */
+
 #include <config.h>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "tex-strings.h"
 
 // this file should perhaps be split into even smaller parts
@@ -47,7 +62,7 @@ char const * tex_graphics[] = {"default", "dvips", "dvitops", "emtex",
                      "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", ""};