beamer icon indicating copy to clipboard operation
beamer copied to clipboard

A LaTeX class for producing presentations and slides

Results 131 beamer issues
Sort by recently updated
recently updated
newest added

avoid problem with non-black black (see #772 and #659)

It might be nice to change the shading of the Singapore theme to transparent ``` \documentclass{beamer} \usetheme{Singapore} \setbeamertemplate{background canvas}{\includegraphics[width=\paperwidth]{example-grid-100x100bp}} \begin{document} \section{test} \begin{frame} content... \end{frame} \end{document} ``` (would also be a...

Originally reported by: **denisbitouze (Bitbucket: [denisbitouze](https://bitbucket.org/denisbitouze), GitHub: Unknown)** ---------------------------------------- Because sidebars in some themes are only hidden and not actually canceled, plain frames are not really fillable, despite what is...

enhancement

Based on this [question](https://topanswers.xyz/tex?q=2046) There is a gap between the overlay I want to show and the \transduration applied to it. - overlay 1 is supposed to last 10 seconds...

Minimal Example: ``` \begin{frame} \onslide*{1} \onslide*{2} \note{ \begin{itemize} \item 1 \item 2 \end{itemize} } \end{frame} ``` Problem: I would expect this code to produce two slides, the first has a...

*From https://github.com/stone-zeng/latex-emoji/issues/12* The emoji characters will not disappear (or have opacity) when beamer covered item style is set to `transparent`: ```tex \documentclass{beamer} \usepackage{fontspec} \setbeamercovered{transparent=0} \begin{document} \begin{frame}{Test} \begin{itemize}[] \item This will...

The `overprint` environment contents do not know about each other's size, which makes e.g. vertical centering extra tricky. It would be great if there was an option for vertical alignment,...

The definition of itemize in beamer sets a color before the list, and color commands inserts whatsits and this has the effect that spaces before the list suddenly matters. beamer...

MWE: ```latex \documentclass{beamer} \begin{document} \begin{frame}{Review} \begin{itemize} \item Thermodynamics vs statistical mechanics \item Equilibrium state \item Temperature \begin{itemize} \item Zeroth law fo thermodynamics \item Scale of temperature \end{itemize} \end{itemize} \end{frame} \end{document}...

Originally reported by: **Ryan Clary (Bitbucket: [mrclary](https://bitbucket.org/mrclary), GitHub: [mrclary](https://github.com/mrclary))** ---------------------------------------- I recently ran into this bug, which was raised on tex.stackexchange [here](http://tex.stackexchange.com/questions/288408/beamer-show-notes-on-second-screen-with-xelatex-and-atbeginsection). Nobody seems to have filed an issue here...

bug