From dd2ea269b770670396f731b8a49cab8197456761 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 23 Oct 2017 17:34:01 +0200 Subject: [PATCH] Add preamble to raise limit of floats Signed-off-by: Morris Jobke --- 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 9ce75ea691c..944fe05be75 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -179,7 +179,7 @@ #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. -#'preamble': '', +'preamble': '\\extrafloats\{100\}', } # Grouping the document tree into LaTeX files. List of tuples