diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/bidi/bidi.pdf | bin | 202392 -> 202396 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bidi/bidi.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/bidi/bidi.pdf b/Master/texmf-dist/doc/latex/bidi/bidi.pdf Binary files differindex 347e3db8aba..7da00f0342a 100644 --- a/Master/texmf-dist/doc/latex/bidi/bidi.pdf +++ b/Master/texmf-dist/doc/latex/bidi/bidi.pdf diff --git a/Master/texmf-dist/source/latex/bidi/bidi.dtx b/Master/texmf-dist/source/latex/bidi/bidi.dtx index d7ba444aeea..6e5f5aceb2d 100644 --- a/Master/texmf-dist/source/latex/bidi/bidi.dtx +++ b/Master/texmf-dist/source/latex/bidi/bidi.dtx @@ -13429,7 +13429,7 @@ bidi implementation of tufte title] \ifx\@tempa\@tempb \@addtoreset{#1}{chapter}% \@chapterlistsgap@on{#1}% - \newfloat@@setwithin{#1}{\ifnum\c@chapter>\z@ \thechapter\@SepMark\fi}{\theHchapter.}% + \newfloat@@setwithin{#1}{\ifnum\c@chapter>\z@ \thechapter\@SepMark\fi}{\theHchapter\@SepMark}% \else \def\@tempb{section}% \ifx\@tempa\@tempb @@ -13437,9 +13437,9 @@ bidi implementation of tufte title] \ifcsname c@chapter\endcsname \@addtoreset{#1}{chapter}% \@chapterlistsgap@on{#1}% - \newfloat@@setwithin{#1}{\thesection.}{\theHsection.}% + \newfloat@@setwithin{#1}{\thesection\@SepMark}{\theHsection\@SepMark}% \else - \newfloat@@setwithin{#1}{\ifnum\c@section>\z@ \thesection\@SepMark\fi}{\theHsection.}% + \newfloat@@setwithin{#1}{\ifnum\c@section>\z@ \thesection\@SepMark\fi}{\theHsection\@SepMark}% \fi \else \newfloat@Error{Invalid value `#2' for option `within'}% diff --git a/Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def index 5758f4f99f0..6c67d0ed811 100644 --- a/Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def @@ -33,7 +33,7 @@ \ifx\@tempa\@tempb \@addtoreset{#1}{chapter}% \@chapterlistsgap@on{#1}% - \newfloat@@setwithin{#1}{\ifnum\c@chapter>\z@ \thechapter\@SepMark\fi}{\theHchapter.}% + \newfloat@@setwithin{#1}{\ifnum\c@chapter>\z@ \thechapter\@SepMark\fi}{\theHchapter\@SepMark}% \else \def\@tempb{section}% \ifx\@tempa\@tempb @@ -41,9 +41,9 @@ \ifcsname c@chapter\endcsname \@addtoreset{#1}{chapter}% \@chapterlistsgap@on{#1}% - \newfloat@@setwithin{#1}{\thesection.}{\theHsection.}% + \newfloat@@setwithin{#1}{\thesection\@SepMark}{\theHsection\@SepMark}% \else - \newfloat@@setwithin{#1}{\ifnum\c@section>\z@ \thesection\@SepMark\fi}{\theHsection.}% + \newfloat@@setwithin{#1}{\ifnum\c@section>\z@ \thesection\@SepMark\fi}{\theHsection\@SepMark}% \fi \else \newfloat@Error{Invalid value `#2' for option `within'}% |