@drghaliasri/butex 5.4.0 → 5.4.2
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/document2.mjs
CHANGED
|
@@ -4858,7 +4858,6 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
4858
4858
|
\usepackage{polyglossia} % For Arabic support
|
|
4859
4859
|
\usepackage{array}
|
|
4860
4860
|
\usepackage{cancel}
|
|
4861
|
-
\usepackage{bidi} % For bidirectional text handling
|
|
4862
4861
|
\usepackage{multirow}
|
|
4863
4862
|
\usepackage{booktabs}
|
|
4864
4863
|
\usepackage{graphicx} % For \reflectbox
|
|
@@ -4866,7 +4865,8 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
4866
4865
|
\usepackage{tikz}
|
|
4867
4866
|
\usepackage{tcolorbox} % For tcolorbox environment
|
|
4868
4867
|
\usepackage{textcomp} % For \textrightarrow command
|
|
4869
|
-
|
|
4868
|
+
\usepackage{url}
|
|
4869
|
+
\usepackage{bidi}
|
|
4870
4870
|
|
|
4871
4871
|
% visit : https://www.symbolcopy.com/punctuation-symbol.html
|
|
4872
4872
|
% for inversed punctuation
|