@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.js
CHANGED
|
@@ -8644,7 +8644,6 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
8644
8644
|
\usepackage{polyglossia} % For Arabic support
|
|
8645
8645
|
\usepackage{array}
|
|
8646
8646
|
\usepackage{cancel}
|
|
8647
|
-
\usepackage{bidi} % For bidirectional text handling
|
|
8648
8647
|
\usepackage{multirow}
|
|
8649
8648
|
\usepackage{booktabs}
|
|
8650
8649
|
\usepackage{graphicx} % For \reflectbox
|
|
@@ -8652,7 +8651,8 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
8652
8651
|
\usepackage{tikz}
|
|
8653
8652
|
\usepackage{tcolorbox} % For tcolorbox environment
|
|
8654
8653
|
\usepackage{textcomp} % For \textrightarrow command
|
|
8655
|
-
|
|
8654
|
+
\usepackage{url}
|
|
8655
|
+
\usepackage{bidi}
|
|
8656
8656
|
|
|
8657
8657
|
% visit : https://www.symbolcopy.com/punctuation-symbol.html
|
|
8658
8658
|
% for inversed punctuation
|