Skip to content

Commit

Permalink
Remove use of enumitem.sty to fix continuous integration builds
Browse files Browse the repository at this point in the history
This leaves the 'description' lists with some poor formatting, which we should return to later.
  • Loading branch information
henrikt-ma committed Jun 7, 2020
1 parent 7d24d5d commit 5889480
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions preamble.tex
Expand Up @@ -71,7 +71,7 @@
\usepackage{longtable}
\usepackage{multirow} % for multirow entries in tables
\usepackage{listings}
\usepackage{enumitem}
%\usepackage{enumitem} % Package not available for continuous integration builds.
\usepackage{color}
\usepackage[table]{xcolor}
%\def\doublelabel#1{\label{#1}\hypertarget{#1}{}}
Expand Down Expand Up @@ -302,12 +302,13 @@
\def\subparagraphautorefname{section}

% Make all description lists break the line after each key.
\setlist[description]{
style=nextline,
labelwidth=0pt,
leftmargin=15pt,
itemindent=\dimexpr-5pt-\labelsep\relax,
}
% henrikt-ma: Commenting out use of the enumitem package, see above.
%\setlist[description]{
% style=nextline,
% labelwidth=0pt,
% leftmargin=15pt,
% itemindent=\dimexpr-5pt-\labelsep\relax,
%}

\title{
\ifpdf
Expand Down

0 comments on commit 5889480

Please sign in to comment.