projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1377f
)
docs-rst: add package adjustbox
author
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Mon, 22 Aug 2016 14:04:49 +0000
(11:04 -0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 22 Aug 2016 21:36:15 +0000
(15:36 -0600)
We need adjustbox to allow adjusting the size of tables that
are bigger than the line width. There are quite a few of them
at the media books.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
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 85e9f16b1d98e1a9f6e9be9a2adf1e37f52f72bd..ab484e56e23c6bf51427c0d9b511f5f5c1e0f2cf 100644
(file)
--- a/
Documentation/conf.py
+++ b/
Documentation/conf.py
@@
-326,6
+326,9
@@
latex_elements = {
\\setromanfont{DejaVu Sans}
\\setmonofont{DejaVu Sans Mono}
+ % To allow adjusting table sizes
+ \\usepackage{adjustbox}
+
'''
}