Skip to content

disable warnings for section #1327

@hakan-demirli

Description

@hakan-demirli

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions