minor fix
This commit is contained in:
@ -11,12 +11,13 @@
|
|||||||
\RequirePackage[ngerman]{babel}
|
\RequirePackage[ngerman]{babel}
|
||||||
|
|
||||||
% BibLaTeX
|
% BibLaTeX
|
||||||
\RequirePackage[hyperref,style=authoryear]{biblatex}
|
\RequirePackage[backend=biber,hyperref,style=authoryear]{biblatex}
|
||||||
|
|
||||||
% math packages
|
% math packages
|
||||||
\RequirePackage{amsmath} % general math
|
\RequirePackage{amsmath} % general math
|
||||||
\RequirePackage{amsthm} % theorems
|
\RequirePackage{amsthm} % theorems
|
||||||
\RequirePackage{amssymb} % math symbols
|
\RequirePackage{amssymb} % math symbols
|
||||||
|
\RequirePackage{amsfonts}
|
||||||
\RequirePackage{mathtools} % coloneqq: nice ligatures of := and =:
|
\RequirePackage{mathtools} % coloneqq: nice ligatures of := and =:
|
||||||
\RequirePackage{stmaryrd} % lightning symbol
|
\RequirePackage{stmaryrd} % lightning symbol
|
||||||
\RequirePackage{aligned-overset} % proper alignment with oversets
|
\RequirePackage{aligned-overset} % proper alignment with oversets
|
||||||
@ -115,4 +116,4 @@
|
|||||||
\newtheorem*{example*}{Beispiel:}
|
\newtheorem*{example*}{Beispiel:}
|
||||||
|
|
||||||
% proofs with bold name and qed at end
|
% proofs with bold name and qed at end
|
||||||
\renewenvironment{proof}[1][\proofname]{\textbf{#1.} }{\nobreak\hfill\ensuremath{\blacksquare}\par}
|
\renewenvironment{proof}[1][\proofname]{\textbf{#1.} }{\nobreak\hfill\ensuremath{\blacksquare}\par}
|
||||||
|
BIN
proseminar_skript.pdf
Normal file
BIN
proseminar_skript.pdf
Normal file
Binary file not shown.
@ -1,7 +1,6 @@
|
|||||||
\documentclass[11pt]{scrartcl}
|
\documentclass[11pt]{scrartcl}
|
||||||
|
|
||||||
\usepackage{proseminar}
|
\usepackage{proseminar}
|
||||||
\usepackage{amsfonts}
|
|
||||||
|
|
||||||
\subject{Proseminar}
|
\subject{Proseminar}
|
||||||
\title{
|
\title{
|
||||||
@ -34,4 +33,4 @@
|
|||||||
\section{Berechnung der Matrixexponentialfunktion}\label{sec:berechnung-matrixexponential}
|
\section{Berechnung der Matrixexponentialfunktion}\label{sec:berechnung-matrixexponential}
|
||||||
\input{sections/02_berechnung_matrixexponential}
|
\input{sections/02_berechnung_matrixexponential}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Reference in New Issue
Block a user