samcarter

Results 194 comments of samcarter

ltx2any works mostly just fine on mac, the only hiccup is that the `readlink` version from mac doesn't know the `-e` option (see e.g. https://blog.game-changing.de/being-different-for-the-sake-of-being-different-subtle-differences-within-command-line-tools/ ) For my personal use,...

It seems this has been fixed in the meantime ``` \documentclass{beamer} \setbeamertemplate{footline}{\includegraphics[height=5cm]{example-image-duck}} \begin{document} \begin{frame} abc \end{frame} \end{document} ``` ![document](https://user-images.githubusercontent.com/43832342/225895124-d64b8872-1d43-4fa3-b296-32ef9572b5cd.png)

The `python` environment already offers the possibility to add an optional argument, it would just need to also use this argument to facilitate captions, labels etc ``` \lstnewenvironment{python}[1][]{\lstset{style=mypython,#1}}{} ```

I've enabled the Hammerspoon "Launch at login" option and sometimes experience this problem when restarting my computer. I'm not sure if this is source or effect, but everytime time this...

You could use https://github.com/JitouchApp/Jitouch to map a 3-finger swipe to some random shortcut and then use hammerspoon to assign this shortcut to whatever you want it to do.

@user227621 You don't necessarily need to specify the language as class option, you could also pass it to the translator package: ``` \PassOptionsToPackage{ngerman}{translator} \documentclass{beamer} \usepackage[ngerman]{babel} .... ```

Thanks for your pull request! I had a quick look at the code, but did not have time yet to test. Just some things I'm wondering about: - shouldn't the...

One point to think about: with the default value of 1, the opacity will no longer adopt to the surrounding opacity. This means existing code like https://tex.stackexchange.com/a/656921/36296 or https://tex.stackexchange.com/a/331416/36296 will...

> Right. I guess one could leave `\bmb@bgopacity` undefined by default and only call `\pgfsetfillopacity` if it is defined. Or did you have another idea for how to deal with...

@louisstuart96 Thanks for reporting!