Skip to main content

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.

2 votes
2 answers
17 views

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} \...
Ricky W.'s user avatar
2 votes
3 answers
55 views

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 ...
Ulrich Seelbach's user avatar
3 votes
1 answer
30 views

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'...
Matteo's user avatar
  • 827
4 votes
4 answers
208 views

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: % ====================...
Dimitrios ANAGNOSTOU's user avatar
3 votes
1 answer
43 views

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 ...
Dimitrios ANAGNOSTOU's user avatar
1 vote
1 answer
64 views

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 ...
Matteo's user avatar
  • 827