Created
August 25, 2012 11:55
-
-
Save raphink/3464427 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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