3
votes
Accepted
Remove spacing around lstlisting in beamer blocks
(converted from my comments to the question)
To get equal line height, the lstlisting environment inserts \strut (or something similar which depends on the height and depth of \strutbox) to each ...
2
votes
How to remove the LaTeX Font Warning, occurring with beamer, biblatex, and a bibliography item with ISBN
If you compile with pdflatex, you could borrow the sans serif small caps font from the sansmathfonts package. It will work nicely with the sans serif computer modern font used by default in beamer:
\...
2
votes
Beamer - compile two sets of .pdfs one with and another without notes
beamerswitch is a convenient package to help with such tasks. Together with latexmk and the -shell-escape option, you can compile several versions by invoking a single command. I usually do this via ...
1
vote
Change in vertical alignment of Beamer Miniframes?
Instead of the dirty hack of using a negative size to get rid of the miniframes, you can define a headline with just the section titles (adjust the two \vskip before and after the section navigation ...
1
vote
Is there a way to use datetime2 outside of pdf? (beamer + dvisvgm)
Based upon the comments, there are the following options:
Option 1: Declare pdf creation date macro before loading datetime2
\usepackage{luatex85}
\providecommand{\pdfcreationdate}{\creationdate}
\...
1
vote
Accepted
How to include text just in one slide removing spacing using `beamer`
Instead of uncovering the item (and thus reserving space), you can use \item<only@+-> to show the item only on the specified overlays:
\documentclass{beamer}
\usetheme{Copenhagen}
\begin{...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
beamer × 11882tikz-pgf × 1160
overlays × 701
itemize × 452
color × 429
graphics × 420
table-of-contents × 397
presentations × 377
tables × 347
header-footer × 341
themes × 325
fonts × 292
titles × 240
biblatex × 233
sectioning × 223
animations × 218
positioning × 210
spacing × 206
beamer-metropolis × 203
horizontal-alignment × 196
columns × 192
pause × 190
lists × 187
navigation × 177
bibliographies × 172