Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1668679
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/5] Docs: Include the Latex "ifthen" package |
| Date | 2017-06-19 01:50 +0200 |
| Message-ID | <tTS78-3fw-5@gated-at.bofh.it> (permalink) |
| References | <tTS78-3fw-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/conf.py b/Documentation/conf.py
index bacf9d337c89..93827bc1620f 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}
--
2.13.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] Make PDF builds work again Jonathan Corbet <corbet@lwn.net> - 2017-06-19 01:50 +0200
[PATCH 1/5] Docs: Include the Latex "ifthen" package Jonathan Corbet <corbet@lwn.net> - 2017-06-19 01:50 +0200
[PATCH 4/5] Docs: Use kernel-figure in vidioc-g-selection.rst Jonathan Corbet <corbet@lwn.net> - 2017-06-19 01:50 +0200
[PATCH 2/5] Docs: Remove redundant geometry package inclusion Jonathan Corbet <corbet@lwn.net> - 2017-06-19 01:50 +0200
Re: [PATCH 2/5] Docs: Remove redundant geometry package inclusion Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-06-19 12:40 +0200
Re: [PATCH 2/5] Docs: Remove redundant geometry package inclusion Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-06-19 12:50 +0200
[PATCH 5/5] DRM: Fix an incorrectly formatted table Jonathan Corbet <corbet@lwn.net> - 2017-06-19 01:50 +0200
Re: [PATCH 0/5] Make PDF builds work again Jonathan Corbet <corbet@lwn.net> - 2017-06-19 01:50 +0200
[PATCH 3/5] Docs: fix table problems in ras.rst Jonathan Corbet <corbet@lwn.net> - 2017-06-19 01:50 +0200
Re: [PATCH 0/5] Make PDF builds work again Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-06-19 03:20 +0200
Re: [PATCH 0/5] Make PDF builds work again Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-06-19 16:50 +0200
csiph-web