tex2lyx: latexfonts importation fixes

This commit is contained in:
Juergen Spitzmueller 2013-02-12 18:47:05 +01:00
parent 88101bae75
commit 63eaefc740

View File

@ -679,7 +679,7 @@ void Preamble::handle_package(Parser &p, string const & name,
} }
if (name == "libertine") { if (name == "libertine") {
h_font_roman = "libertine-legacy"; h_font_roman = "libertine";
// this automatically invokes biolinum // this automatically invokes biolinum
h_font_sans = "biolinum"; h_font_sans = "biolinum";
if (opts == "osf") if (opts == "osf")
@ -688,8 +688,8 @@ void Preamble::handle_package(Parser &p, string const & name,
if (name == "libertine-type1") { if (name == "libertine-type1") {
h_font_roman = "libertine"; h_font_roman = "libertine";
// this automatically invokes biolinum // NOTE: contrary to libertine.sty, libertine-type1
h_font_sans = "biolinum"; // does not automatically invoke biolinum
if (opts == "lining") if (opts == "lining")
h_font_osf = "false"; h_font_osf = "false";
else else