diff options
author | mb21 <mb21@users.noreply.github.com> | 2015-09-26 21:28:09 +0200 |
---|---|---|
committer | mb21 <mb21@users.noreply.github.com> | 2015-09-26 21:28:09 +0200 |
commit | 0b80b7006f110509d82879707f633b945b3b8ae1 (patch) | |
tree | d3546c00a8ed07048af828f8e13abd27a28abc4d /default.context | |
parent | 04bdf5a9b789ed4998527a57d52714ccadfedc21 (diff) | |
download | pandoc-0b80b7006f110509d82879707f633b945b3b8ae1.tar.gz |
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
Diffstat (limited to 'default.context')
-rw-r--r-- | default.context | 4 |
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] |