nixos-configuration/templates/latex/skabelon.tex

69 lines
1,020 B
TeX
Executable file

\documentclass[12pt, a4paper]{article}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{enumerate}
\usepackage{titling}
\usepackage[
a4paper,
includehead,
nomarginpar,
]{geometry}
\usepackage{fancyhdr}
\input{fsharp-lang}
\usepackage[dvipsnames]{xcolor}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=RoyalBlue,
filecolor=black,
linkcolor=black,
urlcolor=RoyalBlue
}
\usepackage[backend=biber,style=mla,sorting=ynt]{biblatex}
\addbibresource{skabelon.bib}
\title{\LaTeX{} Skabelon}
\author{Snorre Ettrup Altschul}
\date{\today}
\renewcommand*\contentsname{Indholdsfortegnelse}
% Document begin
\begin{document}
\pagestyle{fancy}
\fancyhead[L]{\theauthor}
\fancyhead[C]{\thetitle}
\maketitle
\begin{figure}[h]
\centering
\includegraphics[width=0.65\textwidth]{figur.jpg}
\end{figure}
\newpage
% Table of contents
% \tableofcontents
\newpage
\section{Information}
\newpage
% \printbibliography[
% heading=bibintoc,
% title={Kildeliste}
% ]
\end{document}