diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir')
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/README | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/memman.pdf | bin | 2676991 -> 2677557 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/memman.tex | 9 |
3 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README index e8d9451476f..f289e82b564 100644 --- a/Master/texmf-dist/doc/latex/memoir/README +++ b/Master/texmf-dist/doc/latex/memoir/README @@ -42,6 +42,19 @@ o Backmatter: Bibliography, indexes ~ 50 pages +Changed (2011/03/06) + +o memoir v3.6j + +-- fixed typo in trimmarks +-- changed \chapter (and chapter like titles), \section's, \part + 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. + + + Changed (2011/02/18) o memoir v3.6i diff --git a/Master/texmf-dist/doc/latex/memoir/memman.pdf b/Master/texmf-dist/doc/latex/memoir/memman.pdf Binary files differindex 863e1fce9fc..0d0142bbc72 100644 --- a/Master/texmf-dist/doc/latex/memoir/memman.pdf +++ b/Master/texmf-dist/doc/latex/memoir/memman.pdf diff --git a/Master/texmf-dist/doc/latex/memoir/memman.tex b/Master/texmf-dist/doc/latex/memoir/memman.tex index a1fe4b01ce2..8b912a8607f 100644 --- a/Master/texmf-dist/doc/latex/memoir/memman.tex +++ b/Master/texmf-dist/doc/latex/memoir/memman.tex @@ -4513,8 +4513,8 @@ effect. \svnidlong {$Ignore: $} -{$LastChangedDate: 2010-09-19 13:11:31 +0200 (Sun, 19 Sep 2010) $} -{$LastChangedRevision: 275 $} +{$LastChangedDate: 2011-03-06 19:39:20 +0100 (Sun, 06 Mar 2011) $} +{$LastChangedRevision: 360 $} {$LastChangedBy: daleif $} @@ -5326,7 +5326,10 @@ throughout a paragraph. The value may change depending on the size of the current font. More precisely, the \cmd{\baselineskip} depends on the font being used at the \emph{end} of the paragraph. The class also provides the length \lnc{\onelineskip} -which is the default leading for the normal body font. As far as the class +which is the default leading for the normal body font.\footnote{That + is \cmd{\onelineskip} is set in the \text{memX.clo} file + corresponding to the font size class option. For \texttt{10pt}, the + size is set via \texttt{mem10.clo}.} As far as the class is concerned this is a constant value; that is, unlike \lnc{\baselineskip}, it never alters \lnc{\onelineskip}. You can use (fractions) of \lnc{\onelineskip} to specify vertical spaces in terms of normal text |