
Hi Pablo, On Tue, 2025-03-04 at 19:26 +0100, Pablo Rodriguez via ntg-context wrote:
What I want to achieve is automatic text comparison between versions of the same text (in different subcolumnsets).
The first line shows different versions text. I wonder whether there would be an automatic way to get the \inframed highlighting with any character that differs from the other column (it might be different, or just missing or being added).
I think this may be possible with ConTeXt, but I don’t know how to achieve it automagically.
Not quite what you're asking for, but the "compare" script does something fairly similar: $ context --extra=compare <filename-1>.pdf <filename-2>.pdf $ context --extra=compare <filename-1>.pdf <filename-2>.pdf --colors=red,blue --result=<output-name>.pdf The source for that script is in tex/context/base/mkiv/mtx-context-compare.tex so maybe you can put together something similar from there? Thanks, -- Max