diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/memoir.cls | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/memoir.cls b/Master/texmf-dist/tex/latex/memoir/memoir.cls index 5f8c4a9dcb4..65017bee089 100644 --- a/Master/texmf-dist/tex/latex/memoir/memoir.cls +++ b/Master/texmf-dist/tex/latex/memoir/memoir.cls @@ -28,8 +28,8 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesClass{memoir}% - [2020/03/25 v3.7k configurable book, report, article document class] -\newcommand\memversion{v3.7k, 2020/03/25} + [2020/06/02 v3.7l configurable book, report, article document class] +\newcommand\memversion{v3.7l, 2020/06/02} \newcommand*{\@ptsize}{} \newcommand*{\@memptsize}{} \newlength{\onelineskip} @@ -12187,12 +12187,16 @@ \vfuzz\hfuzz} \newenvironment{midsloppypar}{\par\midsloppy}{\par} +\@ifl@t@r\fmtversion{2020-10-01}{ + % nothing to do with newer kernel +}{% \newcommand{\medspace}{\kern .22222em } \DeclareRobustCommand{\:}{% \relax\ifmmode\mskip\medmuskip\else\medspace\fi} \DeclareRobustCommand{\!}{% \relax\ifmmode\mskip-\thinmuskip\else\negthinspace\fi} +} % end kernel version wrapper \DeclareRobustCommand*{\slashfracstyle}[1]{% {\m@th\ensuremath{\mbox{\fontsize\sf@size\z@\selectfont #1}}}} \DeclareRobustCommand*{\slashfrac}[2]{\leavevmode |