latex-template/main-example.tex

19 lines
655 B
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%%%----------------------TEMPLATE-NAME-HERE--------------------%%%
%%%--------------Written--by:--Aliberk--Sandıı---------------%%%
%%%---------------------Version:--2023/06----------------------%%%
%%% Repo: git.aliberksandikci.com.tr/templex/REPO-NAME %%%
%%% LICENSE: The LATEX Project Public License - lppl1.3c %%%
\documentclass{CLASS-NAME-HERE}
% you can use default values if this template only uses default one and not using special class.cls
\usepackage{PACKAGE-NAME-HERE}
% not necessary if class.cls already includes necessary packages
%%% FILL THIS AREA . . .
\begin{document}
%%% FILL THIS AREA . . .
\end{document}