diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-08 22:33:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-08 22:33:01 +0000 |
commit | cf50135f238594f9bbff9bb76412001f6a171c85 (patch) | |
tree | d9042b6e62e3e7193880e98c79b80fd83b3475e6 /Master/texmf-dist/doc/latex/memoir/memman.tex | |
parent | e1218e4d5ddcb68ac921c718bbe7a537af862583 (diff) |
memoir (8jul15)
git-svn-id: svn://tug.org/texlive/trunk@37809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/memman.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/memoir/memman.tex | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/memman.tex b/Master/texmf-dist/doc/latex/memoir/memman.tex index 45cb6ded596..09fa2546a00 100644 --- a/Master/texmf-dist/doc/latex/memoir/memman.tex +++ b/Master/texmf-dist/doc/latex/memoir/memman.tex @@ -12500,8 +12500,8 @@ other environments. \svnidlong {$Ignore: $} -{$LastChangedDate: 2015-01-05 12:35:51 +0100 (Mon, 05 Jan 2015) $} -{$LastChangedRevision: 502 $} +{$LastChangedDate: 2015-05-11 13:47:08 +0200 (Mon, 11 May 2015) $} +{$LastChangedRevision: 531 $} {$LastChangedBy: daleif $} %%%%%%%%%%%%%%%%%%%%%%%%%% @@ -14537,7 +14537,7 @@ following will set up for sub-answers. \newcommand{\subanswer}[1]{ \refstepcounter{subanswer} \par\textbf{\thesubanswer) #1} - \addcontentsline{ans}{subanswer{\protect\numberline{\thesubanswer}#1}} + \addcontentsline{ans}{subanswer}{\protect\numberline{\thesubanswer}#1} \setcounter{ansdepth}{2} \end{lcode} And then: @@ -19612,8 +19612,8 @@ illustrate these points. \svnidlong {$Ignore: $} -{$LastChangedDate: 2015-04-22 17:17:51 +0200 (Wed, 22 Apr 2015) $} -{$LastChangedRevision: 527 $} +{$LastChangedDate: 2015-05-11 16:20:03 +0200 (Mon, 11 May 2015) $} +{$LastChangedRevision: 532 $} {$LastChangedBy: daleif $} \chapter{Page notes} \label{chap:mnotes} @@ -21505,7 +21505,7 @@ By default this means that the header for starred chapters will be something like >>Chapter Title<<, which may look odd. In that case redefine \cmd{\pagenotesubheadstarred} to something similar to \begin{lcode} -\renewcommand\pagenotesubheadstarred{\section*{#3}} +\renewcommand\pagenotesubheadstarred[3]{\section*{#3}} \end{lcode} Just remember that unless you have specified \cmd{\continuousnotenums} in the preamble the note counter (\Icn{pagenote}) will only be reset @@ -31542,8 +31542,8 @@ than Archibald Smythe University will permit. \svnidlong {$Ignore: $} -{$LastChangedDate: 2013-04-24 17:14:15 +0200 (Wed, 24 Apr 2013) $} -{$LastChangedRevision: 442 $} +{$LastChangedDate: 2015-07-08 09:49:37 +0200 (Wed, 08 Jul 2015) $} +{$LastChangedRevision: 536 $} {$LastChangedBy: daleif $} \chapter{Packages and macros} @@ -31560,6 +31560,14 @@ you do not have them please consider getting them, are: \begin{itemize} \item \Lpack{etex} lets you take advantage of e\tx's extended support for counters and such. + + Note that from 2015 and onwards, the allocation of extra + registers have now been build into the LaTeX kernel. Thus in + most cases the \Lpack{etex} package is no longer + necessary. There are how ever extra very special features left + in \Lpack{etex} that \emph{some} users may need. In that case + please remember to load \Lpack{etex} by placing + \verb|\RequirePackage{etex}| \emph{before} \cs{documentclass}! \item \Lpack{url}~\cite{URL} is for typesetting URL's without worrying about special characters or line breaking. \item \Lpack{fixltx2e}~\cite{FIXLTX2E} eliminates some infelicities |