]> git.lyx.org Git - features.git/commitdiff
tex2lyx: support for fileformat change 444
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 11 Feb 2013 13:40:35 +0000 (14:40 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 11 Feb 2013 13:40:35 +0000 (14:40 +0100)
biolinum is used if libertine is detected

src/tex2lyx/Preamble.cpp
src/tex2lyx/TODO.txt

index 58cf930578223ce5888b00272781b2c6c334b794..7f48bfb1b79e43d728095509c8eed42eb7f36d95 100644 (file)
@@ -680,12 +680,16 @@ void Preamble::handle_package(Parser &p, string const & name,
 
        if (name == "libertine") {
                h_font_roman = "libertine-legacy";
+               // this automatically invokes biolinum
+               h_font_sans = "biolinum";
                if (opts == "osf")
                        h_font_osf = "true";
        }
 
        if (name == "libertine-type1") {
                h_font_roman = "libertine";
+               // this automatically invokes biolinum
+               h_font_sans = "biolinum";
                if (opts == "lining")
                        h_font_osf = "false";
                else
index 28298b6bd36a55b2e7043cbd96636e6ec9c14480..3db009016dcea4af27a2c50296d3d6bbc5b34a0f 100644 (file)
@@ -66,8 +66,6 @@ Format LaTeX feature                        LyX feature
 439    MinionPro.sty                        \font_roman, \font_osf
 440    MinionPro.sty,                       \font_math
 443    unicode-math.sty                     InsetMath*
-444    libertine.sty,                       \font_osf, \font_sans
-       libertine-legacy.sty
 445    URW Classico LaTeX font              \font_sans uop
        \renewcommand{\sffamily}{uop}
 446    Optional and required arguments      InsetArgument