I am using biblatex with style=verbose-inote to have all the references as footnotes. I already characterized some performance but I am not able to reduce the space in-between the last footnote and the following mark.
\usepackage[stable,para,hang]{footmisc}
\usepackage[style=verbose-inote,maxcitenames=1,backend=bibtex,doi=false,isbn=false,url=false,giveninits=true]{biblatex}
\renewbibmacro{in:}{}
\DeclareAutoCiteCommand{footnote}[r]{\smartcite}{\smartcites}
\DeclareFieldFormat[article]{volume}{\bibstring{jourvol}\addnbspace #1}
\DeclareFieldFormat[article]{number}{\bibstring{number}\addnbspace #1}
\AtEveryCitekey{\clearfield{title}}
\renewbibmacro*{volume+number+eid}{%
\printfield{volume}%
\setunit{\addcomma\space}%<---- was \setunit*{\adddot}%
\printfield{number}%
\setunit{\addcomma\space}%
\printfield{eid}}
This is the result that I have:
And I want to have shorter space between for example footnote 1 and the mark of footnote 2 because I have a page restriction extension.
Also, can you tell me how to reduce the separation of the footnote mark and the first name letter?


biblatexand the citation output? – moewe Aug 17 '19 at 12:38