Added updates to favourite packages used in homework

This commit is contained in:
Wryn Wagner 2019-09-13 16:44:34 -06:00
parent 1eca7c7e04
commit 4c19647f20

View File

@ -15,6 +15,9 @@
\usepackage[final]{pdfpages} % -- Package used for inserting pages of a PDF file
\usepackage{tikz} % -- Package used for drawing graphs
\usepackage{graphicx} % -- Package used to insert graphics
\usepackage{lipsum} % -- Package for lorem ipsum
\usepackage{kantlipsum} % -- Package for Kant style lorem ipsum
\usepackage[english]{bable} % -- Package for English grammar
\graphicspath{ {./images/} }