\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}