From 2f09d5c789a480160a0e928a640c2c6dbf80f9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 23 Oct 2017 18:07:42 +0200 Subject: [PATCH] Fix pdf loop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- developer_manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 944fe05be..686c06641 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -179,7 +179,7 @@ latex_elements = { #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. -'preamble': '\\extrafloats\{100\}', +'preamble': '\extrafloats{100}\maxdeadcycles=500', } # Grouping the document tree into LaTeX files. List of tuples