]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
empty file format change due to r29840.
[lyx.git] / src / Converter.cpp
index 9b8a53df7eb851aba2b24af69b7b6245b4ef44f9..9c905355c6dfcb322f5e98adc0c8430b0e8d0cc3 100644 (file)
@@ -329,6 +329,10 @@ bool Converters::convert(Buffer const * buffer,
        if (buffer) {
                runparams.use_japanese = buffer->bufferFormat() == "platex";
                runparams.use_indices = buffer->params().use_indices;
+               runparams.bibtex_command = (buffer->params().bibtex_command == "default") ?
+                       string() : buffer->params().bibtex_command;
+               runparams.index_command = (buffer->params().index_command == "default") ?
+                       string() : buffer->params().index_command;
        }
 
        // Some converters (e.g. lilypond) can only output files to the