feat: create example latex template

This commit is contained in:
Aliberk Sandıkçı 2023-05-31 15:27:53 +03:00
parent 2659109c11
commit c4317a9a1a

9
example.tex Normal file
View file

@ -0,0 +1,9 @@
\documentclass{CLASS-NAME-HERE}
% FILL PREAMBLE
\begin{document}
% FILL DOCUMENT
\end{document}