diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-03-22 18:44:33 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-03-22 18:44:43 +0100 |
commit | e5246290ba29c993de41909ffd13a52e538329fd (patch) | |
tree | 55cd8942b79f9e8c36c538f01dd8c26425c199cd | |
parent | 0ab2c08ed73fb8e0dcc3500fa521972f97e49842 (diff) | |
download | arabluatex-e5246290ba29c993de41909ffd13a52e538329fd.tar.gz |
in the end arabluatex _is_ compatible with realscripts.
but Old Standard is not. so removed realscripts from the documentation and removed \thinspace from the default definition of \SetArbUp.
-rw-r--r-- | arabluatex.dtx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 7355258..8f13acd 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -160,6 +160,7 @@ | |||
160 | \newunicodechar{Ǧ}{Ǧ} % | 160 | \newunicodechar{Ǧ}{Ǧ} % |
161 | \usepackage{metalogox} | 161 | \usepackage{metalogox} |
162 | \usepackage{arabluatex}[2019/03/22] | 162 | \usepackage{arabluatex}[2019/03/22] |
163 | \SetArbUp{\textsuperscript{\thinspace#1}} % Old Standard needs this | ||
163 | \usepackage[nopar]{quran} | 164 | \usepackage[nopar]{quran} |
164 | \usepackage[noindex]{nameauth} | 165 | \usepackage[noindex]{nameauth} |
165 | \usepackage{varioref} | 166 | \usepackage{varioref} |
@@ -262,7 +263,7 @@ | |||
262 | %</driver> | 263 | %</driver> |
263 | % \fi | 264 | % \fi |
264 | % | 265 | % |
265 | % \CheckSum{932} | 266 | % \CheckSum{931} |
266 | % | 267 | % |
267 | % \CharacterTable | 268 | % \CharacterTable |
268 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z | 269 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z |
@@ -4550,7 +4551,7 @@ wa-ya.sIru ta.hta 'l-jild-i | |||
4550 | % formatting directives as argument, like so: | 4551 | % formatting directives as argument, like so: |
4551 | % \cs{SetArbUp}\marg{code}. | 4552 | % \cs{SetArbUp}\marg{code}. |
4552 | % \begin{macrocode} | 4553 | % \begin{macrocode} |
4553 | \NewDocumentCommand{\al@arbup@dflt}{m}{\textsuperscript{\thinspace#1}}% | 4554 | \NewDocumentCommand{\al@arbup@dflt}{m}{\textsuperscript{#1}}% |
4554 | \NewDocumentCommand{\al@arbup}{m}{\al@arbup@dflt{#1}} | 4555 | \NewDocumentCommand{\al@arbup}{m}{\al@arbup@dflt{#1}} |
4555 | \NewDocumentCommand{\arbup}{m}{\al@arbup{#1}} | 4556 | \NewDocumentCommand{\arbup}{m}{\al@arbup{#1}} |
4556 | \NewDocumentCommand{\ArbUpDflt}{}{\let\al@arbup=\al@arbup@dflt} | 4557 | \NewDocumentCommand{\ArbUpDflt}{}{\let\al@arbup=\al@arbup@dflt} |