X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.cpp;h=a3df839054bd77c1ed9319c904234976b64a2a99;hb=3ceb2cdffee966b203f9b281113d4da1ee05f142;hp=a27d742a713c70bd0c6f9eb021b60d19cd5880a3;hpb=0972b15ee2941adf7e03562fb5e4274e8da64096;p=lyx.git diff --git a/src/Converter.cpp b/src/Converter.cpp index a27d742a71..a3df839054 100644 --- a/src/Converter.cpp +++ b/src/Converter.cpp @@ -403,6 +403,7 @@ bool Converters::convert(Buffer const * buffer, command = subst(command, token_from, ""); command = subst(command, token_latex_encoding, buffer ? buffer->params().encoding().latexName() : string()); + command = libScriptSearch(command); LYXERR(Debug::FILES, "Running " << command); if (!runLaTeX(*buffer, command, runparams, errorList)) return false;