GeneralBeamer - title page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pandu
Posts: 3
Joined: Wed Jun 06, 2007 4:21 pm

Beamer - title page

Post by pandu »

I need some help, i use texmaker under windows and im trying to create awesome presentation using beamer

but, when i want to view dvi or pdf i dont see title page, only slides.

should i look for some more pckages?

thx for advice

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer - title page

Post by localghost »

That's a little too less information. What did you do to generate this titlepage? The first frame in your presentation should look like this.

Code: Select all

\begin{frame}[plain]
  \titlepage
\end{frame}
Don't forget to give the title, author, institute and date to produce a complete titlepage.
pandu
Posts: 3
Joined: Wed Jun 06, 2007 4:21 pm

Re: Beamer - title page

Post by pandu »

I cant believe this - its working! its really working!

i love you!
i love beamer! :)
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer - title page

Post by localghost »

pandu wrote: I cant believe this - its working! its really working!

HALLELUJAH! Sometimes reading the manual reveals certain miracles.
Post Reply