summaryrefslogtreecommitdiff
path: root/Hallsby_Karl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Hallsby_Karl.tex')
-rw-r--r--Hallsby_Karl.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex
index af03ef3..267500e 100644
--- a/Hallsby_Karl.tex
+++ b/Hallsby_Karl.tex
@@ -27,6 +27,10 @@
% Change properties of enumerate/itemize/description environments
\usepackage{enumitem}
+% Create a special list to handle job descriptions.
+\newlist{jobdescription}{itemize}{1} % {Name}{Template}{Max Depth}
+% [newlistname, LevelsToApplyTo]{formatting options}
+\setlist[jobdescription, 1]{label=\textbullet,topsep=0pt, noitemsep, nolistsep}
% Change counters throughout the document
\usepackage{chngcntr}