summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/rmathbr
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-24 21:34:02 +0000
committerKarl Berry <karl@freefriends.org>2015-06-24 21:34:02 +0000
commitc756eba539a3effc8f21cc678df9afb6dbeef388 (patch)
tree70f26a35877202a331406215ecd30b56e6634840 /Master/texmf-dist/tex/latex/rmathbr
parent79eb465de5ec5a4a7e6c5d4f45f53d4932f2fc5f (diff)
rmathbr (24jun15)
git-svn-id: svn://tug.org/texlive/trunk@37663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/rmathbr')
-rw-r--r--Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty b/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty
index 9d02b864b82..307a08ad610 100644
--- a/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty
+++ b/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty
@@ -20,7 +20,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{rmathbr}
- [2015/06/14 1.0.1 Repeating of math operator at the broken line and the new line in inline equations]
+ [2015/06/23 1.0.2 Repeating of math operator at the broken line and the new line in inline equations]
\RequirePackage{ifetex}
\RequirePackage{mathstyle}
\@ifpackageloaded{breqn}%
@@ -403,18 +403,18 @@
\else
\let\@command=\relax
\fi
- \@command{\rmathbr@arg}%
+ \expandafter\@command\expandafter{\rmathbr@arg}%
}
\endgroup
\def\rmathbr@brokenglue#1#2#3%
{
- \edef\rmathbr@temp{#1#2{#3}}
- \rmathbr@this{\rmathbr@temp}%
+ \def\rmathbr@temp{#1#2{#3}}
+ \expandafter\rmathbr@this\expandafter{\rmathbr@temp}%
}
\def\rmathbr@brokenskip#1#2%
{
- \edef\rmathbr@temp{#1#2}
- \rmathbr@this{\rmathbr@temp}%
+ \def\rmathbr@temp{#1#2}
+ \expandafter\rmathbr@this\expandafter{\rmathbr@temp}%
}
\def\rmathbr@setbreakable#1#2%
{