diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-09 00:06:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-09 00:06:02 +0000 |
commit | 5f004174ff5e0d73d78e2c5af7fb19f67997d3b0 (patch) | |
tree | ceac40220933f51fd92796c215516f70966d5419 /Master/texmf-dist/tex/latex/memoir/memoir.cls | |
parent | 64ac32424e6d9862183c9261c2824155d8b9ba75 (diff) |
memoir 3.6f (23aug10)
git-svn-id: svn://tug.org/texlive/trunk@19620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/memoir/memoir.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/memoir/memoir.cls | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/memoir/memoir.cls b/Master/texmf-dist/tex/latex/memoir/memoir.cls index ff916f2dbdb..d971fd708da 100644 --- a/Master/texmf-dist/tex/latex/memoir/memoir.cls +++ b/Master/texmf-dist/tex/latex/memoir/memoir.cls @@ -26,7 +26,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesClass{memoir}% - [2010/07/01 v3.6d configurable book, report, article document class] + [2010/08/20 v3.6e configurable book, report, article document class] \newcommand*{\@ptsize}{} \newcommand*{\@memptsize}{} \newlength{\onelineskip} @@ -2646,9 +2646,13 @@ \thispagestyle{chapter} \global\@topnum\z@ \fi - \@afterindentfalse + \m@mindentafterchapter \@ifstar{\@m@mschapter}{\@m@mchapter}} +\newcommand*\indentafterchapter{\def\m@mindentafterchapter{\@afterindenttrue}} +\newcommand*\noindentafterchapter{\def\m@mindentafterchapter{\@afterindentfalse}} +\noindentafterchapter + \newcommand{\@m@mchapter}[1][]{% \def\ch@pt@c{#1}% capture first optional arg \@ifnextchar[{\@chapter}{\@chapter[]}% @@ -8384,8 +8388,7 @@ \fi \fi} -\newcommand{\parnopar}{\parfillskip=0pt\par\parskip=0pt\noindent - \parfillskip\@flushglue} +\newcommand*{\parnopar}{{\parfillskip=0pt\par\parskip=0pt\noindent}} \newif\ifreversesidepar \reversesidepartrue |