diff options
Diffstat (limited to 'arabluatex.dtx')
-rw-r--r-- | arabluatex.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 7f7a29b..f6f084a 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -3513,8 +3513,8 @@ qAla barzawayhi bn-u 'azhar-a, ra's-u 'a.tibbA'-i fAris-a... | |||
3513 | \begin{arabluaverbatim} | 3513 | \begin{arabluaverbatim} |
3514 | \usepackage{csquotes} | 3514 | \usepackage{csquotes} |
3515 | \DeclareQuoteStyle{arabic} | 3515 | \DeclareQuoteStyle{arabic} |
3516 | {\rmfamily\textquotedblright}{\rmfamily\textquotedblleft} | 3516 | {\textquotedblright}{\textquotedblleft} |
3517 | {\rmfamily\textquoteright}{\rmfamily\textquoteleft} | 3517 | {\textquoteright}{\textquoteleft} |
3518 | \end{arabluaverbatim} | 3518 | \end{arabluaverbatim} |
3519 | % \iffalse | 3519 | % \iffalse |
3520 | %</example> | 3520 | %</example> |
@@ -3781,7 +3781,7 @@ wa-ya.sIru ta.hta 'l-jild-i | |||
3781 | % is actually coded in Lua. | 3781 | % is actually coded in Lua. |
3782 | % \changes{v1.12}{2018/06/11}{TODO} | 3782 | % \changes{v1.12}{2018/06/11}{TODO} |
3783 | % \begin{macrocode} | 3783 | % \begin{macrocode} |
3784 | \DeclareDocumentCommand{\MkArbBreak}{s m}{% | 3784 | \NewDocumentCommand{\MkArbBreak}{s m}{% |
3785 | \IfBooleanTF{#1} | 3785 | \IfBooleanTF{#1} |
3786 | {\luadirect{mkarbbreak(\luastringN{#2}, "out")}} | 3786 | {\luadirect{mkarbbreak(\luastringN{#2}, "out")}} |
3787 | {\luadirect{mkarbbreak(\luastringN{#2}, "dflt")}} | 3787 | {\luadirect{mkarbbreak(\luastringN{#2}, "dflt")}} |
@@ -3798,12 +3798,12 @@ wa-ya.sIru ta.hta 'l-jild-i | |||
3798 | \AtBeginDocument{\ifdef{\aemph}% | 3798 | \AtBeginDocument{\ifdef{\aemph}% |
3799 | {\RenewDocumentCommand{\aemph}{s m}{% | 3799 | {\RenewDocumentCommand{\aemph}{s m}{% |
3800 | \IfBooleanTF{#1}{% | 3800 | \IfBooleanTF{#1}{% |
3801 | $\overline{\text{#2}}$} | 3801 | \luadirect{tex.sprint(aemph(\luastringN{#2}, "over"))}} |
3802 | {\luadirect{tex.sprint(aemph(\luastringN{#2}))}}}} | 3802 | {\luadirect{tex.sprint(aemph(\luastringN{#2}, "dflt"))}}}} |
3803 | {\NewDocumentCommand{\aemph}{s m}{% | 3803 | {\NewDocumentCommand{\aemph}{s m}{% |
3804 | \IfBooleanTF{#1}{% | 3804 | \IfBooleanTF{#1}{% |
3805 | $\overline{\text{#2}}$} | 3805 | \luadirect{tex.sprint(aemph(\luastringN{#2}, "over"))}} |
3806 | {\luadirect{tex.sprint(aemph(\luastringN{#2}))}}}}} | 3806 | {\luadirect{tex.sprint(aemph(\luastringN{#2}, "dflt"))}}}}} |
3807 | % \end{macrocode} | 3807 | % \end{macrocode} |
3808 | % \end{macro} | 3808 | % \end{macro} |
3809 | % \end{macro} | 3809 | % \end{macro} |