-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Right now:
\coordinate (B) at ($(A) + (0, 4)$); % chktex 1
\coordinate (C) at ($(B) + (3, 0)$); % chktex 1
\coordinate (D) at ($(A) + (3, 0)$); % chktex 1
% there are hundreds of such lines.
Expectation:
% warnings: off
\coordinate (B) at ($(A) + (0, 4)$);
\coordinate (C) at ($(B) + (3, 0)$);
\coordinate (D) at ($(A) + (3, 0)$);
% warnings: on
or more specific if required warnings: off,1,2,5
and warnings: on,2,5
But, I only need the feature of generic shutting down all the warnings for a code block and then enabling again.
Metadata
Metadata
Assignees
Labels
No labels