summaryrefslogtreecommitdiff
path: root/Hallsby_Karl.tex
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-10-03 12:44:50 -0500
committerKarl Hallsby <karl@hallsby.com>2020-10-03 12:44:50 -0500
commit50fcb12c75f4c1e033f09feab2a221beb271ed73 (patch)
treecbeeb3a2252ac915a7377e34180c2c0e278d4d03 /Hallsby_Karl.tex
parent15b2208f1432ed033b8a267db856e46abd2cd6aa (diff)
Add comments describing what each package is used for
Diffstat (limited to 'Hallsby_Karl.tex')
-rw-r--r--Hallsby_Karl.tex17
1 files changed, 15 insertions, 2 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex
index 7a9aea0..952be1f 100644
--- a/Hallsby_Karl.tex
+++ b/Hallsby_Karl.tex
@@ -1,29 +1,42 @@
\documentclass[letterpaper,10pt,final,twoside,notitlepage]{article}
+% Basic document manipulation packages
\usepackage[top=0.35in,left=1.0in,right=1.0in,bottom=1.0in]{geometry}
\usepackage{multicol}
\usepackage[utf8]{inputenc}
\usepackage[USenglish]{babel}
+
+% Programmatically use n-th n-st n-rd on ordinal numbers
\usepackage[super]{nth}
+% Colors to use
\usepackage[usenames,dvipsnames,x11names]{xcolor}
+% Cross-reference manipulation functions
\usepackage{hyperref}
+\usepackage[noabbrev,nameinlink]{cleveref}
+\usepackage{nameref}
+
+% Change the colors for hyperlinks
% \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color
% \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document
-\usepackage[noabbrev,nameinlink]{cleveref}
-\usepackage{nameref}
+% Allow sub-figure/table/equation environments and caption those correctly
\usepackage{subcaption}
+% Change properties of enumerate/itemize/description environments
\usepackage{enumitem}
+
+% Change counters throughout the document
\usepackage{chngcntr}
+% Packages for manipulating and improving tables
\usepackage{ctable}
\usepackage{multirow}
\usepackage{tabularx}
+% Heading (section/subsection/...) manipulation functions
\usepackage{titling}
\usepackage{titlesec}
\titleformat{\section}{\LARGE}{}{0em}{}[\titlerule]