diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-06-17 10:19:49 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-06-17 10:19:49 +0200 |
commit | cd24d52e7fb9c58e7d59724a200ed43933bb3b48 (patch) | |
tree | 4327521b20df988c0c7b78a9a1e715bc3b61cad3 | |
parent | 9f4489d37dcc6da9c9b74aa09b6e812f61ef3365 (diff) | |
download | arabluatex-cd24d52e7fb9c58e7d59724a200ed43933bb3b48.tar.gz |
issues #346 and #361 in font loader are now fixed
-rw-r--r-- | arabluatex.dtx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 44d0df3..89c6457 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -132,9 +132,7 @@ | |||
132 | \doxitem{Option}{option}{options} | 132 | \doxitem{Option}{option}{options} |
133 | \def\actualchar{ =} % there's a bug in doxitem; quick fix. | 133 | \def\actualchar{ =} % there's a bug in doxitem; quick fix. |
134 | \usepackage{fontspec,luatextra} | 134 | \usepackage{fontspec,luatextra} |
135 | % 'Script=Default' below: luaoftload has trouble to shift from 'latn' | 135 | \defaultfontfeatures{RawFeature={+liga;+onum;+hlig}} |
136 | % to 'arab'. This is being looked into. | ||
137 | \defaultfontfeatures{RawFeature={+liga;+onum;+hlig}, Script=Default} | ||
138 | \setmainfont{Libertinus Serif} | 136 | \setmainfont{Libertinus Serif} |
139 | \setsansfont{Libertinus Sans} | 137 | \setsansfont{Libertinus Sans} |
140 | \setmonofont[Scale=.9]{Libertinus Mono} | 138 | \setmonofont[Scale=.9]{Libertinus Mono} |