Tagged Questions
1
vote
2answers
108 views
beamer note spacing issue
I’m having a problem with beamer, where the first paragraph in a note has different spacing from subsequent ones.
MWE:
\AtBeginDocument{\setbeameroption{show notes on second screen=left}}
...
6
votes
1answer
237 views
Beamer: Line spread in headline is ignored
I am trying to build my own beamertheme and I want to modify the line spread in the title.
I use {\LARGE \linespread{1.6} \selectfont \inserttitle \par} to modify the line spread, but it does only ...
1
vote
1answer
2k views
Linespacing only for main text body
In a LaTeX beamer document, is there a way to change line spacing only for the main text body - i.e. for everything between \begin{frame} and \end{frame}? In particular if using \linespread and its ...
1
vote
2answers
2k views
Beamer: Line spacing in title
I have a long title for my beamer presentation and ue the \titlepage{} command. The title is automatically split over 4 lines. As I am using a tall font (arev), these lines are squashed together. I ...
5
votes
2answers
750 views
Last bibitem in beamerpost bibliography has strange spacing
I'm making an academic poster using the beamerposter package in LaTeX.
The poster has a bibliography. The final entry in the bibliography block puts large vertical spaces between each line of the ...
3
votes
2answers
2k views
Line spacing with mixed font sizes in itemize environment
I'd like to mix in footnote-sized text with normal-sized text in beamer. The problem is that when I use \footnotesize the line spacing still corresponds to \normalsize spacing. Here's a minimal sample ...