Document Classes ⇒ beamer | Remove the Navigation Bar Space of a plain Frame
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
beamer | Remove the Navigation Bar Space of a plain Frame
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.
- dielogo.png (7.13 KiB) Viewed 10042 times
-
- Logo the navigation bar and title page.
- Logo.png (242.69 KiB) Viewed 10042 times
-
- Solucion.tex
- Code.
- (2.02 KiB) Downloaded 480 times
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
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
Re: beamer | Remove the Navigation Bar Space of a plain Fram
Do you guys think this is a problem of the theme I chose?
THanks for your answers anyway!
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
Re: beamer | Remove the Navigation Bar Space of a plain Fram
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?