initial commit

This commit is contained in:
Christian Clason 2022-03-01 19:59:42 +01:00
commit 2ba3699b62
7 changed files with 156 additions and 0 deletions

34
kfureport.tex Normal file
View file

@ -0,0 +1,34 @@
%!TEX TS-program = xelatex
\documentclass[english]{kfureprt}
\usepackage{lipsum}
\author{Christian Clason}
\title{A nice report}
\subtitle{On an interesting topic}
\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}