diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-01-24 11:35:14 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-01-24 11:35:14 +0100 |
commit | 4a915e1a19547c4e4153277035308ce69c376961 (patch) | |
tree | 2013b60b7d92b88d871101ba9b686209ea855199 | |
parent | 783688afc06d607bd23ef5a75ac2b5e324b64c02 (diff) | |
download | arabluatex-4a915e1a19547c4e4153277035308ce69c376961.tar.gz |
use \PassOptionsToPackage to pass 'normalem' to 'ulem'
-rw-r--r-- | arabluatex.dtx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index ce596ba..1d569fd 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -4349,7 +4349,8 @@ wa-ya.sIru ta.hta 'l-jild-i | |||
4349 | \RequirePackage{environ} | 4349 | \RequirePackage{environ} |
4350 | \RequirePackage{adjustbox} | 4350 | \RequirePackage{adjustbox} |
4351 | \RequirePackage{xstring} | 4351 | \RequirePackage{xstring} |
4352 | \RequirePackage[normalem]{ulem} | 4352 | \PassOptionsToPackage{normalem}{ulem} |
4353 | \RequirePackage{ulem} | ||
4353 | % \end{macrocode} | 4354 | % \end{macrocode} |
4354 | % The following boolean will be set to |true| in |RL| mode: | 4355 | % The following boolean will be set to |true| in |RL| mode: |
4355 | % \begin{macrocode} | 4356 | % \begin{macrocode} |