Document Classesbeamer | Title Page

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Florian
Posts: 16
Joined: Sat Mar 15, 2008 7:14 pm

beamer | Title Page

Post by Florian »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

beamer | Title Page

Post by frabjous »

Why not just sneak it into the date field?

Code: Select all

\date[28/12/2010]{Moscow, 28/12/2010}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Works for me.
Florian
Posts: 16
Joined: Sat Mar 15, 2008 7:14 pm

Re: beamer | Title Page

Post by Florian »

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
Post Reply