diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-06 15:04:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-06 15:04:48 +0000 |
commit | 93dcd99c934b8d5a7db067c6f1197b8111994d65 (patch) | |
tree | 91aa58c5a6b613bd47d27ed7e9e7d0d0edcbedde /Master/texmf-dist/tex/latex/upmethodology | |
parent | 0622731eb4278fed01effd61c773cad94f60573a (diff) |
upmethodology update (30apr09)
git-svn-id: svn://tug.org/texlive/trunk@12951 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology')
-rw-r--r-- | Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty index 94915fa0ac5..bef85f869ed 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty @@ -1,6 +1,6 @@ % Layout and Pagraph Format for Unified Process Methodology % -% Copyright (c) 2006-2007 Stephane GALLAND <galland@arakhne.org> +% Copyright (c) 2006-2009 Stephane GALLAND <galland@arakhne.org> % % This program is free library; you can redistribute it and/or modify % it under the terms of the GNU Lesser General Public License as @@ -19,6 +19,7 @@ % % Creation date: 2006-04-06 % Modifications: +% 2009-04-29 Include package pifont (texlive distribution) % 2007-07-07 Override the bibliography functions. % 2007-07-06 Bug fix: use varioref for the footnote references. % 2007-07-05 Add people name formatting function. @@ -32,7 +33,7 @@ % Bug fix: centering table's headers. % -\global\edef\upm@package@fmt@ver{2007/07/06} +\global\edef\upm@package@fmt@ver{2009/04/29} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver] @@ -92,6 +93,7 @@ \RequirePackage{colortbl} \RequirePackage{picinpar} \RequirePackage{amsmath} +\RequirePackage{pifont} \RequirePackage{setspace} \RequirePackage{varioref} |