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

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

docs-rst: better adjust margins and font size



As we have big tables, reduce the left/right margins and decrease
the point size to 8pt. Visually, it is still good enough, and
now less tables are too big to be displayed.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a682ec4b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ latex_elements = {
'papersize': 'a4paper',

# The font size ('10pt', '11pt' or '12pt').
'pointsize': '10pt',
'pointsize': '8pt',

# Latex figure (float) alignment
#'figure_align': 'htbp',
@@ -260,6 +260,9 @@ latex_elements = {

# Additional stuff for the LaTeX preamble.
    'preamble': '''
	% Adjust margins
	\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}

        % Allow generate some pages in landscape
        \\usepackage{lscape}