Michael Hoffman
Michael Hoffman
Adding `\usepackage{lua-ul}` to the top of latexdiff output, replacing `\sout` with `\strikeThrough` and `\uwave` with `\underLine` made my `ERROR: Extra }, or forgotten \endgroup.` problems go away when I had...
cb6c5138d597b51dcbc2816049b4cd29b73f0d41 is a fork that hard-codes the switch to `lua-ul`, and the commit message has some thoughts on how one might implement an option to do it instead.
Also unsure why direct use of `luacolor` is needed, it seems to work for me fine with `color` and lualatex.
> The simplest implementation would be to introduce another markupstyle UNDERLINE_LUA which would be activated with `latexdiff -t UNDERLINE_LUA`. That makes sense. > The only issue I see with this...
Further investigation shows that function `jinx--load-module` compiles the dynamic module, assembling its command from `pkg-config --cflags --libs enchant-2`. On my system this leads to a compilation command of ```sh gcc...
Looks like you ship the shared object but not the corresponding `.a` file. Enjoy your leave!
I have posted a user workaround to https://emacs.stackexchange.com/a/35502/2701. The server should still be configured so this is unnecessary, though.
You need to set the variables in a form that `json-serialize` understands. From the Emacs documentation of `json-serialize`: > OBJECT must be a vector, hashtable, alist, or plist and its...
Yes, you should be able to use the command you suggested. I don't know how to make external files work here. Looking at the LTeX Language Server documentation and issues,...