projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46962d3
)
Docs: Include the Latex "ifthen" package
author
Jonathan Corbet
<corbet@lwn.net>
Sun, 18 Jun 2017 23:23:52 +0000
(17:23 -0600)
committer
Jonathan 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
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/conf.py
b/Documentation/conf.py
index 77d47bb1df1d5b97455646168b1d258caf1f29d5..9eff2c8f7f67d06e83b5eb0b9b43a0eef6fab8e1 100644
(file)
--- 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}