aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arabluatex.dtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx
index 89b051e..2e503be 100644
--- a/arabluatex.dtx
+++ b/arabluatex.dtx
@@ -3361,7 +3361,7 @@ wa-ya.sIru ta.hta 'l-jild-i
3361% well. The function is actually coded in Lua. 3361% well. The function is actually coded in Lua.
3362% \begin{macrocode} 3362% \begin{macrocode}
3363\AtBeginDocument{\ifdef{\aemph}% 3363\AtBeginDocument{\ifdef{\aemph}%
3364 {\RenewDocumentCommand{\aemph}{m}{% 3364 {\RenewDocumentCommand{\aemph}{s m}{%
3365 \IfBooleanTF{#1}{% 3365 \IfBooleanTF{#1}{%
3366 $\overline{\text{#2}}$} 3366 $\overline{\text{#2}}$}
3367 {\luadirect{tex.sprint(aemph(\luastringN{#2}))}}}} 3367 {\luadirect{tex.sprint(aemph(\luastringN{#2}))}}}}