diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/context/third/filter/filter.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/context/third/filter/filter.txt b/Master/texmf-dist/doc/context/third/filter/filter.txt index 7aad30d6ad6..942882d89d6 100644 --- a/Master/texmf-dist/doc/context/third/filter/filter.txt +++ b/Master/texmf-dist/doc/context/third/filter/filter.txt @@ -268,12 +268,12 @@ commands that are needed inside the environment. The order in which these options are executed is: \def\dodoreadprocessedfile - {\bgroup - \externalfilterparameter\c!before + {\externalfilterparameter\c!before + \begingroup \processcommacommand[\externalfilterparameter\c!setups]\directsetup \externalfilterparameter\c!readcommand\externalfilteroutputfile - \externalfilterparameter\c!after - \egroup} + \endgroup + \externalfilterparameter\c!after} Options to a specific environment --------------------------------- |