diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/README | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README index ce656d845c7..199f5d9e9c9 100644 --- a/Master/texmf-dist/doc/latex/memoir/README +++ b/Master/texmf-dist/doc/latex/memoir/README @@ -28,27 +28,40 @@ o Backmatter: Bibliography, indexes ~ 50 pages +Changed (2020/10/04) + +o memoir v3.7n + +-- The new implementations for the \AtEndPackage and friends only + require single #s not # doubling as in the old implementation. That + is not backwards compatible. # doubling now forced in the new + implementation as well. + + 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. +In preparation for the LaTeX format/kernel update (2020/10/01) several class +file hook features will change to use these new kernel 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 +As of writing, you can test the new format via e.g. pdflatex-dev if you have an +up to date LaTeX installation. + +Details about the changes: + +-- trimmarks are now added via the shipout/background hook, the added hook 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. + 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 @@ -62,11 +75,11 @@ e.g. pdflatex-dev 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 + \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 +-- 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 |