]> git.lyx.org Git - features.git/blobdiff - src/graphics/PreviewLoader.C
toggleInset improvement; make lyxpreview work out of the box (?); apply aspect ratio...
[features.git] / src / graphics / PreviewLoader.C
index a78005fe0a3adbda9a57998504fda23ceeaffbe4..ccdbaaca82d93404974bad51d45592cde280bc8f 100644 (file)
@@ -467,7 +467,7 @@ void PreviewLoader::Impl::startLoading()
        cs << pconverter_->command << " " << latexfile << " "
           << font_scaling_factor_;
 
-       string const command = cs.str().c_str();
+       string const command = LibScriptSearch(cs.str().c_str());
 
        // Initiate the conversion from LaTeX to bitmap images files.
        Forkedcall::SignalTypePtr convert_ptr;