diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-17 01:03:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-17 01:03:49 +0000 |
commit | eb531211a9347605eb2e38bd483e0698f2f3c30b (patch) | |
tree | c29125d024d27dd4e788de455c1221641b42cc9a /Master/texmf-dist/doc/latex/memoir/README | |
parent | 80f8b8d7c5431f27d221b670d2fbb51f37cdbdff (diff) |
memoir v1.618033988 (16feb10)
git-svn-id: svn://tug.org/texlive/trunk@17061 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 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README index 8cf08be0631..a202b3b07e1 100644 --- a/Master/texmf-dist/doc/latex/memoir/README +++ b/Master/texmf-dist/doc/latex/memoir/README @@ -43,6 +43,39 @@ o Backmatter: Bibliography, indexes ~ 50 pages +Changes (2010/02/16) + +o Memoir v1.618033988 + +-- changed internal toc handling, as not to open extra files if the + TOC is being used several times. +-- fixed bug in the emulation of ifpdf, ifxetex and ifluatex that + might cause memoir to crash in certain cases +-- added \clearmark and \clearplainmark to 'clear' mark commands when + defining specialised page styles +-- made \subcaptionref robust +-- added \letcountercounter and \unletcounter to let one counter act + as if it had another name +-- add possibility to have \footnote write in the margin by internally + use \marginpar +-- added a separate bottom aligned side footnote feature +-- added consistent interface for \marginpar, \sidepar, \sidebar, + and \sidefootnote for specifying into which margin the note should go +-- added feature that makes it easier for the side writing macros to + determine whether they are on the left or right of the text. The + defaults for \sidepar and \sidebar have been changed such that their + text now comes out flush up against the text. +-- added appendix about the picture environment. Apparently there is no + extensive freely available information about this environment. There + is now. The chapter stem from an abandoned book project. +-- extended the pagestyle changing macros such that they now warn if + the page style does not exist or if the page style is an alias + (trying to change an alias might lead to odd results) +-- added tocvsec2 to list of emulated packages (left out by mistake) +-- some undocumented hooks have been added to the toc building macros, + more about these later. + + Changes (2009/11/17) o Memoir v1.61803398c |