From: Jonathan Corbet Date: Sun, 18 Jun 2017 23:23:52 +0000 (-0600) Subject: Docs: Include the Latex "ifthen" package X-Git-Tag: v4.13-rc1~34^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc110221918d5564c9dd415cebe62cae4f8d5df5;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/conf.py b/Documentation/conf.py index 77d47bb..9eff2c8 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}