@drghaliasri/butex 5.4.1 → 5.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/document2.js +5 -0
- package/dist/document2.js.map +1 -1
- package/dist/document2.mjs +5 -0
- package/dist/document2.mjs.map +1 -1
- package/dist/react-document2.js +5 -0
- package/dist/react-document2.js.map +1 -1
- package/dist/react-document2.mjs +5 -0
- package/dist/react-document2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/document2.js
CHANGED
|
@@ -5035,6 +5035,11 @@ function arabicXeLatexPreambleFont(digitsMapping = "arabicdigits") {
|
|
|
5035
5035
|
\\newfontfamily\\boldarabic[Script=Arabic,Mapping=${digitsMapping}]{Amiri Bold}
|
|
5036
5036
|
\\newfontfamily\\italicarabic[Script=Arabic,Mapping=${digitsMapping}]{Amiri Italic}
|
|
5037
5037
|
|
|
5038
|
+
% for polyglossia url I dont know, sugggested by cursor
|
|
5039
|
+
\\newfontfamily\\arabicfonttt[Script=Arabic,Mapping=${digitsMapping}]{Amiri}
|
|
5040
|
+
\\newfontfamily\\arabicfontsf[Script=Arabic,Mapping=${digitsMapping}]{Amiri}
|
|
5041
|
+
|
|
5042
|
+
|
|
5038
5043
|
% Explicitly set math font to XITS Math
|
|
5039
5044
|
% Remove "Script=Arabic" to cancel reflected symbols and other RTL symbols
|
|
5040
5045
|
\\setmathfont[Script=Arabic , Mapping=${digitsMapping}]{XITS Math} % Ensure XITS Math is correctly installed and available
|