jnlmmln

Results 4 comments of jnlmmln

I have created a function for that maybe it helps. acronyms.typ ``` // Dictionary with acronyms #let acronyms = ( API: "Application programmable interface", ) // The state which tracks...

You are welcome, here is also the code I use to show an overview (Glossar): ``` #import "acronyms.typ": usedAcronyms, acronyms #locate(loc => usedAcronyms.final(loc) .pairs() .filter(x => x.last()) .map(pair => pair.first())...

Hi everyone, is this maybe related to this: https://github.com/refi64/zypak/issues/25 > This is [fixed in recent Chromium versions](https://chromium-review.googlesource.com/c/chromium/src/+/3542265), included in Electron 19 and 18.3.7+. Any apps just need to upgrade their...