samcarter
samcarter
@sharethewisdom Sorry for my late reply, I somehow did not get notified about the new issue (maybe my recent change of github username messed things up...) This are all great...
It seems to work with the actual beamer template instead of the template parent: ``` \documentclass{beamer} \defbeamertemplatealias{itemize item}{custom}{square} \setbeamertemplate{itemize item}[custom] \begin{document} \begin{frame} \begin{itemize} \item Hello World! \end{itemize} \end{frame} \end{document} ```
Oh, these are cute. Also: https://www.birdsandblooms.com/birding/bird-photography/puffin-porg-star-wars/
The gif has a transparent background and whoever removed the original white background did not do a very accurate job. There are lots of artefacts embedded in the gif: ![Screenshot...
I can reproduce this if I first compile the whole document and only then add `\includeonly{}`. To get rid if the remains of the previous toc, delete all the auxiliary...
FYI: if you let beamer do the work and use `\includeonlylecture{}` the toc will update automatically if you switch from one mode to the other ``` \documentclass{beamer} \usetheme{Warsaw} \begin{filecontents*}[overwrite]{beamer_include_1} \lecture{lecture...
As a workaround: ``` \documentclass{beamer} \newcounter{saveenumerate} \newcommand{\saveenumerate}{\setcounter{saveenumerate}{\value{enumi}}} \newcommand{\restartenumerate}{\setcounter{enumi}{\value{saveenumerate}}} \begin{document} \begin{frame} \frametitle{title} \framesubtitle{subtitle I} \begin{enumerate}[] \item First item \item Second item \item Third item \saveenumerate \end{enumerate} \end{frame} \begin{frame} \frametitle{title} \framesubtitle{subtitle II}...
@aparamon How about using ``` \documentclass{beamer} \AtBeginSection[] { \begin{frame} \frametitle{My fancy title} \tableofcontents[sections=1-\thesection,currentsection] \end{frame} } \begin{document} \section{section name} \begin{frame} content... \end{frame} \section{section name} \begin{frame} content... \end{frame} \end{document} ``` ?
@aparamon top align the frame :)
These are all warnings and not errors. I think the problem is that AvantGarde Book has a much, much bigger spacing between lines than normal fonts, so the `2.4375ex` beamer...