summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/memoir/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/README')
-rw-r--r--Master/texmf-dist/doc/latex/memoir/README44
1 files changed, 43 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README
index b94bb579f52..45c21dd7049 100644
--- a/Master/texmf-dist/doc/latex/memoir/README
+++ b/Master/texmf-dist/doc/latex/memoir/README
@@ -13,7 +13,7 @@ more popular packages.
PLEASE DON'T WRITE PETER DIRECTLY AS HE IS AWAY MORE OFTEN THAN
NOT.
-Lars Madsen <daleif@math.au.dk> has taking over the support for memoir.
+Lars Madsen <daleif@math.au.dk> is maintaining memoir.
NOTE: If you are using the hyperref package dated earlier than 2006/11/15,
@@ -36,6 +36,48 @@ o Backmatter:
Bibliography, indexes ~ 50 pages
+Changed (2018/12/12)
+
+o memoir v3.7h
+
+-- The following packages are no longer embedded into the class
+ sources: array, delarray, dcolumn and tabularx.
+
+ These are all part of the _tools_ section of every LaTeX
+ installation, thus there is no reason to embed it anymore (let
+ alone keep track of when they are updated). Instead we require them
+ from the LaTeX installation.
+
+ Note that the class still makes its own defaults for some of the
+ default settings for these packages.
+
+ Historical note: When the class was first created updating LaTeX
+ was not an easy task, often done by hand. Also there was no manual
+ requirements, or if there were a manual it might not be easy to
+ find. So it made sense to have it all in one place and their
+ manuals added to the class manual. This usage information in the
+ manual will stay, but might no longer be 100% up to date, so users
+ are always referred to the package manuals.
+
+ We may remove more embedded packages in the future and replace them
+ with just require the distribution provided ones.
+
+-- remembered to note \pagerefname when dealing with page notes.
+
+-- fixed bug in inline toc entries in the manual when there are subitem
+ that are not typeset and hyperref is in use (\endlinechar=-1 around
+ the toc), also noted in the manual that this problem may occur and
+ how to deal with it.
+
+ One might argue that \endlinechar=-1 should be the default thenever
+ the ToC are being typeset.
+
+-- Added \SingleSpacing* which does *not* add a \vskip at the
+ end. Also adjusted \SingleSpacing such that it does not emit a
+ \vskip when used in the preamble. This fixes
+ <https://tex.stackexchange.com/q/298904/3929>
+
+
Changed (2018/04/04)
o memoir v3.7g