I have something like
\documentclass{article}
\title{My title}
\author{ABC\thanks{XYZ} \and DEF\thanks{UVW} \and GHI\thanks{KMN}}
\begin{document}
\maketitle
\end{document}
and this produces footnotes on top of each other, like
* XYZ
** UVW
*** KMN
However I am really struggling to find some extra space in my paper and I want to write all of them on a single line, together with their symbols:
* XYZ, ** UVW, *** KMN
Is there a way to do that?
\usepackage[para]{footmisc}. – Bobyandbob Oct 20 '17 at 11:49