15 lines
157 B
TeX
15 lines
157 B
TeX
|
%! Author = lukas
|
||
|
%! Date = 7/4/24
|
||
|
|
||
|
% Preamble
|
||
|
\documentclass[11pt]{article}
|
||
|
|
||
|
% Packages
|
||
|
\usepackage{amsmath}
|
||
|
|
||
|
% Document
|
||
|
\begin{document}
|
||
|
t
|
||
|
|
||
|
|
||
|
\end{document}
|