I need to edit a footmark to look like this
Code: Select all
Title
Author (*
text...
_____
*) Author's adress
Code: Select all
\documentclass[12pt]{article}
\renewcommand{\footnotemark{(*}}
\title{Title}
\author{Author\footnote
{*)author's adress}}
\date{}
\begin{document}
\maketitle
\end{document}