added parskip package

This commit is contained in:
gabe 2022-02-18 16:43:11 -06:00
parent 28e7f3fcd5
commit ee81d75810

View file

@ -3,6 +3,8 @@
\usepackage[dvipsnames]{xcolor}
%to set margins
\usepackage[margin=2cm]{geometry}
% adds newline after paragraph, removes indent
\usepackage{parskip}
%for math typing
\usepackage{latexsym, amssymb, amsfonts, mathtools, xfrac}
%for source code listings