diff options
author | Jonathan Corbet | 2017-06-18 17:23:52 -0600 |
---|---|---|
committer | Jonathan Corbet | 2017-06-23 13:45:30 -0600 |
commit | cc110221918d5564c9dd415cebe62cae4f8d5df5 (patch) | |
tree | a31d8567999d80298cec53ead4aac57151ae0881 /Documentation | |
parent | 46962d3ef2816e7bcc4dd30480ed3b802ae3b546 (diff) |
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')
-rw-r--r-- | Documentation/conf.py | 1 |
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} |