@drghaliasri/butex 5.4.5 → 5.4.6
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 +1 -1
- package/dist/document2.js.map +1 -1
- package/dist/document2.mjs +1 -1
- package/dist/document2.mjs.map +1 -1
- package/dist/react-document2.js +1 -1
- package/dist/react-document2.js.map +1 -1
- package/dist/react-document2.mjs +1 -1
- package/dist/react-document2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/document2.mjs
CHANGED
|
@@ -4930,7 +4930,7 @@ function arabicXeLatexPreambleCmd() {
|
|
|
4930
4930
|
\newcommand{\horzbar}{\rule[.5ex]{2.5ex}{0.5pt}}
|
|
4931
4931
|
|
|
4932
4932
|
|
|
4933
|
-
\newcommand{\butexreflect}[1]{
|
|
4933
|
+
\newcommand{\butexreflect}[1]{\tikz[baseline=(n.base)]{\node[inner sep=0pt,outer sep=0pt,xscale=-1](n){#1};}}
|
|
4934
4934
|
|
|
4935
4935
|
\newcommand{\arabsqrt}[2]{\butexreflect{\(\sqrt[\butexreflect{\(#1\)}]{\butexreflect{\(#2\)}}\)}}
|
|
4936
4936
|
\newcommand{\arabvec}[1]{\butexreflect{$\vec{\butexreflect{$#1$}}$}}
|