diff options
author | Robert Alessi <alessi@robertalessi.net> | 2017-07-07 10:09:34 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2017-07-07 10:09:34 +0200 |
commit | aec6bff47505f51fbce1f57617e36902be328281 (patch) | |
tree | f29ff9c1f8550cae9d67072f60dde326d9df0037 | |
parent | 976ce5989d9f92d50d49f1630b7cd6c115f60709 (diff) | |
download | arabluatex-aec6bff47505f51fbce1f57617e36902be328281.tar.gz |
simplify the code of \LR|RLfootnote{}
-rw-r--r-- | arabluatex.dtx | 4 |
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} |