From 1b87e6b72ab54cf8c6e391f0ed439b5034f8744e Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Wed, 14 Jun 2023 01:59:14 +0200 Subject: [PATCH] doc: add missing latex package to doxygen conf --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 4f78da138..9306cf4aa 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -1881,7 +1881,7 @@ PAPER_TYPE = a4 # If left blank no extra packages will be included. # This tag requires that the tag GENERATE_LATEX is set to YES. -EXTRA_PACKAGES = amsmath +EXTRA_PACKAGES = amsmath,amssymb # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for # the generated LaTeX document. The header should contain everything until the