From: Mauro Carvalho Chehab Date: Mon, 22 Aug 2016 14:04:49 +0000 (-0300) Subject: docs-rst: add package adjustbox X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca7bfe2c8d9f3aee469a3a36110a95ebb511ee20;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Jonathan Corbet --- 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} + ''' }