summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/memoir/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/memoir/README')
-rw-r--r--macros/latex/contrib/memoir/README48
1 files changed, 48 insertions, 0 deletions
diff --git a/macros/latex/contrib/memoir/README b/macros/latex/contrib/memoir/README
index d50c43f474..ce656d845c 100644
--- a/macros/latex/contrib/memoir/README
+++ b/macros/latex/contrib/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