summaryrefslogtreecommitdiff
path: root/doc/developer-doc.tex
blob: 0dd714763e94b8ce7ac6023606ea772186687286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\documentclass{article}
\author{xengineering}
\title{LimoX developer documentation}

\usepackage{graphicx}
\usepackage{float}
\usepackage{physics}
\usepackage{parskip}
\usepackage{amssymb}  % for \mathbb{R} and others
\usepackage{hyperref} % setup clickable links (e.g. in table of contents)
\usepackage{gensymb}  % for the ° symbol (use it with \degree)
\usepackage[english]{babel}
\hypersetup{
    colorlinks,
    citecolor=black,
    filecolor=black,
    linkcolor=black,
    urlcolor=black
}

\setlength\parindent{0pt}  % do not indent paragraphs

\begin{document}

\maketitle

\end{document}