summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def')
-rw-r--r--Master/texmf-dist/tex/latex/bidi/newfloat-xetex-bidi.def6
1 files changed, 3 insertions, 3 deletions
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'}%