summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi/biditools.sty')
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/biditools.sty19
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/biditools.sty b/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
index eb5e48c075a..5d91c43b347 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
+++ b/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
@@ -17,7 +17,7 @@
%% by Vafa Khalighi.
%%
%%
-%% \CheckSum{49969}
+%% \CheckSum{49990}
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -35,7 +35,7 @@
%% Right brace \} Tilde \~}
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{biditools}[2018/10/04 v1.6 Programming tools for bidi package]
+\ProvidesPackage{biditools}[2018/10/12 v1.7 Programming tools for bidi package]
\providecommand{\@bidi@saveprimitive}[2]{\begingroup\escapechar`\\\relax
\edef\@tempa{\string#1}\edef\@tempb{\meaning#1}%
\ifx\@tempa\@tempb \global\let#2#1%
@@ -787,6 +787,21 @@ ill-advised in the old versions of bidi package.%
\def\bidi@nameedef#1{\expandafter\edef\csname #1\endcsname}
\def\bidi@namexdef#1{\expandafter\xdef\csname #1\endcsname}
+
+\let\@bidi@stepcounter\stepcounter
+\let\@bidi@@stpelt\@stpelt
+
+\def\@stpelt#1{%
+ \ifcsname bidi@reset@#1@perpage\endcsname
+ \begingroup
+ \let\stepcounter\@bidi@stepcounter
+ \@bidi@@stpelt{#1}%
+ \endgroup
+ \expandafter\@gobbletwo
+ \fi
+ \@bidi@@stpelt{#1}%
+}
+
\bidi@pretocmd\stepcounter
{%
\if@bidi@csundef{bidi@stepcounterhook@@#1}{}{%