Skillmon
Skillmon
I'll have to make myself more familiar with the code, and certainly have to port more things to LaTeX3 (if that's an end-goal for upcoming releases) before I can make...
There are ways how this could be solved, but they require to not use Ti*k*Z nodes for the output. Instead one could use `ulem` or `soul`, or, if LuaTeX is...
@ysalmon I could provide such options, it shouldn't be too difficult. Does the following interface sound good to you? For each of the default macros provide a key accepting the...
@ysalmon of course a `.style` in Ti*k*Z redefines a macro, that's just not transparent to the user... @tweh of course this is documented (which is why I only addressed the...
Same happens with the MuPDF backend if one reloads the document too often too fast.
Same as @MustafaAamir, the window dies as well. This is what shows in the terminal (on Arch Linux, `kpsewhich example-image-duck.pdf` is a PDF shipped with TeX Live, but the same...
> Now that I have successfully derailed my own PR with unrelated discussion, I feel inspired to create a LaTeX3 library called `lt3pigcs` that will implement fancy control sequences with...
Oh, and only because it seems to be en vogue to state ones stance towards `:Nn` vs `:Npn`: I'm absolutely and totally in favour of `:Npn` and against `:Nn`, mostly...
Wouldn't it be easier to clone a specific commit (the one tagged v3.1.11) and run `l3build install` instead of manually rescript that.
It can be fixed using `collcell` (I know, not really a solution, but a valid workaround): ```latex \documentclass{article} \NewDocumentCommand\foo{O{default}}{x with #1} \NewDocumentCommand\fooAux{m}{\foo#1} \usepackage{array,collcell} \begin{document} \begin{tabular}{>{\collectcell\fooAux}l