Benct Philip Jonsson

Results 173 comments of Benct Philip Jonsson

First: this can work for Links as well as for Spans just by saying ``````lua latex_cmd_for_tags.Link = latex_cmd_for_tags.Span `````` At least in my opinion the first of these looks better...

I am in favor, but what about having this repository contain submodules/subtrees/subrepos linking to contributors' repositories so that people can still pull this repository and get all filters? I suppose...

BTW I wonder whether my filters written in [MoonScript][] which is then compiled into pure Lua code would be acceptable if/when this repository turns into a catalog? (FWIW I also...

Den fre 21 jan. 2022 10:29Albert Krewinkel ***@***.***> skrev: > I'd think that'd be perfectly fine, esp. if the transpiled Lua script can > be downloaded somewhere. > Of course...

You can always use rsvg-convert or inkscape to convert svg to pdf. In fact there probably are tools which can convert between any two image formats you can think of....

I have usually written something in the README along the lines of "It is up to you, the user, to make sure that the `foo` package is loaded in your...

But then you run the risk that other libraries installed elsewhere on the user's system are not found properly, unless you can just add (prepend) stuff to the variable in...

if prefixes[word] then -- do what you need to do when word is a prefix end -- Better --help|less than helpless Den ons 7 okt. 2020 20:07Delanii skrev: > I...

What I usually do is to check if `header-includes` is `nil`, a MetaList or something else. If it is a MetaList I just push my additions onto it as a...

What about cells with more than one paragraph, or with content with something else than a paragraph? IMNSHO the whole point of list tables is to allow that, but it...