aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2017-06-18 17:23:52 -0600
committerJonathan Corbet <corbet@lwn.net>2017-06-23 13:45:30 -0600
commitcc110221918d5564c9dd415cebe62cae4f8d5df5 (patch)
treea31d8567999d80298cec53ead4aac57151ae0881 /Documentation/conf.py
parentdoc/kokr/howto: Only send regression fixes after -rc1 (diff)
downloadlinux-dev-cc110221918d5564c9dd415cebe62cae4f8d5df5.tar.xz
linux-dev-cc110221918d5564c9dd415cebe62cae4f8d5df5.zip
Docs: Include the Latex "ifthen" package
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>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 77d47bb1df1d..9eff2c8f7f67 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}