diff options
author | Robert Alessi <alessi@robertalessi.net> | 2018-07-22 11:37:19 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2018-07-22 11:37:28 +0200 |
commit | 3dc81a801b8b69b3c5d7b4db65c4a556869d043d (patch) | |
tree | d92d2025204e37d70a7b32905d24904bdbec555b /arabluatex.dtx | |
parent | c551da776df046df20669c1af5e0f418878d8549 (diff) | |
download | arabluatex-3dc81a801b8b69b3c5d7b4db65c4a556869d043d.tar.gz |
use precomposed unicode ǧ/Ǧ instead of 'g/G + caron above'
not every font has this precomposed letter, but this can be compensated by the 'newunicodechar' package
Diffstat (limited to 'arabluatex.dtx')
-rw-r--r-- | arabluatex.dtx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 8ed1f36..f17c67b 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -155,6 +155,9 @@ | |||
155 | \defaultfontfeatures{RawFeature={+liga}} | 155 | \defaultfontfeatures{RawFeature={+liga}} |
156 | \setmainfont{Old Standard}[SmallCapsFont={Latin Modern Roman Caps}, | 156 | \setmainfont{Old Standard}[SmallCapsFont={Latin Modern Roman Caps}, |
157 | RawFeature={+mark;+ccmp;+ss05;+ss06}] | 157 | RawFeature={+mark;+ccmp;+ss05;+ss06}] |
158 | \usepackage{newunicodechar} | ||
159 | \newunicodechar{ǧ}{ǧ} % Old Standard does include ǧ/Ǧ | ||
160 | \newunicodechar{Ǧ}{Ǧ} % | ||
158 | \usepackage{arabluatex}[2018/06/24] | 161 | \usepackage{arabluatex}[2018/06/24] |
159 | \usepackage[nopar]{quran} | 162 | \usepackage[nopar]{quran} |
160 | \usepackage[noindex]{nameauth} | 163 | \usepackage[noindex]{nameauth} |