summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-06-24 18:03:05 +0000
committerKarl Berry <karl@freefriends.org>2014-06-24 18:03:05 +0000
commitc4c9fe537f9caa60fdc44dc3961b5ff6139d0c59 (patch)
tree3682c49d8eb940a06853d563db3fa1d47e425a6b /Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
parent4d3d947cf5b0c1811f67bd10c55058a046621d76 (diff)
upmethodology (20jun14)
git-svn-id: svn://tug.org/texlive/trunk@34381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls')
-rw-r--r--Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
index c5105d720ec..31daf883c67 100644
--- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
+++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
@@ -1,6 +1,6 @@
% Document class for Unified Process Methodology
%
-% Copyright (c) 2006-2013 Stephane GALLAND <galland@arakhne.org>
+% Copyright (c) 2006-2014 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
@@ -17,7 +17,7 @@
% write to the Free Software Foundation, Inc., 59 Temple Place - Suite
% 330, Boston, MA 02111-1307, USA.
-\global\edef\upm@package@docclazz@ver{2013/10/09}
+\global\edef\upm@package@docclazz@ver{2014/06/20}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{upmethodology-document}[\upm@package@docclazz@ver]
@@ -52,6 +52,11 @@
\xdef\upm@package@docclazz@optionstopass{\upm@package@docclazz@optionstopass,english}%
\PassOptionsToPackage{english}{upmethodology-document}
}
+\DeclareOption{standardlists}{%
+ \message{*********** DISABLING UPMETHODOLOGY LISTS}
+ \PassOptionsToPackage{standardlists}{upmethodology-fmt}
+}
+
\DeclareOption{nodocumentinfo}{%
\global\upm@package@docclazz@nodocinfotrue%
}