![](https://secure.gravatar.com/avatar/57c17c28c61c03706efc4a9112fad09b.jpg?s=120&d=mm&r=g)
8 Mar
2022
8 Mar
'22
9:26 p.m.
On Tue, 08 Mar 2022 20:45:17 +0100
Christoph Hintermüller via ntg-context
Hans indicated a tool, a program, which allows to verify that that all start* stop* tag pairs are symmetric and placed in correct order. I just cant remember how it is called. Can anybody help here?
mtxrun --autogenerate --script check <file> The following will not report missing tags but will find other common issues and report them on the console: context --errors='*' <file> Marco