16 lines
159 B
TeX
16 lines
159 B
TeX
|
%! Author = lukas
|
||
|
%! Date = 14.03.23
|
||
|
|
||
|
% Preamble
|
||
|
\documentclass[11pt]{article}
|
||
|
|
||
|
% Packages
|
||
|
\usepackage{amsmath}
|
||
|
|
||
|
% Document
|
||
|
\begin{document}
|
||
|
|
||
|
|
||
|
|
||
|
\end{document}
|