From 3dc81a801b8b69b3c5d7b4db65c4a556869d043d Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 22 Jul 2018 11:37:19 +0200 Subject: =?UTF-8?q?use=20precomposed=20unicode=20=C7=A7/=C7=A6=20instead?= =?UTF-8?q?=20of=20'g/G=20+=20caron=20above'=20not=20every=20font=20has=20?= =?UTF-8?q?this=20precomposed=20letter,=20but=20this=20can=20be=20compensa?= =?UTF-8?q?ted=20by=20the=20'newunicodechar'=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arabluatex.dtx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arabluatex.dtx') diff --git a/arabluatex.dtx b/arabluatex.dtx index 8ed1f36..f17c67b 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx @@ -155,6 +155,9 @@ \defaultfontfeatures{RawFeature={+liga}} \setmainfont{Old Standard}[SmallCapsFont={Latin Modern Roman Caps}, RawFeature={+mark;+ccmp;+ss05;+ss06}] +\usepackage{newunicodechar} +\newunicodechar{ǧ}{ǧ} % Old Standard does include ǧ/Ǧ +\newunicodechar{Ǧ}{Ǧ} % \usepackage{arabluatex}[2018/06/24] \usepackage[nopar]{quran} \usepackage[noindex]{nameauth} -- cgit v1.2.3