aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.dtx
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2017-07-07 10:09:34 +0200
committerRobert Alessi <alessi@robertalessi.net>2017-07-07 10:09:34 +0200
commitaec6bff47505f51fbce1f57617e36902be328281 (patch)
treef29ff9c1f8550cae9d67072f60dde326d9df0037 /arabluatex.dtx
parent976ce5989d9f92d50d49f1630b7cd6c115f60709 (diff)
downloadarabluatex-aec6bff47505f51fbce1f57617e36902be328281.tar.gz
simplify the code of \LR|RLfootnote{}
Diffstat (limited to 'arabluatex.dtx')
-rw-r--r--arabluatex.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx
index 3cd9198..59cd2d4 100644
--- a/arabluatex.dtx
+++ b/arabluatex.dtx
@@ -3721,9 +3721,9 @@ wa-ya.sIru ta.hta 'l-jild-i
3721% argument left-to-right. 3721% argument left-to-right.
3722% \begin{macrocode} 3722% \begin{macrocode}
3723\DeclareDocumentCommand{\LRfootnote}{m}{\bgroup\pardir 3723\DeclareDocumentCommand{\LRfootnote}{m}{\bgroup\pardir
3724 TLT\LR{\footnote{#1}}\egroup} 3724 TLT\textdir TLT\footnote{#1}\egroup}
3725\DeclareDocumentCommand{\RLfootnote}{m}{\bgroup\pardir 3725\DeclareDocumentCommand{\RLfootnote}{m}{\bgroup\pardir
3726 TRT\LR{\footnote{#1}}\egroup} 3726 TRT\textdir TRT\footnote{#1}\egroup}
3727% \end{macrocode} 3727% \end{macrocode}
3728% \end{macro} 3728% \end{macro}
3729% \end{macro} 3729% \end{macro}