@drghaliasri/butex 5.4.0 → 5.4.1
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 +2 -2
- package/dist/document2.js.map +1 -1
- package/dist/document2.mjs +2 -2
- package/dist/document2.mjs.map +1 -1
- package/dist/react-document2.js +2 -2
- package/dist/react-document2.js.map +1 -1
- package/dist/react-document2.mjs +2 -2
- package/dist/react-document2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react-document2.mjs
CHANGED
|
@@ -8609,7 +8609,6 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
8609
8609
|
\usepackage{polyglossia} % For Arabic support
|
|
8610
8610
|
\usepackage{array}
|
|
8611
8611
|
\usepackage{cancel}
|
|
8612
|
-
\usepackage{bidi} % For bidirectional text handling
|
|
8613
8612
|
\usepackage{multirow}
|
|
8614
8613
|
\usepackage{booktabs}
|
|
8615
8614
|
\usepackage{graphicx} % For \reflectbox
|
|
@@ -8617,7 +8616,8 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
8617
8616
|
\usepackage{tikz}
|
|
8618
8617
|
\usepackage{tcolorbox} % For tcolorbox environment
|
|
8619
8618
|
\usepackage{textcomp} % For \textrightarrow command
|
|
8620
|
-
|
|
8619
|
+
\usepackage{url}
|
|
8620
|
+
\usepackage{bidi}
|
|
8621
8621
|
|
|
8622
8622
|
% visit : https://www.symbolcopy.com/punctuation-symbol.html
|
|
8623
8623
|
% for inversed punctuation
|