diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-04 16:15:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-04 16:15:46 +0000 |
commit | 841c5f458bf7b90d65b290eb953ebf36c5be5fe6 (patch) | |
tree | b757f2e983fedd3de24e3104b592c811d77e3f23 /Master/texmf-dist/doc/context | |
parent | ef838896ded10ade336b3c720b17fb10553bc5c6 (diff) |
context-filter (29aug11)
git-svn-id: svn://tug.org/texlive/trunk@23800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r-- | Master/texmf-dist/doc/context/third/filter/filter.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/context/third/filter/filter.txt b/Master/texmf-dist/doc/context/third/filter/filter.txt index 62243a553ca..b4ecf06e0c2 100644 --- a/Master/texmf-dist/doc/context/third/filter/filter.txt +++ b/Master/texmf-dist/doc/context/third/filter/filter.txt @@ -305,8 +305,7 @@ Standard options - `before` and `after`: to set the spacing of the environment or enclose the output in a frame, etc. -- `style` and `color` (these currently only work in MkIV): to set the color and - style of the output. +- `style` and `color`: to set the color and style of the output. - `indentnext`: Should the next line be indented? - `setups`: specify a list of setups (defined using `\startsetups`). These setups may be used to define commands that are needed inside the environment. @@ -362,6 +361,8 @@ of all options. The current defaults are Passing options to filters -------------------------- +**Note** This option does not work for MkII or for inline snippets + Sometimes it is useful to pass options to a filter. For example, `pandoc` converts many different formats to ConTeXt (actually, to many different output formats, but that is irrelevant here). Instead of defining a separate @@ -398,7 +399,6 @@ Thus, the pandoc environment may be defined as -o \externalfilteroutputfile\space \externalfilterinputfile}, format=markdown] - Macro variant ------------- @@ -597,3 +597,6 @@ Version History - Added `state=stop` option to skip running external filter. - **2011.08.23** - Added `bufferbefore` and `bufferafter` options +- **2011.08.28** + - Internal change: Defined own macros for setting attrbutes rather than + using built-in ones. |