Document Classesbeamer | Remove the Navigation Bar Space of a plain Frame

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
CharlieMAC
Posts: 19
Joined: Wed May 04, 2011 5:50 pm

beamer | Remove the Navigation Bar Space of a plain Frame

Post by CharlieMAC »

Hi everybody!

I have to make a presentation for school and I decided to use the Marburg Beamer theme. I've been able to configure it as I want and it works perfect, but the thing is that I want a plain frame (without navigation bar) as the title page, so I used the optional parameter [plain] after \begin{frame} definition and the navigation bar disappears, but not the space used by it.

This causes the text and the images in the title page to be in the left side, in spite of they're centered.

So, how could I remove the navigation bar and its space?

MWE is attached.

Taking advantage of the same topic, how could I get rid of the badboxes Beamer gives after compilation?

Any suggestion?

CMAC
Attachments
Logo of the title page.
Logo of the title page.
dielogo.png (7.13 KiB) Viewed 10042 times
Logo the navigation bar and title page.
Logo the navigation bar and title page.
Logo.png (242.69 KiB) Viewed 10042 times
Solucion.tex
Code.
(2.02 KiB) Downloaded 480 times

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

Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

beamer | Remove the Navigation Bar Space of a plain Frame

Post by Stefan Kottwitz »

Hi Charlie,

you could use

Code: Select all

\setbeamertemplate{navigation symbols}{}
Stefan
LaTeX.org admin
CharlieMAC
Posts: 19
Joined: Wed May 04, 2011 5:50 pm

Re: beamer | Remove the Navigation Bar Space of a plain Fram

Post by CharlieMAC »

Where is it supposed that I have to write that command? I mean, I tried writing it in the preamble and inside the frame definition, but nothing happened. The elements in the title page are still being in the left side instead of being centered.

Do you guys think this is a problem of the theme I chose?

THanks for your answers anyway!
CharlieMAC
Posts: 19
Joined: Wed May 04, 2011 5:50 pm

Re: beamer | Remove the Navigation Bar Space of a plain Fram

Post by CharlieMAC »

SO, I've tried to remove the sidebar by using:

1.- [plain] option in frame environment
2.- \setbeamertemplate{navigation symbols}{}
3.- Adjusting the size of it using \setbeamersize

None of the three previous did work so far... I expected to remove the sidebar completely using the third option, but according to LaTeX I can't modify any size after the preamble of the document. So, I'm basically dissappointed with this, cause I haven't been able to produce the title page I want. I just want to remove the sidebar and its space of the first frame.

Probably, I wrote a wrong topic title. I meant to say "Remove the sidebar and its sapce..."

Any suggestions?
Post Reply