diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-01 22:50:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-01 22:50:36 +0000 |
commit | fa367f4e88a5506f3680d988fb0e0991f36b162e (patch) | |
tree | 9e94829fa96eefe3c61d82f9dd571095963fd741 /Master/texmf-dist/doc/context | |
parent | 052fdb942aad92dd83a82f3b400d5b286efb6ca5 (diff) |
context-filter (1apr13)
git-svn-id: svn://tug.org/texlive/trunk@29599 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 | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/context/third/filter/filter.txt b/Master/texmf-dist/doc/context/third/filter/filter.txt index 68deb3e2a34..7720c0226f8 100644 --- a/Master/texmf-dist/doc/context/third/filter/filter.txt +++ b/Master/texmf-dist/doc/context/third/filter/filter.txt @@ -388,7 +388,10 @@ Standard options - `spacebefore` and `spaceafter` to specify the blank space to be used before and after the environment. -- `before` and `after`: to enclose the output in a frame, etc. +- `before` and `after`: to enclose the output in a frame, etc. (only if + `location` is `paragraph`) +- `left` and `right`: same as `before` and `after` but used when `location` is + not `paragraph`. - `style` and `color`: to set the color and style of the output. - `align`: to set the alignment of the output (only if `location` is `paragraph`). @@ -400,13 +403,14 @@ Standard options The order in which these options are executed are: 1. `\blank[spacebefore]` -2. `before` -3. `style` and `color` -4. `setups` -5. `readcommand` -6. `after` -7. `\blank[afterspace]` -8. check `indentnext` +2. `before/left +3. `align` (if `location=paragraph`) +4. `style` and `color` +5. `setups` +6. `readcommand` +7. `after/right +8. `\blank[afterspace]` +9. check `indentnext` Options to a specific environment --------------------------------- @@ -956,3 +960,5 @@ Version History - Support for `\usepath` - **2012.01.13** - Support for `write=no` and `cacheoption=...`. +- **2013.03.31** + - Support for `left` and `right` |