Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca7bfe2c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent ba1377fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -326,6 +326,9 @@ latex_elements = {
        \\setromanfont{DejaVu Sans}
        \\setromanfont{DejaVu Sans}
        \\setmonofont{DejaVu Sans Mono}
        \\setmonofont{DejaVu Sans Mono}


	% To allow adjusting table sizes
	\\usepackage{adjustbox}

     '''
     '''
}
}