Page Layout ⇒ Remove section heads from title page (Beamer)
Remove section heads from title page (Beamer)
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...
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)
Code: Select all
\begin{frame}[plain]
\titlepage
\end{frame}
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Remove section heads from title page (Beamer)
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...