]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 77d47bb1df1d5b97455646168b1d258caf1f29d5..9eff2c8f7f67d06e83b5eb0b9b43a0eef6fab8e1 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}