Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
preamble.tex 850 B
Newer Older
% LaTeX documentation preamble
%
% Copyright (c) 2021 Nordic Semiconductor ASA
% SPDX-License-Identifier: Apache-2.0

\usepackage[some]{background}
\usepackage{sectsty}
\usepackage{lscape}
\usepackage{longtable}
\usepackage{fontspec}
\usepackage{comment}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\setmainfont{DejaVuSans}
\setmonofont{FreeMono}

\definecolor{bg-color}{HTML}{a97f2c}

\setcounter{tocdepth}{2}

\addto\captionsenglish{\renewcommand{\contentsname}{Table of contents}}

\allsectionsfont{\color{bg-color}}

\let\oldtabular\tabular
\renewcommand{\tabular}{\footnotesize\oldtabular}

\newcommand{\sphinxcontribyoutube}[3]{\begin{figure}\sphinxincludegraphics{{#2}.jpg}\caption{\url{#1#2#3}}\end{figure}}
\newcommand{\sphinxcontribvimeo}[3]{\begin{figure}\sphinxincludegraphics{{#2}.jpg}\caption{\url{#1#2#3}}\end{figure}}