made sublists roman
This commit is contained in:
parent
ed7049ecf8
commit
4c672b87e8
|
@ -3,8 +3,10 @@
|
||||||
\usepackage[dvipsnames]{xcolor}
|
\usepackage[dvipsnames]{xcolor}
|
||||||
%to set margins
|
%to set margins
|
||||||
\usepackage[margin=2cm]{geometry}
|
\usepackage[margin=2cm]{geometry}
|
||||||
% adds newline after paragraph, removes indent
|
%adds newline after paragraph, removes indent
|
||||||
\usepackage{parskip}
|
\usepackage{parskip}
|
||||||
|
%lets us add pics
|
||||||
|
\usepackage{graphicx}
|
||||||
%for math typing
|
%for math typing
|
||||||
\usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac}
|
\usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac}
|
||||||
%for making pretty trees
|
%for making pretty trees
|
||||||
|
@ -40,6 +42,9 @@
|
||||||
%makes subsections alphabetical.
|
%makes subsections alphabetical.
|
||||||
% \renewcommand\thesubsection{\alph{subsection}).}
|
% \renewcommand\thesubsection{\alph{subsection}).}
|
||||||
|
|
||||||
|
%makes subsubsections roman.
|
||||||
|
% \renewcommand\thesubsubsection{\roman{subsubsection}).}
|
||||||
|
|
||||||
\title{REPLACE}
|
\title{REPLACE}
|
||||||
\date{REPLACE}
|
\date{REPLACE}
|
||||||
\author{Gabriel Venberg}
|
\author{Gabriel Venberg}
|
||||||
|
|
Loading…
Reference in a new issue