]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
docs-rst: add package adjustbox
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 22 Aug 2016 14:04:49 +0000 (11:04 -0300)
committerJonathan 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

index 85e9f16b1d98e1a9f6e9be9a2adf1e37f52f72bd..ab484e56e23c6bf51427c0d9b511f5f5c1e0f2cf 100644 (file)
@@ -326,6 +326,9 @@ latex_elements = {
         \\setromanfont{DejaVu Sans}
         \\setmonofont{DejaVu Sans Mono}
 
+       % To allow adjusting table sizes
+       \\usepackage{adjustbox}
+
      '''
 }