fixed footnote symbols for \thanks
[latex_mako] / paper_template / text.tex
index fa5cb320ae130a04e6f4655e6c9ebb5cca655649..2866b4a90589a7648bdc762bbaca409345b929dd 100644 (file)
 \hypersetup{colorlinks=true, linkcolor=Black, citecolor=Black, filecolor=Blue,
     urlcolor=Blue, unicode=true}
 
+% list of footnote symbols for \thanks{}
+\makeatletter
+\renewcommand*{\@fnsymbol}[1]{\ensuremath{\ifcase#1\or *\or \dagger\or \ddagger\or
+ \mathsection\or \mathparagraph\or \|\or **\or \dagger\dagger
+  \or \ddagger\ddagger \else\@ctrerr\fi}}
+\makeatother
+
 % add bibliographic stuff 
 \usepackage[american]{babel}
 \usepackage{csquotes}

Benjamin Mako Hill || Want to submit a patch?