LAURENS Jérôme
LAURENS Jérôme
It seems to be a problem with vscode. Both, forward and backward search work with your example inside TeXworks.
Can you include in your main.zip both the main.pdf and main.synctex.gz
I am not sure whether column numbering significantly helps. Concerning memory management, things are very different on pdftex, xetex and luatex. I am already thinking of using the memory actually...
Some remarks - One good practice is to let the user choose between column support or not... - I need another number to tag some boxes - I have difficulties...
After some thoughts, I have to explore the other solution to return nil + an error message instead of raising.
That would make too much changes in the code
Actually, using standalone forward hooks or standalone reversed hooks is absolutely the same: if code chunks must be ordered, rules help. The only interest of reversed hooks is within pairs,...
@u-fischer > it would be strange if you would have to say "after" to get a chunk _before_ another only because the hook is a reversed hook Yet this is...
I suggest to keep `\ShowHook` as is for testing purposes and use a different `\ShowHookInfo`, where info is well structured and more explicit. For rules, ``` Rules: 'C' incompatible-error 'A|B'...
Except that `\ShowHook` is more than a debugging facility as suggested by its rather weird documentation. It is also used for testing purposes (in nearly 40 files). Changing its output...