@drghaliasri/butex 5.4.2 → 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.js
CHANGED
|
@@ -8673,6 +8673,11 @@ function arabicXeLatexPreambleFont(digitsMapping = "arabicdigits") {
|
|
|
8673
8673
|
\\newfontfamily\\boldarabic[Script=Arabic,Mapping=${digitsMapping}]{Amiri Bold}
|
|
8674
8674
|
\\newfontfamily\\italicarabic[Script=Arabic,Mapping=${digitsMapping}]{Amiri Italic}
|
|
8675
8675
|
|
|
8676
|
+
% for polyglossia url I dont know, sugggested by cursor
|
|
8677
|
+
\\newfontfamily\\arabicfonttt[Script=Arabic,Mapping=${digitsMapping}]{Amiri}
|
|
8678
|
+
\\newfontfamily\\arabicfontsf[Script=Arabic,Mapping=${digitsMapping}]{Amiri}
|
|
8679
|
+
|
|
8680
|
+
|
|
8676
8681
|
% Explicitly set math font to XITS Math
|
|
8677
8682
|
% Remove "Script=Arabic" to cancel reflected symbols and other RTL symbols
|
|
8678
8683
|
\\setmathfont[Script=Arabic , Mapping=${digitsMapping}]{XITS Math} % Ensure XITS Math is correctly installed and available
|