samcarter

Results 20 issues of samcarter

First I'd like to thank you for your excellent tool. I was previously using darkreader but this was not very reliable to detect the system colour change in macOS, so...

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...

Currently beamer has the following to say about columns in article mode: https://github.com/josephwright/beamer/blob/88fd1574ae12583a09d924b10f0d2dd0573923ad/base/beamerbaseframecomponents.sty#L233-L238 ... so maybe there is room to make this feature more useful? I was wondering if it...

enhancement

The sidebar outer theme contains `\usebeamerfont{frametitle}`, which leads to a misalignment of a biblatex bibliography: ``` \documentclass{beamer} \useoutertheme{sidebar} \usepackage[style=authortitle]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \begin{frame} \nocite{knuth:ct:a} \printbibliography \end{frame} \end{document} ``` ![Screen Shot 2020-11-30...

bug

It would be nice to have the bibicons corresponding to the biblatex entry type instead of the default article icon for all entries. ``` \documentclass{beamer} \usepackage[style=authortitle]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \begin{frame} \frametitle{title}...

enhancement

Consider this example from the beamer user guide "9.3 Commands with Overlay Specifications" (also shown in https://tex.stackexchange.com/q/494246/36296) ``` % !TeX TS-program = xelatex \documentclass{beamer} \setbeamercovered{transparent} \begin{document} \begin{frame} Shown on first...

There is an interesting discussion about `align` and `\pause` at https://topanswers.xyz/tex?q=1126 , might be worth to revisit this topic

**Is your feature request related to a problem? Please describe.** I'm using vienna to download a podcast. Unfortunately the audio files of the podcast don't have unique names but are...

**Brief outline of the bug** Since commit 65da52fd74426af68a42dcf5bffacf0aec209a1a there seems to be a problem with transparent fadings if the cmyk colour model is used. In other colour models the following...