Page Layout ⇒ titlepage environment
titlepage environment
I have to do a "special" layout of the titlepage. Therefore I use the titlepage environment. Now, I would like to use the \thanks command just like you can use it with the \author command. I list the names of contributors within a tabular environment and use \thanks within tabular. The superscripted numbers get typeset but the actual footnote does not. I've tried both \thanks and \footnote with the same result. Can somebody explain this behavior? Is this because of the tabular environment?
I use the bookclass for this
Regards
Fab
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: titlepage environment
http://www.tex.ac.uk/cgi-bin/texfaq2htm ... =footintab
for example
--
Joseph Wright
titlepage environment
I can see! Thanks for the heads up!josephwright wrote:You need to use \footnotemark and \footnotetext. See:
http://www.tex.ac.uk/cgi-bin/texfaq2htm ... =footintab
for example
--
Joseph Wright
\footnotemark and \footnotetext works fine
Regards
Fab