doc: latex: enable pdflscape package

Enable the pdflscape package (available in the Latex distros recommended
 for Zephyr) to allow for some pages to be rendered in landscape mode.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-11-17 14:33:32 +01:00 committed by Carles Cufí
parent 5afaa38e67
commit cce77c8902

View file

@ -5,6 +5,7 @@
\usepackage[some]{background}
\usepackage{sectsty}
\usepackage{pdflscape}
\definecolor{bg-color}{HTML}{333f67}