Page LayoutRemove section heads from title page (Beamer)

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
omparth
Posts: 2
Joined: Mon Oct 04, 2010 11:35 am

Remove section heads from title page (Beamer)

Post by omparth »

Hi all,
I am preparing a presentation by using "progressbar" theme, in which the section heading are shown at the top of every page. Can anyone suggest that how can I remove section heads from the title page only, i.e. I want section heads on the inner pages but not on the title page.

Thnx in Advance...

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

Remove section heads from title page (Beamer)

Post by localghost »

Code: Select all

\begin{frame}[plain]
  \titlepage
\end{frame}
See Section 8.1 of the beamer manual for details.


Best regards and welcome to the board
Thorsten
omparth
Posts: 2
Joined: Mon Oct 04, 2010 11:35 am

Remove section heads from title page (Beamer)

Post by omparth »

"I'm sorry. My responses are limited. You must ask the right questions."
Sorry, I didn't follow that.
What you suggested, I've already tried... Actually in the "progressbar" theme, I've a progress bar in the footer of all the slides with title and author's name and also the section heading at the header of the slides. The problem is that, I want that bar at the bottom of title page but not the section headings. Because in that case the page numbering will start from 2, and so the progress index. I hope the problem is clear now.
The theme "progressbar" (Ver 0.32) can be found at,
http://recherche.noiraudes.net/fr/LaTeX.php

BTW, Thnx for replying...
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Remove section heads from title page (Beamer)

Post by frabjous »

As mentioned in the Board Rules, a minimal working example could speed things along.
Post Reply