Dear Latex Experts,
I have searched the forum for some time but did not find an answer to my question.
I want to create a beamer presentation. The audience should have the feeling that I created this presentation exclusively for them, therefore I would like to add the name of the city before the date on the title page. It should look like this:
Moscow, 28/12/2010
Is there any way to do that?
Thank you very much and best regards,
Florian
Document Classes ⇒ beamer | Title Page
NEW: TikZ book now 40% off at Amazon.com for a short time.
beamer | Title Page
Why not just sneak it into the date field?
Works for me.
Code: Select all
\date[28/12/2010]{Moscow, 28/12/2010}
Re: beamer | Title Page
Dear Frabjous,
thanks for your reply.
In the meantime I have found a solution which is similar to your suggestion, but even easier. I just wrote:
\date{Moscow, 20/12/2010}
Worked!
Best regards,
Florian
thanks for your reply.
In the meantime I have found a solution which is similar to your suggestion, but even easier. I just wrote:
\date{Moscow, 20/12/2010}
Worked!
Best regards,
Florian