From 26849a68ecf5a0476ec5bd1fbc4a194b31af0060 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 20 Feb 2022 21:18:22 +0000 Subject: memoir (20feb22) git-svn-id: svn://tug.org/texlive/trunk@62105 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/memoir/README | 21 +++++++++++++++++++++ Master/texmf-dist/doc/latex/memoir/memman.pdf | Bin 2838243 -> 2838424 bytes Master/texmf-dist/doc/latex/memoir/memman.tex | 7 ++++--- 3 files changed, 25 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README index 42944d96b4d..27accc26947 100644 --- a/Master/texmf-dist/doc/latex/memoir/README +++ b/Master/texmf-dist/doc/latex/memoir/README @@ -27,6 +27,27 @@ o Backmatter: Command glossary ~ 40 pages Bibliography, indexes ~ 50 pages +Changed (2022/02/20) + +o memoir v3.7q + +-- Added memhfixc autoloading to memoir (via + \AtEndPackage{hyperref}...), then the equivalent code can be + removed from hyperref +-- now auto loads the etoolbox package in order to enable a future + patching approach instead of overwriting kernel macros + (nb: re-coding has not started yet) +-- changed definition of \medspace into \providecommand for better + testing with older kernels +-- added some code to a hook provided by footmisc fixing a bug with + the combination of memoir+footmisc+reledmac, especially the 2022 + update of footmisc +-- fixed typo in manual regarding \setupmaintoc, see + https://tex.stackexchange.com/q/602963/3929 for details. +-- The LaTeX team changed the order of the file/package hook names + into a more precise scheme. \AtBegin/EndFile, \AtBegin/EndPackage, + \AtBegin/EndClass changed accordingly + Changed (2021/06/16) o memoir v3.7p diff --git a/Master/texmf-dist/doc/latex/memoir/memman.pdf b/Master/texmf-dist/doc/latex/memoir/memman.pdf index 67d9654a71f..e3153585d8f 100644 Binary files a/Master/texmf-dist/doc/latex/memoir/memman.pdf and b/Master/texmf-dist/doc/latex/memoir/memman.pdf differ diff --git a/Master/texmf-dist/doc/latex/memoir/memman.tex b/Master/texmf-dist/doc/latex/memoir/memman.tex index 03a1af27e25..08cb835bc8c 100644 --- a/Master/texmf-dist/doc/latex/memoir/memman.tex +++ b/Master/texmf-dist/doc/latex/memoir/memman.tex @@ -13141,8 +13141,8 @@ other environments. \svnidlong {$Ignore: $} -{$LastChangedDate: 2018-09-14 11:13:10 +0200 (Fri, 14 Sep 2018) $} -{$LastChangedRevision: 620 $} +{$LastChangedDate: 2021-06-28 13:55:32 +0200 (Mon, 28 Jun 2021) $} +{$LastChangedRevision: 715 $} {$LastChangedBy: daleif@math.au.dk $} %%%%%%%%%%%%%%%%%%%%%%%%%% @@ -14968,11 +14968,12 @@ everything back to normal. \renewcommand{\cftchapterbreak}{\par\addpenalty{-\@highpenalty}} \setpnumwidth{2.55em} \setrmarg{3.55em} - \setcounter{tocdepth}{2}} + \setcounter{tocdepth}{2} \let\cftpartformatpnum\oldcftpartformatpnum \addtodef{\cftpartbreak}{\par}{} \let\cftbookformatpnum\oldcftbookformatpnum \addtodef{\cftbookbreak}{\par}{} + } \end{lcode} The first few lines restore some macros to their original definitions. \begin{lcode} -- cgit v1.2.3