From 4c7ed9016d24482cb2b46363537c95954a809012 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 5 Jun 2018 12:10:59 +0200 Subject: Improvement LaTeX output (regression) Regression on pull request #698. We shouldn't switch to pdflatex for formula generation (follow up procedure: dvips and gs / splitting into images does not work). In the travis tests this was shown as well but not flagged as an error. --- src/formula.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/formula.cpp b/src/formula.cpp index 9e48b2d..46e2075 100644 --- a/src/formula.cpp +++ b/src/formula.cpp @@ -25,7 +25,6 @@ #include "util.h" #include "message.h" #include "config.h" -#include "language.h" #include "portable.h" #include "index.h" #include "doxygen.h" @@ -97,7 +96,7 @@ void FormulaList::generateBitmaps(const char *path) { //printf("Running latex...\n"); //system("latex _formulas.tex /dev/null"); - QCString latexCmd = theTranslator->latexCommandName(); + QCString latexCmd = "latex"; portable_sysTimerStart(); if (portable_system(latexCmd,"_formulas.tex")!=0) { -- cgit v0.12