The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 63eaefc7408c82792cf454e0102dbc5de5992991
Author: Juergen Spitzmueller <[email protected]>
Date:   Tue Feb 12 18:47:05 2013 +0100

    tex2lyx: latexfonts importation fixes

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

-----------------------------------------------------------------------

Summary of changes:
 src/tex2lyx/Preamble.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to