Jonas
Jonas
I have such a device. If you can tell me how to provide the needed information, I'm happy to help.
I have not looked too much into the internals, especially whether this might exchange the order of unrelated packages s.t. `\usepackage{a}\usepackage{b}` might become `\usepackage{b}\usepackage{a}`. This would hinder the analysis of...
Your explanation sounds reasonable. However I think this might come on in Situations like mine: I'm using various university computers as dispynodes to speed up some computations. If someone else...
I guess, since it is no real issue for me now and was rather just thinking theoretically about it, you could just leave it as is. If someone stumbles across...
Oh, and if this isn't the best way to perform this "prefix only" comparison, I'd be happy to change it. I haven't actually programmed in Vala before, so I might...
They just show the generic square with `2B0A` or `2B08` for symbols it could not find. It is a bit weird, as in all other places tested so far it...
I tried that, but somehow no font that I tried worked, even though it renders fine it so many places. However, I installed some additional fonts (namely the Google Noto...
> Well, if you have time to somehow debug it (I'm not a specialist in fonts etc), I'd be interested to understand the reason for this. I'll have a look...
This can be (temporarily?) mitigated by adding both `\test` and `\notest` to the [`ltex.latex.commands` setting](https://valentjn.github.io/ltex/settings.html#ltexlatexcommands) with type `dummy`.
Here is an example showing what works and what not: ~~~latex \documentclass{article} \usepackage{acro,mfirstuc} \DeclareAcronym{foobar}{ short = funny objective obsolete BAR, long = funny objective obsolete business around rice } \begin{document}...