diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-22 11:04:49 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-22 15:36:15 -0600 |
commit | ca7bfe2c8d9f3aee469a3a36110a95ebb511ee20 (patch) | |
tree | 117a1e73712374df04f8a6bf41340b0438543b0e /Documentation/conf.py | |
parent | ba1377fba7047a86c31981363cbd9e65b1ca2763 (diff) | |
download | linux-ca7bfe2c8d9f3aee469a3a36110a95ebb511ee20.tar.gz linux-ca7bfe2c8d9f3aee469a3a36110a95ebb511ee20.tar.bz2 linux-ca7bfe2c8d9f3aee469a3a36110a95ebb511ee20.zip |
docs-rst: add package adjustbox
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>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 85e9f16b1d98..ab484e56e23c 100644 --- 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} + ''' } |