From 67f290fe9f4eea87786179ea7dfad5e9c91900aa Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sun, 28 Aug 2022 13:13:55 -0500 Subject: [PATCH] doc: change doxygen paper size to a4 --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 2add34257..9007f6097 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -1869,7 +1869,7 @@ COMPACT_LATEX = YES # The default value is: a4. # This tag requires that the tag GENERATE_LATEX is set to YES. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names # that should be included in the LaTeX output. The package can be specified just