diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-23 00:16:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-23 00:16:29 +0000 |
commit | 9e56502e0f0335cd0ead0cf968c142dd0dc52625 (patch) | |
tree | 662ed4163f8f500bdca3c8e53ef1931ca571748f /Master/texmf-dist/tex | |
parent | 94d9395b077eded9add59ad64006351216867c03 (diff) |
memoir patches update 4.8 (23jan07)
git-svn-id: svn://tug.org/texlive/trunk@3702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/mempatch.sty | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/mempatch.sty b/Master/texmf-dist/tex/latex/memoir/mempatch.sty index c00b0517f24..c4b1916fd05 100644 --- a/Master/texmf-dist/tex/latex/memoir/mempatch.sty +++ b/Master/texmf-dist/tex/latex/memoir/mempatch.sty @@ -7,7 +7,7 @@ %% mempatch.dtx (with options: `patch') %% %% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net -%% Copyright 2001 --- 2006 Peter R. Wilson +%% Copyright 2001 --- 2007 Peter R. Wilson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -22,7 +22,7 @@ %% %% This work consists of the files listed in the README file. %% -\ProvidesFile{mempatch.sty}[2006/12/23 v4.7 Patches for memoir class v1.618] +\ProvidesFile{mempatch.sty}[2007/01/22 v4.8 Patches for memoir class v1.618] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Version 4.0 was released simultaneously with version 1.618 of memoir. @@ -47,6 +47,8 @@ %%% See the code (near the end) for details. %%% %%% Version 4.7 fixes tiny bugs introduced in version 4.6 +%%% +%%% Version 4.8 fixes some more little bugs. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -1199,7 +1201,7 @@ \renewcommand*{\newlistentry}[4][\@empty]{% \@ifundefined{c@#2}{% check & set the counter \ifx \@empty#1\relax - newcounter{#2}% + \newcounter{#2}% % added the backslash 2007/01/22 per J{\o}rgen Larsen \else \newcounter{#2}[#1]% \expandafter\edef\csname the#2\endcsname{% @@ -3041,6 +3043,32 @@ \begin{minipage}{\epigraphwidth}\begin{\sourceflush} #1\par \end{\sourceflush}\end{minipage}} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%% Version 4.8 (2007/01/22 and later) + +%%%% \abscolnamefont and \abscoltextfont are the fonts when an abstract +%%%% is like a section in a two column document. +\newcommand*{\abscolnamefont}{\normalfont\Large\bfseries} +\newcommand*{\abscoltextfont}{\normalfont} + +\absleftindent=\leftmargin +\abs@leftindent=\leftmargin +\absrightindent=\leftmargin + +\renewcommand*{\setup@bstract}{% + \abs@leftindent=\absleftindent + \if@twocolumn + \if@bsonecol + \else + \abs@leftindent=\z@ + \absrightindent=\z@ + \renewcommand*{\abstractnamefont}{\abscolnamefont} + \renewcommand*{\abstracttextfont}{\abscoltextfont} + \renewcommand*{\absnamepos}{flushleft} + \setlength{\abstitleskip}{-2ex} + \fi + \fi} + \endinput %% %% End of file `mempatch.sty'. |