@drghaliasri/butex 5.4.4 → 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 +10 -7
- package/dist/document2.js.map +1 -1
- package/dist/document2.mjs +10 -7
- package/dist/document2.mjs.map +1 -1
- package/dist/react-document2.js +10 -7
- package/dist/react-document2.js.map +1 -1
- package/dist/react-document2.mjs +10 -7
- package/dist/react-document2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react-document2.js
CHANGED
|
@@ -8647,7 +8647,7 @@ function arabicXeLatexPreamblePkg(twocolumn = false) {
|
|
|
8647
8647
|
\usepackage{bidi}
|
|
8648
8648
|
\usepackage{multirow}
|
|
8649
8649
|
\usepackage{booktabs}
|
|
8650
|
-
\usepackage{graphicx} % For \
|
|
8650
|
+
\usepackage{graphicx} % For \butexreflect
|
|
8651
8651
|
\usepackage{xcolor}
|
|
8652
8652
|
\usepackage{tikz}
|
|
8653
8653
|
\usepackage{tcolorbox} % For tcolorbox environment
|
|
@@ -8715,8 +8715,11 @@ function arabicXeLatexPreambleCmd() {
|
|
|
8715
8715
|
\newcommand{\vertbar}{\rule[-1ex]{0.5pt}{2.5ex}}
|
|
8716
8716
|
\newcommand{\horzbar}{\rule[.5ex]{2.5ex}{0.5pt}}
|
|
8717
8717
|
|
|
8718
|
-
|
|
8719
|
-
\newcommand{\
|
|
8718
|
+
|
|
8719
|
+
\newcommand{\butexreflect}[1]{\tikz[baseline=(n.base)]{\node[inner sep=0pt,outer sep=0pt,xscale=-1](n){#1};}}
|
|
8720
|
+
|
|
8721
|
+
\newcommand{\arabsqrt}[2]{\butexreflect{\(\sqrt[\butexreflect{\(#1\)}]{\butexreflect{\(#2\)}}\)}}
|
|
8722
|
+
\newcommand{\arabvec}[1]{\butexreflect{$\vec{\butexreflect{$#1$}}$}}
|
|
8720
8723
|
|
|
8721
8724
|
\newcommand{\arabexp}[1]{{}^{#1}\!\raisebox{-4.5pt}{\text{\diwani{ه}}}}
|
|
8722
8725
|
\newcommand{\arablog}[2]{\left(\text{#2}\right)\!\prescript{}{\text{#1}}{\text{\diwani{لو}}}}
|
|
@@ -8764,9 +8767,9 @@ function arabicXeLatexPreambleCmd() {
|
|
|
8764
8767
|
\newcommand{\araboddde}[2][-5pt]{\stackrel{\raisebox{#1}{$\vcenter{\hbox{$\cdot\!\cdot\!\cdot$}}$}}{\text{#2}}}
|
|
8765
8768
|
\newcommand{\arabpde}[1]{\prescript{}{#1\!\!}{\nabla}} % arabic partial differential equation (PDE)
|
|
8766
8769
|
|
|
8767
|
-
\newcommand{\arabprime}[0]{\
|
|
8768
|
-
\newcommand{\arabpprime}[0]{\
|
|
8769
|
-
\newcommand{\arabppprime}[0]{\
|
|
8770
|
+
\newcommand{\arabprime}[0]{\butexreflect{$\prime$}\!} % arabic prime notation
|
|
8771
|
+
\newcommand{\arabpprime}[0]{\butexreflect{$\prime$}\butexreflect{$\prime$}\!} % arabic prime notation
|
|
8772
|
+
\newcommand{\arabppprime}[0]{\butexreflect{$\prime$}\butexreflect{$\prime$}\butexreflect{$\prime$}\!} % arabic prime notation
|
|
8770
8773
|
|
|
8771
8774
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
8772
8775
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
@@ -8786,7 +8789,7 @@ function arabicXeLatexPreambleCmd() {
|
|
|
8786
8789
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
8787
8790
|
|
|
8788
8791
|
|
|
8789
|
-
\newcommand{\arsqrt}[2][]{\
|
|
8792
|
+
\newcommand{\arsqrt}[2][]{\butexreflect{\(\sqrt[\butexreflect{\(#1\)}]{\butexreflect{\(#2\)}}\)}}
|
|
8790
8793
|
\newcommand{\arexp}[0]{\!\raisebox{-4.5pt}{\text{\diwani{ه}}}}
|
|
8791
8794
|
\newcommand{\arlog}[0]{\!\!\text{\diwani{لو}}}
|
|
8792
8795
|
\newcommand{\arln}[0]{\!\!\prescript{}{\text{\diwani{ه}}}{\text{\diwani{لو}}}}
|