From 003447ada27625c076bee35f1a00e68d875a9a6e Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 2 Oct 2022 11:07:30 -0500 Subject: 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. --- Hallsby_Karl.tex | 4 ++++ 1 file changed, 4 insertions(+) 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} -- cgit v1.2.3