diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-15 00:53:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-15 00:53:04 +0000 |
commit | 73b76d6d7b5047bad09c2f43f6a99334e6d5a67c (patch) | |
tree | 0d6036237854e95ade2e585cbc305979271b4b35 /Master/texmf-dist/doc/latex/memoir/README | |
parent | 82ac0ba9ed70499005296836d8be39181785d3ba (diff) |
memoir 3.6h (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/README | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README index eac6297d87f..8737fa71f1e 100644 --- a/Master/texmf-dist/doc/latex/memoir/README +++ b/Master/texmf-dist/doc/latex/memoir/README @@ -41,6 +41,52 @@ o Backmatter: Command glossary ~ 40 pages Bibliography, indexes ~ 50 pages + +Changes (2011/02/13) + +o memoir v3.6h + +-- provided marginfigure and margintable environments modelled after + tufte latex (work in progress) including special justification macro + to force content flush against the textblock +-- copied the contents of the placeins package, though under a + different name (\FloatBlock) +-- added \setfloatadjustment to allow users to globally add stuff to the + start of floats, e.g. make typeset floating tables using \small +-- added the possibility to change the color of the head/foot rule in + the pagestyle +-- reimplemented the page note construction. Note that the new + implementation does not rely on the same macros as the old + implementation +-- Manual: checked and verified the links in the bibliography and made + all the CTAN links active in the PDF version of the manual. +-- \namesubappendices and \anonsubappendices never existed, + their real names are \namedsubappendices and \unnamedsubappendices, + fixed in the manual. +-- fixed bug in \pfbreak +-- added hook/wrapper such that packages like bidi can control the + typesetting direction of the headers/footers +-- added footer and header measuring, inspired by similar feature in + fancyhdr. Though we do not change, say, the \headheight we leave + this to the user and simply warn about it. +-- made sure that \footnote, \sidefootnote, \sidepar and \sidebar + use the same baseline stretch setting (note that for now \marginpar + is not covered) +-- fixed a font problem inside \quarkmarks +-- subsequent pagenotes are now separated in the same manner af footnotes + +o mem12.clo + +-- changed \headheight to 14.5pt, to match the pattern used by + the other clo files. + +o memhfixc.sty + +-- now take care of using \printpagenoteshyperref to print back + references for page notes using hyperlinks. + + + Changes (2010/09/19) o memoir v3.6g |