General ⇒ Custom Footnote
Custom Footnote
repeated. It seems there is a bug with this. The footnote mark is indeed
repeated, but there is too large a white-space between the end letter (right before the footnote mark)
and the footnote mark itself. Is there anyway we could get a fix for this?
thanks,
henry
---------------------------------------------------------------------------
\documentclass[10pt,dvips,twocolumn]{article}
\topmargin -0.70in
\textheight 9.0in
\textwidth 6.50in
\newcommand{\footnoteremember}[2]{
\footnote{#2}
\newcounter{#1}
\setcounter{#1}{\value{footnote}}
}
\newcommand{\footnoterecall}[1]{
\footnotemark[\value{#1}]
}
\begin{document}
The quick brown fox\footnoteremember{myfn}{ABBA} jumped over the lazy dog\footnoterecall{myfn}.
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis