From 9ae17c00783fabb756912214c8c5c79ded2eea65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Jan 2022 10:20:09 +0100 Subject: [PATCH] Fixed unknown paper type in doxygen file --- Doc/doxy.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/doxy.config.in b/Doc/doxy.config.in index 1d0c47cd..73262caa 100644 --- a/Doc/doxy.config.in +++ b/Doc/doxy.config.in @@ -1807,7 +1807,7 @@ COMPACT_LATEX = NO # 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