๐ The CoCalc Library - books, templates and other resources
License: OTHER
% !TEX encoding = UTF-8 Unicode1\documentclass{report}23\title{FKR Collection}4\author{Michael Mรผller}5\date{\today}67% big font for sections8\usepackage{sectsty}9\sectionfont{\LARGE}1011\usepackage{graphicx}12\usepackage{wrapfig}13\usepackage{caption}14\usepackage{subcaption}15\usepackage{listings}16\usepackage{hyperref}1718% \begin{comment} ... \end{comment{}19\usepackage{verbatim}2021\setlength{\parskip}{0pt}2223\makeatletter24\renewcommand{\paragraph}{25\@startsection{paragraph}{4}26{\z@}{1.25ex \@plus 1ex \@minus .2ex}{-1em}27{\normalfont\normalsize\bfseries}28}29\makeatother3031\usepackage[32sorting=none,33minbibnames=8,34maxbibnames=9,35block=space,36backend=biber37]{biblatex}38\bibliography{publications}394041\usepackage{parskip}4243\usepackage{lipsum}4445\begin{document}4647\newpage4849\maketitle5051\newpage5253\renewcommand{\contentsname}{Table of Content}54\tableofcontents555657%=================58\include{sections/introduction}59\include{sections/nulla-ullamcorper}60\include{sections/nulla-ullamcorper}6162% we use input to include the conclusion, in order to63% get the bibliography and conclusion on the same page64\input{sections/conclusion}656667%=================68\section{Bibliography}69\label{bib}7071% \nocite is used to display all references from publications.bib -- even72% if they were not cited.73\nocite{*}7475\printbibliography[heading=none]7677\end{document}787980