summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-20 21:18:22 +0000
committerKarl Berry <karl@freefriends.org>2022-02-20 21:18:22 +0000
commit26849a68ecf5a0476ec5bd1fbc4a194b31af0060 (patch)
tree0eafd640ef463256d459fd2d62d2131da17496bf /Master/texmf-dist/doc/latex
parent5e9bdcaf96ffc896520415e92bf26bc26420961e (diff)
memoir (20feb22)
git-svn-id: svn://tug.org/texlive/trunk@62105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/memoir/README21
-rw-r--r--Master/texmf-dist/doc/latex/memoir/memman.pdfbin2838243 -> 2838424 bytes
-rw-r--r--Master/texmf-dist/doc/latex/memoir/memman.tex7
3 files changed, 25 insertions, 3 deletions
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
--- a/Master/texmf-dist/doc/latex/memoir/memman.pdf
+++ b/Master/texmf-dist/doc/latex/memoir/memman.pdf
Binary files 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}