summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context
diff options
context:
space:
mode:
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
-------------------------