kfureport/kfureport.tex
2022-03-05 13:06:03 +01:00

35 lines
679 B
TeX

%!TEX TS-program = xelatex
\documentclass[english]{kfureprt}
\usepackage{lipsum}
\author{Christian Clason \and Kristian Bredies}
\title{A nice report}
\subtitle{On an interesting topic}
\sponsors{\includegraphics[height=2cm,keepaspectratio=true]{Nawi_Graz_Logo_2015}}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{A first section}
\textbf{A first section.}
This is a good section! \emph{Very} good. \textbf{Very, \emph{very}}, good!
\lipsum[1-10]
\newpage
\section{A second section}
On a new page, for good measure. With some $\alpha$-class mathematics! Like so:
\begin{equation*}
F(1) - F(0) = \int_0^1 f(x)\,dx.
\end{equation*}
\end{document}