From aec6bff47505f51fbce1f57617e36902be328281 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 7 Jul 2017 10:09:34 +0200 Subject: simplify the code of \LR|RLfootnote{} --- arabluatex.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arabluatex.dtx') 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 % argument left-to-right. % \begin{macrocode} \DeclareDocumentCommand{\LRfootnote}{m}{\bgroup\pardir - TLT\LR{\footnote{#1}}\egroup} + TLT\textdir TLT\footnote{#1}\egroup} \DeclareDocumentCommand{\RLfootnote}{m}{\bgroup\pardir - TRT\LR{\footnote{#1}}\egroup} + TRT\textdir TRT\footnote{#1}\egroup} % \end{macrocode} % \end{macro} % \end{macro} -- cgit v1.2.3