summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/memoir/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-10 21:21:03 +0000
committerKarl Berry <karl@freefriends.org>2020-09-10 21:21:03 +0000
commit67e9f00d61bf2bd2cb28a7843ab5733112cea855 (patch)
tree155862b1135aa708549ef0ad02b2fd57f6dfaf0c /Master/texmf-dist/doc/latex/memoir/README
parenta1a059cb41146cfca1bb356bff185d946800c274 (diff)
memoir (10sep20)
git-svn-id: svn://tug.org/texlive/trunk@56313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/README')
-rw-r--r--Master/texmf-dist/doc/latex/memoir/README48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README
index d50c43f4746..ce656d845c7 100644
--- a/Master/texmf-dist/doc/latex/memoir/README
+++ b/Master/texmf-dist/doc/latex/memoir/README
@@ -28,6 +28,54 @@ o Backmatter:
Bibliography, indexes ~ 50 pages
+Changed (2020/09/10)
+
+o memoir v3.7m
+
+In preparation for the LaTeX format/kernel update (2020/10/01) several
+class hook features have been changed to use these new features, see
+the manuals for lthooks, ltfilehook, ltshipout for details on these
+new hooks.
+
+Thus from the 2020/10/01 LaTeX forward onwards we have the changes
+below. Until 2020/10/01 the new format can be tested via
+e.g. pdflatex-dev
+
+-- trimmarks are now added via the shipout/background hook, and is
+ labeled memoir/trimmarks
+
+ See the ltshipout manual for more details.
+
+-- \AtBeginFile{filename}{code} and \AtEndFile{filename}{code} are now
+ implemented via the file/before/filename and
+ file/after/filename hooks.
+
+ **Breaking change:** In the old implementation of
+ \AtBegin/EndFile{file}: if file is a `.tex` file, then one could use
+ \AtEndFile{test}{code} to add code at the end of inputting
+ `test.tex`. Now you will have to use \AtEndFile{test.tex}{code}.
+
+ See the manual for ltfilehook for more details.
+
+-- \AtBeginPackage{name}{code}, \AtEndPackage{name}{code} and
+ \RequireAtEndPackage{name}{code} are now implemented via the
+ package/before/name and package/after/name hooks.
+
+-- \AtBeginClass{name}{code}, \AtEndClass{name}{code} and
+ \RequireAtEndClass{name}{code} are implemented via
+ class/before/name and class/after/name
+
+-- the redefinition of \trimmarks inside the definition of \quarkmarks
+ have been removed
+
+-- Whenever the caption package is loaded, memoir will reset it self
+ so the caption package can take over. We issue some information to
+ the user at this point. In this update we have changed this
+ information from a class warning to a class info as the warning
+ confused a ot of users.
+
+
+
Changed (2020/06/02)
o memoir v3.7l