summaryrefslogtreecommitdiff
path: root/mod/tex/context/third/rst/t-rst.mkiv
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-01-03 08:58:07 +0100
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2011-01-03 08:58:07 +0100
commit39efd560f1f022e7350471891998072de6682b73 (patch)
treee533b0bccc66a0b02509993aebc995576f4280cf /mod/tex/context/third/rst/t-rst.mkiv
parente03d17810c41bf64c96091d06715840f89ad3086 (diff)
downloadcontext-rst-39efd560f1f022e7350471891998072de6682b73.tar.gz
added trivial formatting roles
Diffstat (limited to 'mod/tex/context/third/rst/t-rst.mkiv')
-rw-r--r--mod/tex/context/third/rst/t-rst.mkiv5
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/tex/context/third/rst/t-rst.mkiv b/mod/tex/context/third/rst/t-rst.mkiv
index f514b57..e76d3db 100644
--- a/mod/tex/context/third/rst/t-rst.mkiv
+++ b/mod/tex/context/third/rst/t-rst.mkiv
@@ -30,11 +30,12 @@
parent=RST,
]
-\setupreST[ ]
-
%D Loading the reStructuredText parser.
\ctxlua{environment.loadluafile("rst_parser")}
+%D Setting some globals.
+\setupreST [ ]
+
%D This command loads and processes the \type{*.rst} file.
\def\typesetRSTfile#1{\ctxlua{do_rst_file("#1")}}