I am using a footnotes with urls inside. This works fine for most cases, but for some reason I cannot understand, sometimes the footnotes are not generated and I do not know why.
Here is the MWE (Minimal Working Example) that I am using:
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{paralist}
\begin{document}
\begin{compactdesc}
\item[Speedup\footnote{Am I Here?}] \hfill \\
A missing footnote.
\end{compactdesc}
\end{document}
What am I doing wrong here?
\item[...\footnotemark]\footnotetext{...}– daleif Jul 02 '14 at 10:24\footnoteinside\item[?]is the cause of your problems. I checked and the use of\urlhas nothing to do with your problem. See footnote in item for a solution. – Jul 02 '14 at 10:24\footnoteinsideitem[0]. Place and as an answer and I will accept it! – Flame_Phoenix Jul 02 '14 at 10:26