samcarter

Results 194 comments of samcarter

Maybe try something like ``` dm = require "darkmode" dm.addHandler( function(dm2) if dm2 then hs.console.darkMode(true) else hs.console.darkMode(false) end end ) if dm.getDarkMode() then hs.console.darkMode(true) else hs.console.darkMode(false) end ``` in your...

@Oneechan69 Oh, sorry, I forgot that this wasn't standard. You can get it from https://github.com/Hammerspoon/hammerspoon/issues/2386#issuecomment-648421532

Place the file as `darkmode.lua` in the same folder as your `init.lua`

@TamotsuTokazu Sorry for the late reply. If I remember correctly, there was some problem with overlapping elements in a derived theme and the current position of elements was a compromise...

You could use https://tex.stackexchange.com/a/51018/36296 to display notes in the article: ``` \documentclass{article} \usepackage{beamerarticle} \newif\ifshowonlynotes \showonlynotestrue \makeatletter \newif\ifbeamer@inlecture\beamer@inlecturetrue \def\beamer@currentmode{beamer} \input{beamerbasenotes.sty} \def\beamer@currentmode{article} \renewcommand\beamer@outsideframenote[2][]{% \def\beamer@noteenvstart{}% \def\beamer@noteenvend{}% \setkeys{beamernotes}{#1}% \par \beamer@noteenvstart#2\beamer@noteenvend% \par } \setbeamertemplate{frame begin}{\beamer@framenotesbegin}...

@muzimuzhi Thanks for the API archaeology! This explains why l3build uses `bugtracker`.

@u-fischer Thanks a lot!

> @samcarter It could be that it is needed here too > > ``` > \def\beamer@label@in@display#2{\alt{\beamer@origlabel@in@display{#2}\beamer@nameslide{#2}}{\beamer@dummynameslide}} > ``` > > but I have no test files to check. With the...

@u-fischer added https://github.com/josephwright/beamer/commit/8ba8b9ff51e57a42c78a6fc1d4b155ebc333e57a