From 0b80b7006f110509d82879707f633b945b3b8ae1 Mon Sep 17 00:00:00 2001 From: mb21 Date: Sat, 26 Sep 2015 21:28:09 +0200 Subject: Support bidirectional text output with XeLaTeX, ConTeXt and HTML --- default.context | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'default.context') 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] -- cgit v1.2.3