From 4962f535917d254b5f123eac81e673d63fcb4b28 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm <philipp@uvos.xyz> Date: Fri, 19 Jan 2024 15:48:17 +0100 Subject: [PATCH] use pdflatex for latex output --- doc/libscipaper.doxygen.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/libscipaper.doxygen.in b/doc/libscipaper.doxygen.in index f202829..7495900 100644 --- a/doc/libscipaper.doxygen.in +++ b/doc/libscipaper.doxygen.in @@ -1782,7 +1782,7 @@ LATEX_OUTPUT = latex # the output language. # This tag requires that the tag GENERATE_LATEX is set to YES. -LATEX_CMD_NAME = latex +LATEX_CMD_NAME = pdflatex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate # index for LaTeX. @@ -1898,7 +1898,7 @@ PDF_HYPERLINKS = NO # The default value is: YES. # This tag requires that the tag GENERATE_LATEX is set to YES. -USE_PDFLATEX = NO +USE_PDFLATEX = YES # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode # command to the generated LaTeX files. This will instruct LaTeX to keep running -- GitLab