diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/luatex-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/luatex-bidi.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/luatex-bidi.def b/Master/texmf-dist/tex/latex/bidi/luatex-bidi.def index e1e68fa16aa..14731e92685 100644 --- a/Master/texmf-dist/tex/latex/bidi/luatex-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/luatex-bidi.def @@ -9,7 +9,7 @@ %% %% \ProvidesFile{luatex-bidi.def}[2010/07/25 v0.1 bidi adaptations for LuaTeX engine] -\directlua { tex.enableprimitives('',tex.extraprimitives()) } +\directlua { tex.enableprimitives('',{'pagedir','bodydir','pardir','textdir','mathdir'}) } \input{footnote-luatex-bidi.def} |