From 50fcb12c75f4c1e033f09feab2a221beb271ed73 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sat, 3 Oct 2020 12:44:50 -0500 Subject: Add comments describing what each package is used for --- Hallsby_Karl.tex | 17 +++++++++++++++-- TeX_Output/Hallsby_Karl.pdf | Bin 127787 -> 136825 bytes 2 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] diff --git a/TeX_Output/Hallsby_Karl.pdf b/TeX_Output/Hallsby_Karl.pdf index 8b4cd88..e261eac 100644 Binary files a/TeX_Output/Hallsby_Karl.pdf and b/TeX_Output/Hallsby_Karl.pdf differ -- cgit v1.2.3