Prevent tex4ht to load enumitem

Apparently it breaks on kobo e-reader.
This commit is contained in:
Cedric
2023-12-16 13:48:15 +00:00
parent 79a54c06a2
commit 1c3ebed203

View File

@@ -10,13 +10,12 @@
\usepackage[mode=match, reset-text-family=false]{siunitx}
\usepackage{fontspec}
\usepackage{calc}
\usepackage{enumitem}
\usepackage[font={sffamily, sbseries}]{quoting}
\usepackage{enumitem}
\usepackage{microtype}
% style=nextline breaks on make4ht
\ifdefined\HCode\else
\usepackage{enumitem}
\setlist[description]{style=nextline, leftmargin=0cm}
\fi