LaTeX-template/LaTeX-template.tex

22 lines
487 B
TeX

\documentclass[12pt]{article}
%to set margins
\usepackage[margin=2cm]{geometry}
%for math typing
\usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac, listings}
%for algorithm typing
\usepackage[noEnd=false]{algpseudocodex}
%turn off section below a specific depth
% \setcounter{secnumdepth}{0}
%makes subsections alphabetical.
% \renewcommand\thesubsection{\alph{subsection}).}
\title{REPLACE}
\date{REPLACE}
\author{Gabriel Venberg}
\begin{document}
\maketitle
\end{document}