cfr42

Results 52 comments of cfr42

Does the 'Help Wanted' tag mean this is a difficult feature to add? I've just deleted the cryfs system I created yesterday as this seems to me a pretty basic...

You shouldn't manually install files into system directories period. You could make packages yourself, which should declare `conflicts` and/or `provides` etc. so you don't get conflicting files installed. Font packages...

I don't know if this is a bug or just what TikZ does since this kind of error happens pretty regularly regardless of application. However, for whatever it is worth...

I suppose you could use one of the methods which allows referencing non-existing nodes on first compilation and then saves them, but that would mean potentially writing a lot of...

Do you really have a font called `Cinzel[wght].ttf`?

You need ```latex \newfontface { \institutionfont } {Cinzel[wght].ttf} [ Scale = 1.076, FakeStretch = 1.038, RawFeature = { +axis = { wght = 428 } } ] ``` Note the...

@ExecutorElassus @veevang If you are getting errors as a result of spaces *within* filenames, I think that should be reported separately because (1) it is certainly not due to a...

@mirabilos, > Thanks, not helpful. The point is that this is not a bug which can be fixed by the developers of `luaotfload` (or `fontspec`) because it is not a...

Note that it also affects `\VerbatimInput` and it took a while to track down the why.

> l3doc is a class that loads the `doc` package and suppressing 2 characters in verbatim is a standard feature of that package and documented there. Are you sure about...