Docs: Include the Latex "ifthen" package
authorJonathan Corbet <corbet@lwn.net>
Sun, 18 Jun 2017 23:23:52 +0000 (17:23 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 23 Jun 2017 19:45:30 +0000 (13:45 -0600)
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>
Documentation/conf.py

index 77d47bb..9eff2c8 100644 (file)
@@ -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}