Page LayoutCurrent Address as a Footnote

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Ama
Posts: 2
Joined: Sun Jun 19, 2011 1:22 pm

Current Address as a Footnote

Post by Ama »

Hello,

I would like to add "Current address" to the footnotes in the first page. I would greatly appreciate your help in letting me know what is the commend and how to do it (and if there is any package that needs to be loaded).

Thank you,
Ama
Last edited by Ama on Tue Jun 21, 2011 9:32 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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

Current Address as a Footnote

Post by localghost »

I think at first you should clarify what you are doing at all. That is to say build a minimal example [1]. At the moment I can't really figure out what you are after.

[1] View topic: Avoidable mistakes


Best regards and welcome to the board
Thorsten
ccordenier
Posts: 6
Joined: Mon Feb 22, 2010 10:03 pm

Re: Current Address as a Footnote

Post by ccordenier »

\footnote{current address} at the place where you want the footnote marker to appear.
Ama
Posts: 2
Joined: Sun Jun 19, 2011 1:22 pm

Current Address as a Footnote

Post by Ama »

Hi,

thank you all for your reply. I figured it out, and the solution is as follows:

Code: Select all

[b]\author{Mr. X}
\thanks{Present Address: YYYY}
\email{X@ZZZZZ}
\address{ZZZZZZ}[/b]%This is the old address where the work was done.

Thank you again,
Ama
Post Reply