From 4c672b87e8af09650e2b4102b1634ab0319e025f Mon Sep 17 00:00:00 2001 From: gabe Date: Sun, 17 Apr 2022 12:13:55 -0500 Subject: [PATCH] made sublists roman --- LaTeX-template.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/LaTeX-template.tex b/LaTeX-template.tex index 4dc4406..15abc74 100644 --- a/LaTeX-template.tex +++ b/LaTeX-template.tex @@ -3,8 +3,10 @@ \usepackage[dvipsnames]{xcolor} %to set margins \usepackage[margin=2cm]{geometry} -% adds newline after paragraph, removes indent +%adds newline after paragraph, removes indent \usepackage{parskip} +%lets us add pics +\usepackage{graphicx} %for math typing \usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac} %for making pretty trees @@ -40,6 +42,9 @@ %makes subsections alphabetical. % \renewcommand\thesubsection{\alph{subsection}).} +%makes subsubsections roman. +% \renewcommand\thesubsubsection{\roman{subsubsection}).} + \title{REPLACE} \date{REPLACE} \author{Gabriel Venberg}