Hi,
How can I change the footnote style?
Still using superscript style, but put a circle around it?
Thanks.
casper
Text Formatting ⇒ footnote
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
footnote
Like this?
Code: Select all
\documentclass{article}
\renewcommand{\thefootnote}{\textcircled{\arabic{footnote}}}
\begin{document}
There is no doubt about this text\footnote{Almost\dots}.
\end{document}
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).