The branch, master, has been updated.

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

commit a41dcb57689f9efcf4b089c67ffe7491952daa6a
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Sep 23 17:40:44 2012 +0200

    Recognize Provides from math fonts

diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp
index 169f4e6..e2abc6d 100644
--- a/src/LaTeXFeatures.cpp
+++ b/src/LaTeXFeatures.cpp
@@ -491,6 +491,10 @@ bool LaTeXFeatures::isProvided(string const & name) const
                || theLaTeXFonts().getLaTeXFont(
                        from_ascii(params_.fonts_typewriter)).provides(name, 
ot1,
                                                                       complete,
+                                                                      nomath)
+               || theLaTeXFonts().getLaTeXFont(
+                       from_ascii(params_.fonts_math)).provides(name, ot1,
+                                                                      complete,
                                                                       nomath);
 }
 

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

Summary of changes:
 src/LaTeXFeatures.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to