summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-06 15:04:48 +0000
committerKarl Berry <karl@freefriends.org>2009-05-06 15:04:48 +0000
commit93dcd99c934b8d5a7db067c6f1197b8111994d65 (patch)
tree91aa58c5a6b613bd47d27ed7e9e7d0d0edcbedde /Master
parent0622731eb4278fed01effd61c773cad94f60573a (diff)
upmethodology update (30apr09)
git-svn-id: svn://tug.org/texlive/trunk@12951 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/upmethodology/Changelog3
-rw-r--r--Master/texmf-dist/doc/latex/upmethodology/README4
-rw-r--r--Master/texmf-dist/doc/latex/upmethodology/VERSION2
-rw-r--r--Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty6
4 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/upmethodology/Changelog b/Master/texmf-dist/doc/latex/upmethodology/Changelog
index a79cf80bbb8..0a0da128c22 100644
--- a/Master/texmf-dist/doc/latex/upmethodology/Changelog
+++ b/Master/texmf-dist/doc/latex/upmethodology/Changelog
@@ -1,3 +1,6 @@
+2009-04-29 Stéphane GALLAND <galland@arakhne.org>
+ * upmethodology-fmt.sty: Include package pifont (texlive distribution)
+
2007-08-12 Stéphane GALLAND <galland@arakhne.org>
* Split the sources to extract the extentions
inside another tarball.
diff --git a/Master/texmf-dist/doc/latex/upmethodology/README b/Master/texmf-dist/doc/latex/upmethodology/README
index 7c27fb425cd..9a7f33ce3ea 100644
--- a/Master/texmf-dist/doc/latex/upmethodology/README
+++ b/Master/texmf-dist/doc/latex/upmethodology/README
@@ -1,8 +1,8 @@
-------------------
-UPMETHODOLOGY
+TETEX-UPMETHODOLOGY
-------------------
-upmethodology is a (La)TeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).
+tetex-upmethodology is a (La)TeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).
-------------------
INSTALL
diff --git a/Master/texmf-dist/doc/latex/upmethodology/VERSION b/Master/texmf-dist/doc/latex/upmethodology/VERSION
index 36cb3108b24..11b8d428f9f 100644
--- a/Master/texmf-dist/doc/latex/upmethodology/VERSION
+++ b/Master/texmf-dist/doc/latex/upmethodology/VERSION
@@ -1 +1 @@
-upmethodology-20070812
+upmethodology-20090429
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}