I'm trying to place a block inside a frame in such a way that it remains exactly on the same position, regardless of what comes before, so that when I change slides, it doesn't move around. I also want it to be at the bottom. I tried using a \vfill before, but this doesn't work at all. Attempting to use a figure with [b!] also doesn't.
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
You can use the b option for the frames, so
everything will be aligned at the bottom. Or you put everything
at a fixed position on the page using a package like
textpos.
For your example i would rather use overlays, which are provided
by beamer itself. There are much more options to tweak the
appearance. A look inside the beamer documentation might give
some helpful knowledge.
Unfortunately, this requires manually adjusting the position so that the block won't go over the margins. I tried to see if there is any way to get the size of the margins in a Beamer, but I had no success. On beamer.sty, there are lines like \newdimen\beamer@leftmargin, but \beamer@leftmargin cannot be used inside documents. The geometry package may have something for that, but I guess it will be a lot of trouble doing this nicely. If I figure out how to do arithmetics with the lengths, maybe I can fix this.
If you do not want to use overlays, an alternative to textpos might be Tikz (see section 17.13.2 Referencing the current page node). You can do lots of cool stuff with Tikz, have a look at TeXample.net.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
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