This patch improves the general look and feel of the LaTeX (PDF) documentation build. Changes include: - A custom title with relevant information has been created - Some colors have been adjusted to match those in the web template - Charter font family is used Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
15 lines
341 B
TeX
15 lines
341 B
TeX
% LaTeX documentation preamble
|
|
%
|
|
% Copyright (c) 2021 Nordic Semiconductor ASA
|
|
% SPDX-License-Identifier: Apache-2.0
|
|
|
|
\usepackage[some]{background}
|
|
\usepackage{sectsty}
|
|
|
|
\definecolor{bg-color}{HTML}{333f67}
|
|
|
|
\setcounter{tocdepth}{2}
|
|
|
|
\addto\captionsenglish{\renewcommand{\contentsname}{Table of contents}}
|
|
|
|
\allsectionsfont{\color{bg-color}} |