diff options
-rw-r--r-- | arabluatex.dtx | 15 | ||||
-rw-r--r-- | samples/al-Jahiz.tex | 10 |
2 files changed, 14 insertions, 11 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 4f1d1c6..08a9412 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -152,12 +152,13 @@ | |||
152 | \doxitem{Option}{option}{options} | 152 | \doxitem{Option}{option}{options} |
153 | \usepackage{fontspec} | 153 | \usepackage{fontspec} |
154 | \usepackage{microtype} | 154 | \usepackage{microtype} |
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} | 158 | % \usepackage{newunicodechar} |
159 | \newunicodechar{ǧ}{ǧ} % Old Standard does not include ǧ/Ǧ | 159 | % \newunicodechar{ǧ}{ǧ} % Old Standard does not include ǧ/Ǧ |
160 | \newunicodechar{Ǧ}{Ǧ} % | 160 | % \newunicodechar{Ǧ}{Ǧ} % |
161 | \babelfont{rm}[RawFeature={+onum;+pnum}]{EB Garamond} | ||
161 | \usepackage{metalogox} | 162 | \usepackage{metalogox} |
162 | \usepackage{arabluatex}[2019/03/24] | 163 | \usepackage{arabluatex}[2019/03/24] |
163 | \SetArbUp{\textsuperscript{\thinspace#1}} % Old Standard needs this | 164 | \SetArbUp{\textsuperscript{\thinspace#1}} % Old Standard needs this |
@@ -262,7 +263,7 @@ | |||
262 | %</driver> | 263 | %</driver> |
263 | % \fi | 264 | % \fi |
264 | % | 265 | % |
265 | % \CheckSum{919} | 266 | % \CheckSum{0} |
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 |
diff --git a/samples/al-Jahiz.tex b/samples/al-Jahiz.tex index e83b795..8394785 100644 --- a/samples/al-Jahiz.tex +++ b/samples/al-Jahiz.tex | |||
@@ -4,11 +4,13 @@ | |||
4 | % 'lualatex --shell-escape al-Jahiz' | 4 | % 'lualatex --shell-escape al-Jahiz' |
5 | % | 5 | % |
6 | \documentclass[fontsize=12pt, paper=letter, DIV=classic]{scrartcl} | 6 | \documentclass[fontsize=12pt, paper=letter, DIV=classic]{scrartcl} |
7 | \usepackage[english]{babel} | ||
7 | \usepackage{fontspec} | 8 | \usepackage{fontspec} |
8 | \setmainfont{Old Standard} | 9 | % \setmainfont{Old Standard} |
9 | \usepackage{newunicodechar} | 10 | % \usepackage{newunicodechar} |
10 | \newunicodechar{ǧ}{ǧ} % Old Standard does include ǧ/Ǧ | 11 | % \newunicodechar{ǧ}{ǧ} % Old Standard does include ǧ/Ǧ |
11 | \newunicodechar{Ǧ}{Ǧ} % | 12 | % \newunicodechar{Ǧ}{Ǧ} % |
13 | \babelfont{rm}[RawFeature={+onum;+pnum}]{EB Garamond} | ||
12 | \usepackage{filecontents} | 14 | \usepackage{filecontents} |
13 | 15 | ||
14 | \usepackage{xcolor} | 16 | \usepackage{xcolor} |