2021-07-22 22:14:51 +08:00
|
|
|
% LaTeX documentation preamble
|
|
|
|
%
|
|
|
|
% Copyright (c) 2021 Nordic Semiconductor ASA
|
|
|
|
% SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
\usepackage[some]{background}
|
|
|
|
\usepackage{sectsty}
|
2023-11-17 21:33:32 +08:00
|
|
|
\usepackage{pdflscape}
|
2021-07-22 22:14:51 +08:00
|
|
|
|
|
|
|
\definecolor{bg-color}{HTML}{333f67}
|
|
|
|
|
|
|
|
\setcounter{tocdepth}{2}
|
|
|
|
|
|
|
|
\addto\captionsenglish{\renewcommand{\contentsname}{Table of contents}}
|
|
|
|
|
|
|
|
\allsectionsfont{\color{bg-color}}
|