diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-09 00:37:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-09 00:37:59 +0000 |
commit | 2b86033343307837c588836db4fcd2b9c87a11f1 (patch) | |
tree | e2284cba116c6f1f51564a75bf69c76179e60aaa /Master/texmf-dist/tex/latex/frontespizio | |
parent | e28f50b324dbf45f3f112ab2e3c0aed8d61b2d9f (diff) |
frontespizio 1.3 (8mar11)
git-svn-id: svn://tug.org/texlive/trunk@21648 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/frontespizio')
-rw-r--r-- | Master/texmf-dist/tex/latex/frontespizio/frontespizio.sty | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/frontespizio/frontespizio.sty b/Master/texmf-dist/tex/latex/frontespizio/frontespizio.sty index 72b4172ad4d..14ce8b1a6ea 100644 --- a/Master/texmf-dist/tex/latex/frontespizio/frontespizio.sty +++ b/Master/texmf-dist/tex/latex/frontespizio/frontespizio.sty @@ -6,7 +6,7 @@ %% %% frontespizio.dtx (with options: `package') %% -%% Copyright 2008-2010 Enrico Gregorio +%% Copyright 2008-2011 Enrico Gregorio %% %% This program is provided under the terms of the %% LaTeX Project Public License distributed from CTAN @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{frontespizio} - [2010/06/25 1.2 (Enrico Gregorio)] + [2011/03/08 1.3 (Enrico Gregorio)] \def\@not@eTeX{% \PackageError{frontespizio} @@ -445,6 +445,12 @@ {\def\front@cp{\null\thispagestyle{empty}\newpage \advance\c@page\m@ne}} {\let\front@cp\relax} +\@ifclassloaded{memoir} + {\let\titlepage\titlingpage + \toks0={\let\setcounter\@gobbletwo}% + \toks2=\expandafter{\endtitlingpage}% + \edef\endtitlepage{\the\toks0 \the\toks2 }} + {\let\front@cp\relax} \newif\if@front@message \def\front@message{% \PackageWarningNoLine{frontespizio} |