How is it possible to change the line spacing in end notes producted by enotez package, too wide for me? I adopt list-style=plain? And if I would chose list-style=itemize can I change the line spacing with \itemsep (or in another way) without it modifies all lists of my text? thanx
this is a MWE
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{enotez}
\setenotez{
list-name=,
backref=true,
list-style=plain
}
\DeclareInstance{enotez-list}{custom}{paragraph}
{
format = \footnotesize ,
number = \textsuperscript{#1}
}
\let\footnote=\endnote
\begin{document}
Bla bla bla\footnote{bla bla}
Bla bla bla\footnote{bla bla}
Bla bla bla\footnote{bla bla}
\printendnotes
\end{document}
I'd like only to reduce line spacing between endnotes, for the font size is small and the line spacing, in my opinion, too wide
