Next: SUB   Previous: SEQ   Contents: Contents

STOP

raises an syntactical error and thereby terminates document processing immediately. This is especially useful when used in conjunction with tag conditions, to express that a document should be processed in certain circumstances only.

Syntax

\STOP{options}

Options

This tag supports no options of its own. It just accepts options to allow users to make the tag conditional (by a tag condition specified with option _cnd_).

Notes

\STOP is part of the basic tag set supported by all PerlPoint translators.

Example

Check parser version for meeting special needs:


  \STOP{_cnd_="$_PARSER_VERSION<0.36"}

See also

More basic set tags: B, C, EMBED, FORMAT, HIDE, I, IMAGE, INCLUDE, LOCALTOC, READY, REF, SEQ and TABLE.

Next: SUB   Previous: SEQ   Contents: Contents