]> git.lyx.org Git - features.git/commitdiff
tex2lyx: addendum to r39964, although utopia.sty is outdated and even listed in l2tab...
authorUwe Stöhr <uwestoehr@web.de>
Tue, 25 Oct 2011 17:44:55 +0000 (17:44 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 25 Oct 2011 17:44:55 +0000 (17:44 +0000)
(info I missed in r39965: beraserif.sty does not exist on CTAN, Bera's sansserif is named "berasans" and is already supported by tex2lyx)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39968 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 908e627da7924b8e496584235e4767c1f7e098ac..a7a307baf746123d9dc0ee8b029a53edd5004aa7 100644 (file)
@@ -139,7 +139,7 @@ char const * const known_fontsizes[] = { "10pt", "11pt", "12pt", 0 };
 
 const char * const known_roman_fonts[] = { "ae", "bookman", "ccfonts",
 "chancery", "charter", "cmr", "fourier", "lmodern", "mathpazo", "mathptmx",
-"newcent", 0};
+"newcent", "utopia", 0};
 
 const char * const known_sans_fonts[] = { "avant", "berasans", "cmbr", "cmss",
 "helvet", "lmss", 0};