summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2022-10-02 11:07:30 -0500
committerKarl Hallsby <karl@hallsby.com>2022-10-02 11:12:05 -0500
commit003447ada27625c076bee35f1a00e68d875a9a6e (patch)
treee05c1bec45e2462cac42fff9be8c6fe7c9daf741
parent4a3ef47a7a61b8e5692782162cf16b051201a800 (diff)
Create special itemize list to handle job descriptions
The biggest thing is that the topsep for the itemize environment is removed, which makes the bullets push up against the previous paragraph.
-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}