fixed footnote symbols for \thanks
[latex_mako] / paper_template / text.tex
index c8d746bb44754a1c75bd5a1b83a1584affb8b98b..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}
 % \input{vc}
 % \pagestyle{mako-mem-git}
 
+% LATEX NOTE: this alternative line will just input a timestamp at the
+% build process, useful for sharelatex
+% \pagestyle{mako-mem-sharelatex}
+
 \begin{document}
 
 \setlength{\parskip}{4.5pt}

Benjamin Mako Hill || Want to submit a patch?