aboutsummaryrefslogtreecommitdiff
path: root/default.context
diff options
context:
space:
mode:
authormb21 <mb21@users.noreply.github.com>2015-09-26 21:28:09 +0200
committermb21 <mb21@users.noreply.github.com>2015-09-26 21:28:09 +0200
commit0b80b7006f110509d82879707f633b945b3b8ae1 (patch)
treed3546c00a8ed07048af828f8e13abd27a28abc4d /default.context
parent04bdf5a9b789ed4998527a57d52714ccadfedc21 (diff)
downloadpandoc-0b80b7006f110509d82879707f633b945b3b8ae1.tar.gz
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
Diffstat (limited to 'default.context')
-rw-r--r--default.context4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.context b/default.context
index c9b4936fb..1bfc6bc14 100644
--- a/default.context
+++ b/default.context
@@ -5,6 +5,10 @@
$if(context-lang)$
\mainlanguage[$context-lang$]
$endif$
+$if(context-dir)$
+\setupalign[$context-dir$]
+\setupdirections[bidi=on,method=two]
+$endif$
% Enable hyperlinks
\setupinteraction[state=start, color=middleblue]