diff mbox series

[AUTOSEL,for,4.9,137/293] Docs: Include the Latex "ifthen" package

Message ID 20180409002239.163177-137-alexander.levin@microsoft.com
State New
Headers show
Series None | expand

Commit Message

Sasha Levin April 9, 2018, 12:24 a.m. UTC
From: Jonathan Corbet <corbet@lwn.net>


[ Upstream commit cc110221918d5564c9dd415cebe62cae4f8d5df5 ]

Otherwise we get PDF build failures when LaTeX refused to acknowledge the
existence of \ifthenelse

Fixes: 41cff161fe99d1c6a773becc2250a1dc3ac035ff
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>

---
 Documentation/conf.py | 1 +
 1 file changed, 1 insertion(+)

-- 
2.15.1
diff mbox series

Patch

diff --git a/Documentation/conf.py b/Documentation/conf.py
index d769cd89a9f7..6219b9a788f4 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -273,6 +273,7 @@  latex_elements = {
     'preamble': '''
 	% Adjust margins
 	\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}
+        \\usepackage{ifthen}
 
         % Allow generate some pages in landscape
         \\usepackage{lscape}