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

Commit cc110221 authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

Docs: Include the Latex "ifthen" package



Otherwise we get PDF build failures when LaTeX refused to acknowledge the
existence of \ifthenelse

Fixes: 41cff161
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 46962d3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -273,6 +273,7 @@ latex_elements = {
    'preamble': '''
	% Adjust margins
	\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}
        \\usepackage{ifthen}

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