@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/react-document2.mjs
CHANGED
|
@@ -8638,6 +8638,11 @@ function arabicXeLatexPreambleFont(digitsMapping = "arabicdigits") {
|
|
|
8638
8638
|
\\newfontfamily\\boldarabic[Script=Arabic,Mapping=${digitsMapping}]{Amiri Bold}
|
|
8639
8639
|
\\newfontfamily\\italicarabic[Script=Arabic,Mapping=${digitsMapping}]{Amiri Italic}
|
|
8640
8640
|
|
|
8641
|
+
% for polyglossia url I dont know, sugggested by cursor
|
|
8642
|
+
\\newfontfamily\\arabicfonttt[Script=Arabic,Mapping=${digitsMapping}]{Amiri}
|
|
8643
|
+
\\newfontfamily\\arabicfontsf[Script=Arabic,Mapping=${digitsMapping}]{Amiri}
|
|
8644
|
+
|
|
8645
|
+
|
|
8641
8646
|
% Explicitly set math font to XITS Math
|
|
8642
8647
|
% Remove "Script=Arabic" to cancel reflected symbols and other RTL symbols
|
|
8643
8648
|
\\setmathfont[Script=Arabic , Mapping=${digitsMapping}]{XITS Math} % Ensure XITS Math is correctly installed and available
|