samcarter
samcarter
> It might be possible to make the old code work in a future release. Oh, that would be great! Your solution with `\NewTblrChildIndexer` works perfectly fine, but being able...
I'm not sure if this is a misconfiguration. Generally, the mini slide in the note page is very simplified, presumably to speed the compilation up. The documentation states: > Note:...
For your presentation: ``` \documentclass{beamer} \setbeameroption{show notes on second screen} \setbeamercolor{background canvas}{bg=black} \setbeamercolor{normal text}{fg=white,bg=black} \setbeamercolor{titlelike}{fg=white} \begin{document} \begin{frame} abc \end{frame} \end{document} ```
``` \documentclass{beamer} \setbeameroption{show notes on second screen} \usecolortheme{orchid} \setbeamercolor{background canvas}{bg=black} \setbeamercolor{normal text}{fg=white} \setbeamercolor{titlelike}{fg=white} \patchcmd{\insertslideintonotes}{\color{normal text.bg}}{\color{background canvas.bg}}{}{} \begin{document} \begin{frame} abc \begin{block}{title} content... \end{block} \end{frame} \end{document} ```