Questions tagged [beamer]
{beamer} is a document class for creating presentations and slides. For general questions about presentations or slides, independent of the document class, use {presentations} tag instead.
6 questions from the last 7 days
2
votes
2
answers
17
views
How to fit these in three lines
I am trying to make this bullet points look nice in three lines but here is the problem. it won't fit. Here is my code
\documentclass{beamer}
\setbeamertemplate{theorems}[numbered]
\begin{frame}
\...
2
votes
3
answers
55
views
How to create a subset of a large presentation? ("Harvey balls")
I have a very large Beamer presentation (several hundreds of slides) for a lecture. To make life easier for the students, I am using "Harvey balls" in the upper right corner to indicate the ...
3
votes
1
answer
30
views
organize images in a table with description
I'm working on a frame where I progressively show four different images using two different datasets and across two different conditions. Hence, I was thinking to use a 2×2 table to do so.
However, I'...
4
votes
4
answers
208
views
FiraSans and math font in Beamer
I am using Moloch theme and FiraSans font. When choosing the font for the math text, how to be sure which fonts are compatible with respect to sizes? As an example of comparison:
% ====================...
3
votes
1
answer
43
views
Alternative to allowframbreaks and framebreak
I know that there is allowframebreaks and framebreak and I have read a manual (of beamer?) that suggests to avoid using them. Nevertheless, when preparing course notes sometimes I need to split to ...
1
vote
1
answer
64
views
how to zoom in on tikz clipped image
I have the following situation:
where the first \clip in the second frame is very small and I wish to present it a bit bigger for visibility reasons. I'm unsure how to tweak the code I'm using and if ...