Skip to content

Instantly share code, notes, and snippets.

@raphink
Created August 25, 2012 11:55
Show Gist options
  • Save raphink/3464427 to your computer and use it in GitHub Desktop.
Save raphink/3464427 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[symbol]{footmisc}
\footnotetext[1]{Développeur}
\footnotetext[2]{Contributeur}
\newcommand\footdevelop{\footnotemark[1]}
\newcommand\footcontrib{\footnotemark[2]}
\begin{document}
Text with first footnote\footdevelop
and more text with a second footnote\footcontrib.
In this a paragraph we have a reference to the first
footnote\footdevelop.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment