Page Layouttitlepage environment

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
waxranger
Posts: 27
Joined: Tue Jan 22, 2008 11:58 pm

titlepage environment

Post by waxranger »

Dear readers

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: titlepage environment

Post by josephwright »

You need to use \footnotemark and \footnotetext. See:

http://www.tex.ac.uk/cgi-bin/texfaq2htm ... =footintab

for example
--
Joseph Wright
Joseph Wright
waxranger
Posts: 27
Joined: Tue Jan 22, 2008 11:58 pm

titlepage environment

Post by waxranger »

josephwright wrote:You need to use \footnotemark and \footnotetext. See:

http://www.tex.ac.uk/cgi-bin/texfaq2htm ... =footintab

for example
--
Joseph Wright
I can see! Thanks for the heads up!

\footnotemark and \footnotetext works fine

Regards
Fab
Post Reply