summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/memoir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-16 20:36:25 +0000
committerKarl Berry <karl@freefriends.org>2016-05-16 20:36:25 +0000
commit7e645bc833a21c442923fb45747b124201686005 (patch)
tree2ba7c6d36b713185cc37bedd50396545708f59f8 /Master/texmf-dist/doc/latex/memoir
parent5a4815a1e4e22f0b4bf7358647c51bb9ec342fe0 (diff)
memoir (16may16)
git-svn-id: svn://tug.org/texlive/trunk@41203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir')
-rw-r--r--Master/texmf-dist/doc/latex/memoir/README13
-rw-r--r--Master/texmf-dist/doc/latex/memoir/memman.pdfbin2732193 -> 2731933 bytes
-rw-r--r--Master/texmf-dist/doc/latex/memoir/memman.tex41
3 files changed, 34 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README
index a69d578404f..fb4074c8af1 100644
--- a/Master/texmf-dist/doc/latex/memoir/README
+++ b/Master/texmf-dist/doc/latex/memoir/README
@@ -36,6 +36,18 @@ o Backmatter:
Bibliography, indexes ~ 50 pages
+Changed (2016/05/16)
+
+o memoir v3.7f
+
+-- Sidecaption placement in oneside docs did not work as
+ advertised. Now left and inner will place it on the left side, and
+ right and outer will place it on the right.
+-- fixed sporious spaces in \createmark
+-- added loading luatex85 under certain conditions
+-- updated the embedded booktabs code so we are back aligned with
+ latest booktabs version.
+
Changed (2015/07/08)
@@ -296,6 +308,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
+ Copyright 2011-- Lars Madsen
Maintainer: Lars Madsen daleif at math dot au dot dk
This work may be distributed and/or modified under the
diff --git a/Master/texmf-dist/doc/latex/memoir/memman.pdf b/Master/texmf-dist/doc/latex/memoir/memman.pdf
index 5484b6b959b..351c1aa914a 100644
--- a/Master/texmf-dist/doc/latex/memoir/memman.pdf
+++ b/Master/texmf-dist/doc/latex/memoir/memman.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/memoir/memman.tex b/Master/texmf-dist/doc/latex/memoir/memman.tex
index 09fa2546a00..4672e816f32 100644
--- a/Master/texmf-dist/doc/latex/memoir/memman.tex
+++ b/Master/texmf-dist/doc/latex/memoir/memman.tex
@@ -213,7 +213,7 @@
\setlength{\parskip}{\baselineskip}
%%\ttfamily
\textcopyright{} 2001 --- 2010 Peter R. Wilson \\
-\textcopyright{} 2011 --- 2014 Lars Madsen \\
+\textcopyright{} 2011 --- \phantom{2014} Lars Madsen \\
All rights reserved
The Herries Press, Normandy Park, WA.
@@ -245,6 +245,7 @@ Seventh edition: & 10 May 2008 \\
Eighth impression, with very minor corrections: & 12 July 2008 \\
Ninth impression, with additions and corrections: & 8 July 2009 \\
Eighth edition: & August 2009 \\
+Tenth impression, with additions and corrections: & 11 November 2015 \\
\end{tabular}
\end{center}
\ifMASTER
@@ -2166,8 +2167,8 @@ an em, often a quad is 1em.
\svnidlong
{$Ignore: $}
-{$LastChangedDate: 2015-04-23 14:33:14 +0200 (Thu, 23 Apr 2015) $}
-{$LastChangedRevision: 528 $}
+{$LastChangedDate: 2015-08-21 12:00:47 +0200 (Fri, 21 Aug 2015) $}
+{$LastChangedRevision: 544 $}
{$LastChangedBy: daleif $}
\chapter{Starting off} \label{chap:starting}
@@ -2540,10 +2541,10 @@ file containing all the size and space specifications for your chosen font
size, and also tell \Mname\ the name of the file. \emph{Before} the
\cmd{\documentclass} command define two macros, \cmd{\anyptfilebase} and
\cmd{\anyptsize} like:
-\begin{lcode}
- \newcommand*{\anyptfilebase}\marg{chars}
- \newcommand*{\anyptsize}\marg{num}
-\end{lcode}
+\begin{syntax}
+ \verb|\newcommand*{\anyptfilebase}|\marg{chars}\\
+ \verb|\newcommand*{\anyptsize}|\marg{num}
+\end{syntax}
\glossary(anyptsize)%
{\cs{anyptsize}}%
{Second part (the pointsize) of the name the \texttt{clo} file for the
@@ -2776,9 +2777,9 @@ want to put \cmd{\raggedbottom} in the preamble\index{preamble}.
\svnidlong
{$Ignore: $}
-{$LastChangedDate: 2015-04-22 13:01:10 +0200 (Wed, 22 Apr 2015) $}
-{$LastChangedRevision: 524 $}
-{$LastChangedBy: daleif $}
+{$LastChangedDate: 2015-11-23 09:32:30 +0100 (Mon, 23 Nov 2015) $}
+{$LastChangedRevision: 547 $}
+{$LastChangedBy: daleif@math.au.dk $}
\chapter{Laying out the page} \label{chap:layingpage}
@@ -3405,7 +3406,7 @@ commands\index{packages before class} before
The height of the typeblock\index{typeblock!height} should be
equivalent to an integral number of lines. The class provides two
different methods to specify the typeblock. \cmd{\settypeblocksize}
-(below) will set the size of the typoblock, other commands will then
+(below) will set the size of the typeblock, other commands will then
be used to place it on the paper. Alternatively the typeblock size can
be determined by setting the margins around it. We present this later
on in this section (see \cmd{\setlrmarginsandblock} and
@@ -7126,8 +7127,8 @@ optional argument of the \cmd{\twocolumn} command. In fact,
\svnidlong
{$Ignore: $}
-{$LastChangedDate: 2015-04-22 15:51:45 +0200 (Wed, 22 Apr 2015) $}
-{$LastChangedRevision: 526 $}
+{$LastChangedDate: 2015-07-17 12:08:47 +0200 (Fri, 17 Jul 2015) $}
+{$LastChangedRevision: 541 $}
{$LastChangedBy: daleif $}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -7262,7 +7263,7 @@ figure numbering throughout, i.e.,
\renewcommand\@memfront@floats{}
\renewcommand\@memmain@floats{}
\newcommand\@memback@floats{}
-\makeatletter
+\makeatother
\end{lcode}
in the preamble.
@@ -11261,8 +11262,8 @@ like:
\svnidlong
{$Ignore: $}
-{$LastChangedDate: 2014-11-05 16:28:11 +0100 (Wed, 05 Nov 2014) $}
-{$LastChangedRevision: 501 $}
+{$LastChangedDate: 2015-07-20 13:55:32 +0200 (Mon, 20 Jul 2015) $}
+{$LastChangedRevision: 542 $}
{$LastChangedBy: daleif $}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -12282,7 +12283,7 @@ The starred version, \cmd{\firmlists*}, allows sligthly less space around
the lists when they are preceded by a blank line than does the
unstarred \cmd{\firmlists}.
\begin{caveat}
- Due to the manner i which \cmd{\small} and \cmd{\footnotesize} are
+ Due to the manner in which \cmd{\small} and \cmd{\footnotesize} are
implemented, \cmd{\tightlists} and \cmd{\firmlists} will have \emph{no
effect} on lists typeset under \cmd{\small} or
\cmd{\footnotesize}.
@@ -12500,8 +12501,8 @@ other environments.
\svnidlong
{$Ignore: $}
-{$LastChangedDate: 2015-05-11 13:47:08 +0200 (Mon, 11 May 2015) $}
-{$LastChangedRevision: 531 $}
+{$LastChangedDate: 2015-07-20 13:55:32 +0200 (Mon, 20 Jul 2015) $}
+{$LastChangedRevision: 542 $}
{$LastChangedBy: daleif $}
%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -12516,7 +12517,7 @@ classes the typographic design of these is virtually fixed as it is buried
within the class definitions.
As well as allowing these lists to appear multiple times in a
-documant, the \Mname\ class gives handles to easily manipulate the design
+document, the \Mname\ class gives handles to easily manipulate the design
elements. The class also provides means for you to define your own new kinds of
`\listofx'.