summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/rmathbr/README4
-rw-r--r--Master/texmf-dist/doc/latex/rmathbr/rmathbr.pdfbin244404 -> 244898 bytes
-rw-r--r--Master/texmf-dist/source/latex/rmathbr/rmathbr.dtx17
-rw-r--r--Master/texmf-dist/source/latex/rmathbr/rmathbr.ins4
-rw-r--r--Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty12
5 files changed, 21 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/rmathbr/README b/Master/texmf-dist/doc/latex/rmathbr/README
index 34da88e5075..de0780e02a9 100644
--- a/Master/texmf-dist/doc/latex/rmathbr/README
+++ b/Master/texmf-dist/doc/latex/rmathbr/README
@@ -1,10 +1,10 @@
-rmathbr 1.0.2
+rmathbr 1.0.3
=============
Repeating of math operator at the broken line and the new line
in inline equations (common in Cyrillic mathematical typography)
-Copyright (C) 2008-2015 by Denis Ryabov <dryabov@yandex.ru>
+Copyright (C) 2008-2016 by Denis Ryabov <dryabov@yandex.ru>
This work may be distributed and/or modified under the
diff --git a/Master/texmf-dist/doc/latex/rmathbr/rmathbr.pdf b/Master/texmf-dist/doc/latex/rmathbr/rmathbr.pdf
index 7543b3679ae..270819baf9e 100644
--- a/Master/texmf-dist/doc/latex/rmathbr/rmathbr.pdf
+++ b/Master/texmf-dist/doc/latex/rmathbr/rmathbr.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/rmathbr/rmathbr.dtx b/Master/texmf-dist/source/latex/rmathbr/rmathbr.dtx
index 1edcbe303d3..6bdcc488cf6 100644
--- a/Master/texmf-dist/source/latex/rmathbr/rmathbr.dtx
+++ b/Master/texmf-dist/source/latex/rmathbr/rmathbr.dtx
@@ -2,7 +2,7 @@
% !Mode:: "TeX:DTX:UK"
% !DTXversion:: "2.5a"
%
-% Copyright (C) 2008-2015 by Denis Ryabov <dryabov@yandex.ru>
+% Copyright (C) 2008-2016 by Denis Ryabov <dryabov@yandex.ru>
% ---------------------------------------------------------------------------
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -28,7 +28,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{rmathbr}
%<*package>
- [2015/06/23 1.0.2 Repeating of math operator at the broken line and the new line in inline equations]
+ [2016/04/10 1.0.3 Repeating of math operator at the broken line and the new line in inline equations]
%</package>
%
%<*driver>
@@ -183,6 +183,11 @@
%
% \section{Changelog}
%
+% \subsection*{1.0.3 (10-April-2016)}
+% \begin{itemize}
+% \item fix issue with sub-/superscripts in \verb|\Biggl|, \verb|\biggl|,
+% \verb|\Bigl|, \verb|\bigl|
+% \end{itemize}
% \subsection*{1.0.2 (23-June-2015)}
% \begin{itemize}
% \item fix issue with expanding of math operators
@@ -914,10 +919,10 @@
% \end{macrocode}
% Open brackets.
% \begin{macrocode}
-\rmathbr@ReDeclareRobustCommandI{\bigl}{\mathopen\big#1\nobr}
-\rmathbr@ReDeclareRobustCommandI{\Bigl}{\mathopen\Big#1\nobr}
-\rmathbr@ReDeclareRobustCommandI{\biggl}{\mathopen\bigg#1\nobr}
-\rmathbr@ReDeclareRobustCommandI{\Biggl}{\mathopen\Bigg#1\nobr}
+\rmathbr@ReDeclareRobustCommandI{\bigl}{\rmathbr@mathop{\mathopen\big#1}}
+\rmathbr@ReDeclareRobustCommandI{\Bigl}{\rmathbr@mathop{\mathopen\Big#1}}
+\rmathbr@ReDeclareRobustCommandI{\biggl}{\rmathbr@mathop{\mathopen\bigg#1}}
+\rmathbr@ReDeclareRobustCommandI{\Biggl}{\rmathbr@mathop{\mathopen\Bigg#1}}
\SetOpenBracket{\lmoustache}
\SetOpenBracket{\langle}
\SetOpenBracket{\lbrace}
diff --git a/Master/texmf-dist/source/latex/rmathbr/rmathbr.ins b/Master/texmf-dist/source/latex/rmathbr/rmathbr.ins
index 9fb996f680a..40f251e4487 100644
--- a/Master/texmf-dist/source/latex/rmathbr/rmathbr.ins
+++ b/Master/texmf-dist/source/latex/rmathbr/rmathbr.ins
@@ -1,4 +1,4 @@
-%% Copyright (C) 2008-2011 by Denis Ryabov <dryabov@yandex.ru>
+%% Copyright (C) 2008-2016 by Denis Ryabov <dryabov@yandex.ru>
%% --------------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -25,7 +25,7 @@
This is a generated file.
-Copyright (C) 2008-2011 by Denis Ryabov <dryabov@yandex.ru>
+Copyright (C) 2008-2016 by Denis Ryabov <dryabov@yandex.ru>
--------------------------------------------------------------------------
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty b/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty
index 307a08ad610..efec0525ff2 100644
--- a/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty
+++ b/Master/texmf-dist/tex/latex/rmathbr/rmathbr.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2008-2011 by Denis Ryabov <dryabov@yandex.ru>
+%% Copyright (C) 2008-2016 by Denis Ryabov <dryabov@yandex.ru>
%% --------------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -20,7 +20,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{rmathbr}
- [2015/06/23 1.0.2 Repeating of math operator at the broken line and the new line in inline equations]
+ [2016/04/10 1.0.3 Repeating of math operator at the broken line and the new line in inline equations]
\RequirePackage{ifetex}
\RequirePackage{mathstyle}
\@ifpackageloaded{breqn}%
@@ -451,10 +451,10 @@
\fi
\endgroup%
}
-\rmathbr@ReDeclareRobustCommandI{\bigl}{\mathopen\big#1\nobr}
-\rmathbr@ReDeclareRobustCommandI{\Bigl}{\mathopen\Big#1\nobr}
-\rmathbr@ReDeclareRobustCommandI{\biggl}{\mathopen\bigg#1\nobr}
-\rmathbr@ReDeclareRobustCommandI{\Biggl}{\mathopen\Bigg#1\nobr}
+\rmathbr@ReDeclareRobustCommandI{\bigl}{\rmathbr@mathop{\mathopen\big#1}}
+\rmathbr@ReDeclareRobustCommandI{\Bigl}{\rmathbr@mathop{\mathopen\Big#1}}
+\rmathbr@ReDeclareRobustCommandI{\biggl}{\rmathbr@mathop{\mathopen\bigg#1}}
+\rmathbr@ReDeclareRobustCommandI{\Biggl}{\rmathbr@mathop{\mathopen\Bigg#1}}
\SetOpenBracket{\lmoustache}
\SetOpenBracket{\langle}
\SetOpenBracket{\lbrace}