Page Layout ⇒ Beamer Page Settings, Output Profiles
Beamer Page Settings, Output Profiles
I want to define my own beamer class. Therefore I have three questions.
1. Does anyone have a good userguide for defining the output profiles? I defined them with the wizard, everything works, but I want to know, which function the entries have. E.g. I changed the entry for makeindex in the latest TeXnicCenter with TeXLive 2010 from %bm to %tm, because otherwise I don't get a bibliography in my presentation. I used the TeXnicCenter help, but it is still not clear to me.
2. I want to cite my source of the text on each slide of the presentation. How can I get this line to the very bottom of my slide? Can somebody explain to me exactly, what the command \vfill does?
3. I want to define the height and the width of my page. If I do this via \paperwidth and \paperheight, the visible part changes its size. That is not what I want. I need a slide, that is e.g. 297*210mm, and a text that is 200*150mm. How can I do this, and how can I move the 200*150mm text within my slide?
Thanks in advance for your help.
Best wishes,
Alex
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
Beamer Page Settings, Output Profiles
You don't really want to do that. You just want your own presentation template.AlexS1985 wrote:[…] I want to define my own beamer class. […]
The \vfill commands is one of the commands to insert spaces in a LaTeX document.AlexS1985 wrote:[…] I want to cite my source of the text on each slide of the presentation. How can I get this line to the very bottom of my slide? Can somebody explain to me exactly, what the command \vfill does? […]
Define the desired page setup in landscape format by the geometry package and use common document class. For your purpose you don't really need a presentation class.AlexS1985 wrote:[…] I want to define the height and the width of my page. If I do this via \paperwidth and \paperheight, the visible part changes its size. That is not what I want. I need a slide, that is e.g. 297*210mm, and a text that is 200*150mm. How can I do this, and how can I move the 200*150mm text within my slide?
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10