aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex.dtx')
-rw-r--r--arabluatex.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx
index 685b9d0..18293eb 100644
--- a/arabluatex.dtx
+++ b/arabluatex.dtx
@@ -3357,11 +3357,14 @@ wa-ya.sIru ta.hta 'l-jild-i
3357 \luadirect{mkarbbreak(\luastringN{#1})}} 3357 \luadirect{mkarbbreak(\luastringN{#1})}}
3358% \end{macrocode} 3358% \end{macrocode}
3359% \end{macro} 3359% \end{macro}
3360% \begin{macro}{\aemph} Arabic emphasis. Needs to be redefined as well. 3360% \begin{macro}{\aemph} Arabic emphasis. Needs to be redefined as
3361% well. The function is actually coded in Lua.
3361% \begin{macrocode} 3362% \begin{macrocode}
3362\AtBeginDocument{\ifdef{\aemph}% 3363\AtBeginDocument{\ifdef{\aemph}%
3363 {\RenewDocumentCommand{\aemph}{m}{$\overline{\text{#1}}$}} 3364 {\RenewDocumentCommand{\aemph}{m}{%
3364 {\NewDocumentCommand{\aemph}{m}{$\overline{\text{#1}}$}}} 3365 \luadirect{tex.sprint(aemph(\luastringN{#1}))}}}
3366 {\NewDocumentCommand{\aemph}{m}{%
3367 \luadirect{tex.sprint(aemph(\luastringN{#1}))}}}}
3365% \end{macrocode} 3368% \end{macrocode}
3366% \begin{macro}{\SetInputScheme} 3369% \begin{macro}{\SetInputScheme}
3367% \changes{v1.4}{2016/07/05}{\cs{SetInputScheme} may be used to 3370% \changes{v1.4}{2016/07/05}{\cs{SetInputScheme} may be used to