On Tue, 19 Mar 2024 at 21:10, Jérôme LAURENS <[email protected]>
wrote:

> I could not find the exact location of the problem, but here are some
> hints that may help a lot to solve it.
>
> `Synchronize ERROR: unknown node type 11` is a bit misleading, it should
> be `unexpected node type 11` instead.
> 11 corresponds to `math_node` in LuaTeX (according to `texnodes.h` line
> 412). This error message comes from the `synctexhorizontalruleorglue`
> function, when it is called on a node with the wrong type. It means that
> `synctexhorizontalruleorglue` is called on a math node, which is not
> expected. So, somewhere in LuaTeX, `synctexhorizontalruleorglue` is used
> instead of the dedicated `synctexmath`. Also, the problem is somehow
> related to `\mathsurroundskip`.
>
> I hope this helps.
>

Hm, I need to check it.

--
luigi

Reply via email to