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/README130
1 files changed, 103 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README
index f289e82b564..b4f5fb13ccd 100644
--- a/Master/texmf-dist/doc/latex/memoir/README
+++ b/Master/texmf-dist/doc/latex/memoir/README
@@ -6,21 +6,15 @@ normal fontsize and, if you have scalable fonts, 20pt, 25pt, 30pt, 36pt,
you create your particular design. The class incorporates over 30 of the
more popular packages.
- IF YOU HAVE ANY QUESTIONS PLEASE ASK THEM ON THE COMP.TEXT.TEX NEWSGROUP;
-YOU ARE LIKELY TO GET FASTER AND BETTER ANSWERS THAN IF YOU EMAIL (PETER)
-DIRECTLY AS (PETER) IS AWAY MORE OFTEN THAN NOT.
+ IF YOU HAVE ANY QUESTIONS PLEASE ASK THEM ON TEX.STACKEXCHANGE.COM
+ (PLEASE USE THE MEMOIR TAG) OR ON THE COMP.TEXT.TEX NEWSGROUP,
+ OR BY EMAIL TO THE MAINTAINER. PLEASE ADD MEMOIR TO THE SUBJECT.
-Lars Madsen <daleif+memoir@imf.au.dk> has taking over the support for memoir.
+ PLEASE DON'T WRITE PETER DIRECTLY AS HE IS AWAY MORE OFTEN THAN
+ NOT.
- NOTE: In order to provide fixes for any problems that may arise
-between major releases, you may find a file called mempatch.sty
-which contains any current fixes for the memoir class. The class
-will automatically include this so DO NOT \usepackage{mempatch}.
-The Change lists below do not neccessarily note each release of
-the patch or addendum files.
+Lars Madsen <daleif@imf.au.dk> has taking over the support for memoir.
- NOTE: Similarly, there may be file(s) called memmanadd.(tex|pdf) which
-provides amendments to the current version of the User Manual.
NOTE: If you are using the hyperref package dated earlier than 2006/11/15,
use the memhfixc package after the hyperref package, e.g.,
@@ -42,6 +36,84 @@ o Backmatter:
Bibliography, indexes ~ 50 pages
+Changed (2013/05/22)
+
+o memoir v3.7
+
+-- Emulated date for array package made to match the actual
+ package
+-- When ever the caption package is loaded we now reset
+ \abovecaptionskip to 10pt and \belowcaptionskip to 0pt
+ as in the default classes
+-- Typos in manual
+-- Fixed bug in \subbottom[]{...}. If an empty argument is given,
+ we will automatically eat the space after the (a)-part
+-- Fixed bug in \makeheadposition, the last two arguments was ignored,
+ now works as intended
+-- Removed \thanksfootextra from manual
+-- Factored the box part out of the various \<X>numberline macros
+-- The \cftXfont can now end with a macro taking one argument,
+ say \MakeTextUppercase
+-- Included a carbon copy of the textcase package by David Carlisle,
+ thus the class now provide the \MakeTextUppercase and
+ \MakeTextLowercase macros
+-- Default casing macro for the header information is now
+ \MakeTextUppercase not \MakeUppercase
+-- A hook is provided into \part, \book and \chapter which is executed
+ just before writing to the TOC. The hook is especially intended
+ when using the hyperref package and the layout dictates upper or
+ lower casing these titles in the TOC.
+-- All use of \MakeUppercase and \MakeLowercase in page styles,
+ chapter styles etc. have been changes into \MakeTextUppercase
+ and \MakeTextLowercase
+-- Added a sniplet showcasing an approach to auto adjust the numwidths
+ in the toc using calc and etoolbox
+-- Added titlingpage* which does not reset the page counter after the
+ env
+-- Added \mempreaddchaptertotochook and \mempostaddchaptertotochook
+ hooks, executed right before and right after \chapter writes to the
+ .toc file. It can be used to create a simple \chaptertoc command,
+ see sniplet appendix.
+ Added similarly named hooks to \part and \book, plus
+ \mempreaddapppagetotochook and \mempostaddapppagetotochook added to
+ \appendixpage
+-- Clarification about \maxtocdepth (turns out, it is not used in memoir),
+ related to http://tex.stackexchange.com/a/97018/3929
+-- Made sure \postchapterprecis include code such that the text after
+ \chapterprecis is indented in the same manner as it would just
+ after \chapter
+-- Added a hook at the very end of \chapter, could be used to add a
+ \clearpage or similar
+-- Added a remark about trimmarks vs. synctex.
+-- Fixed bug in \foottopagenote, now it works with \continuousnotenums
+-- Section on the \pagenotecommand moved to the chapter about page notes
+ (\footnote, \sidefootnote, \sidepar etc.)
+-- documented \cftKformatpnumhook, which could be used to auto adjust pnumwidth
+-- Added a hook enabling color change in the showlocs page style
+-- Workaround for colors leaking into paragraph footnotes (a proper
+ solution would involve fixing the color stack problem as in bigfoot)
+-- Subfloat counter reset factored out into macros, requested by Axel
+ Sommerfelt
+-- split \@makecaption into two, and inner (\@@makecaption) which
+ handles the formatting, and an outer (\@makecaption) handling the
+ space before and after
+-- longtable caption support, added only if the ltcaption package is
+ not loaded (either directly or indirectly).
+-- Added an autoadjustment feature for \marginparwidth (suggested by
+ Steffen V. Petersen), thus unless the user has used \setmarginnotes
+ a suitable choice for \marginparwidth is made.
+ More of these auto adjusting macros may be added later.
+-- rewritten how page notes are written to the .ent file
+-- added hyperref support to page notes
+
+
+o memhfixc v1.16
+
+-- restore footnote comma separation, when hyperfootnotes option is
+ active (default in current hyperref)
+-- make sure \@starttoc behave like ours, when running under hyperref
+
+
Changed (2011/03/06)
o memoir v3.6j
@@ -51,7 +123,7 @@ o memoir v3.6j
and \book such that a non-zero \parskip no longer interfer
with the title layout.
-- yet another fix for the reimplemented page notes. Now 'x x'
- only result in one line break not several.
+ only results in one line break not several.
@@ -129,15 +201,15 @@ Changes (2010/08/22)
o memoir v3.6f
--- a typo fix memoir in memoirs float handling got lost, this brings it
- back in line
+-- fixed a typo in memoirs float handling which caused floats to
+ become lost, this brings float handling back in line
Changes (2010/08/20)
o memoir v3.6e
-- changed \parnopar to make its changes inside a group
--- some clearifications in the manual
+-- some clarifications in the manual
o Memhfixc v1.15
@@ -153,7 +225,7 @@ Earlier changes are noted at the end.
-------------------------------------------------------------------
Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net
Copyright 2001--2010 Peter R. Wilson
- Maintainer: Lars Madsen daleif+memoir at imf dot au dot dk
+ Maintainer: Lars Madsen daleif at imf dot au dot dk
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
@@ -263,7 +335,7 @@ o Memoir v3.6d
is no longer indented by default.
-- Fixed some typos in the manual and in the class
-- reorganized the manner by which we handle the memoir user
- manual. This enables us to add reversion numbers and dates to the
+ manual. This enables us to add revision numbers and dates to the
start of each chapter of the manual. Please note that these
revision numbers do not appear if one attempts to compile
memman.tex as it relies on a modified (and thus private) version of
@@ -275,7 +347,7 @@ o Memoir v3.6d
o Memhfixc v1.14
-- Brought memoir sections back in line with hyperref. Now a hyperlink
- to a section should end up above the section tilte, instead of below.
+ to a section should end up above the section title, instead of below.
Changes (2010/04/19)
@@ -283,7 +355,7 @@ Changes (2010/04/19)
o Memoir v3.6
-- reversioned memoir to version 3.6. The version number was tending
- towards the golden ration, but apparently this numeric value is
+ towards the golden ratio, but apparently this numeric value is
not widely known.
-- fixed \marginparmargin{left} in twoside mode
-- fixed a race condition in memhfixc
@@ -300,7 +372,7 @@ Changes (2010/02/17)
o Memoir v1.618033988b
--- fixed typo that broke \feetbelowfloats
+-- fixed typo that broke \feetbelowfloat
Changes (2010/02/16)
@@ -326,7 +398,7 @@ o Memoir v1.618033988
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.
+ is now. The chapter stems 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)
@@ -350,7 +422,7 @@ o Memoir v1.61803398c
to be defined by the user. Now the user can simply define them to do
nothing if needed.
-- added visual example to the manual showing the four trim mark types
--- changed the madsen chapter style such that it now have a better
+-- changed the madsen chapter style such that it now has a better
unnumbered look
@@ -365,7 +437,7 @@ Changes (2009/09/10)
o Memoir v1.61803398
--- fixed bug with the upquotes package
+-- fixed bug with the upquote package
-- added support for the bidi package
-- added a simple page style
-- added feature to \newlistof such that \KeepFromToc will locally change say
@@ -479,9 +551,9 @@ o Memoir v1.6180339c released with minor bug fixes that could
<ltext> as a flushleft column, width <lfrac> of the textwidth, and <rtext>
as a flushright column, width <rfrac> of the textwidth, with
(1.0 - <lfrac> - <rfrac>) textwidth space between them. E.g.,
- \spring{0.4}{0.5}{On the left}{Right stuff}
+ \leftspringright{0.4}{0.5}{On the left}{Right stuff}
--- Following the declaration \linenottooshort{<length>} paragraphs will be set:
+-- Following the declaration \linenottooshort[<length>] paragraphs will be set:
As normal but the last line will not be shorter than <length> (default 4em)
-- Using \russianpar instead of \par to end a paragraph causes it to be set
@@ -559,7 +631,7 @@ o There was a mismatch between the general version of memman.pdf and the
o NO CHANGES TO THE CLASS
Changes (2008/06/02)
-o Memoir class v1.618033 released with bug fixes for \feetbelowfloats
+o Memoir class v1.618033 released with bug fixes for \feetbelowfloat
and sidebar layout for the larger font sizes.
o NO CHANGES TO THE USER MANUAL
@@ -785,3 +857,7 @@ o First public experimental alpha release
2009/08/23
Peter Wilson
herries dot press at earthlink dot net
+
+%%% Local Variables:
+%%% mode: text
+%%% End: