Text FormattingFootnote in Document Title

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
umut
Posts: 1
Joined: Tue Dec 04, 2012 6:32 pm

Footnote in Document Title

Post by umut »

When I use the below code, the contact info and my thanks are in a footnote. But this footnote is with an asterisk (*) next to my name. I want this asterisk to be the Arabic number "1" instead. What should I do?

Code: Select all

\documentclass{article}
\usepackage{amssymb,amsmath,amsthm}
\usepackage{enumerate}
\linespread{1.6}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}{Lemma}[section]
\newtheorem{definition}{Definition}[section]
\newtheorem{corollary}{Corollary}[section]
\newtheorem{proposition}{Proposition}[section]
\newtheorem{case}{Case}
\usepackage{apacite}
\usepackage{natbib}

\title{Question}
\author{John Doe\footnote{I would like to thank you all. Address: P.O. Box 1000, Amsterdam, 1000 Dxy, The Netherlands. E-mail: abc@gmail.com, tel: (+31) 123456.} \\ \small My Institute}
\date{\small{\today}}

\begin{document}
\maketitle
\begin{abstract}
some abstract here
\end{abstract}
\end{document}
Last edited by localghost on Tue Dec 04, 2012 7:47 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Footnote in Document Title

Post by localghost »

It's recommendable to search the forum before posting. And also the similar topics on the bottom of this page are worth a look (only when logged in).


Best regards and welcome to the board
Thorsten
Post Reply