diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-06-18 19:23:52 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-06-23 15:45:30 -0400 |
commit | cc110221918d5564c9dd415cebe62cae4f8d5df5 (patch) | |
tree | a31d8567999d80298cec53ead4aac57151ae0881 /Documentation/conf.py | |
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/conf.py')
-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 = { | |||
273 | 'preamble': ''' | 273 | 'preamble': ''' |
274 | % Adjust margins | 274 | % Adjust margins |
275 | \\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry} | 275 | \\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry} |
276 | \\usepackage{ifthen} | ||
276 | 277 | ||
277 | % Allow generate some pages in landscape | 278 | % Allow generate some pages in landscape |
278 | \\usepackage{lscape} | 279 | \\usepackage{lscape} |