summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-28 23:44:18 +0000
committerKarl Berry <karl@freefriends.org>2011-12-28 23:44:18 +0000
commite12ff80ff1745a62a4fcd2b949a4e410bc6eb3ae (patch)
tree0646f83c85e5c1c15e39404ea6e9f7f7c31abcec /Master/texmf-dist/doc/context
parentc2e6204629312f1a15d2d2beaa65a13e3f2474b7 (diff)
context-filter (28dec11)
git-svn-id: svn://tug.org/texlive/trunk@24964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r--Master/texmf-dist/doc/context/third/filter/filter.txt25
1 files changed, 14 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/context/third/filter/filter.txt b/Master/texmf-dist/doc/context/third/filter/filter.txt
index bf5f2faa603..396596cec36 100644
--- a/Master/texmf-dist/doc/context/third/filter/filter.txt
+++ b/Master/texmf-dist/doc/context/third/filter/filter.txt
@@ -44,7 +44,7 @@ standalone, you can install the module using
Depending on your TeX distribution, you may already have the module.
To verify, check if
- kpsewhich t-filter.tex
+ kpsewhich t-filter.mkii
returns a meaningful path. If not, you have to manually install the module.
@@ -61,7 +61,7 @@ and
to refresh the TeX file database (for MkII and MkIV, respectively). If
everything went well
- kpsewhich t-filter
+ kpsewhich t-filter.mkii
will return the path where you stored the file.
@@ -114,30 +114,33 @@ This defines four things:
...
\stopmarkdown
- The contents of the environment are processed by `pandoc` and the output is
- included back in ConTeXt.
+ The contents of the environment are processed by `pandoc` and the output is
+ included back in ConTeXt.
2. A macro
\inlinemarkdown{...}
- The argument of the macro is processed by `pandoc` and the output is included
- back in ConTeXt.
+ The argument of the macro is processed by `pandoc` and the output is included
+ back in ConTeXt.
3. A macro
\processmarkdownfile{...}
- The argument to the macro is a filename, which is processed by `pandoc` and
- the output is included back in ConTeXt.
+ The argument to the macro is a filename, which is processed by `pandoc` and
+ the output is included back in ConTeXt.
4. A macro
\processmarkdownbuffer[...]
- The argument to the macro is the name of a buffer, which is written to an
- external file, processesd by `pandoc` and the output included back in
- ConTeXt.
+ The argument to the macro is the name of a buffer, which is written to an
+ external file, processesd by `pandoc` and the output included back in
+ ConTeXt.
+
+The [wiki](https://github.com/adityam/filter/wiki) page on Github gives the
+setup for common usecases (pandoc, R, etc.)
Dealing with slow filters
-------------------------