diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-11 22:46:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-11 22:46:29 +0000 |
commit | c90b0317da3ad158c3e4e826ec6c3c726da61e1c (patch) | |
tree | fc11d937254366af0856d04c4e1d5b20cfdc2b04 /Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty | |
parent | 7d729d390cb5a7d8141323ad4c09e50d71f93d8f (diff) |
upmethodology (6apr20)
git-svn-id: svn://tug.org/texlive/trunk@54671 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty index c345e61553b..f3deda16b89 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty @@ -1,6 +1,6 @@ % Package for Unified Process Methodology's documents % -% Copyright (c) 2006-2013 Stephane GALLAND <galland@arakhne.org> +% Copyright (c) 2006-2020 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@doc@ver{2015/04/24} +\global\edef\upm@package@doc@ver{2020/04/06} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{upmethodology-document}[\upm@package@doc@ver] @@ -48,7 +48,7 @@ \gdef\upm@lang@document@abstract{Abstract}% \gdef\upm@lang@document@keywords{Key-words}% \gdef\upm@lang@document@copyright@purpose{This document describes the \theupmproject\ project\Ifnotempty{\theupmsubproject}{ and its \theupmsubproject\ subproject}.}% - \gdef\upm@lang@document@copyright@tex{\TeX\ is a trademark of the American Mathematical Society.}% + \gdef\upm@lang@document@copyright@tex{\TeX\ and \LaTeX\ are a trademarks of the American Mathematical Society.}% \gdef\upm@lang@document@copyright@upmethodology{\texttt{tex-upmethodology} is owned by St\'ephane Galland, \arakhneorg, France.}% \gdef\upm@lang@document@copyright@madewith{This document was realised with \LaTeX\ and \texttt{tex-upmethodology}.}% \gdef\upm@lang@document@copyright@trademarks{This document is published by the \theupmformattedpublisher. All rights reserved. No part of this publication may be reproduced, stored in a retreival system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publishers.} @@ -509,6 +509,13 @@ \newcommand{\theupmformattedcopyrighter}{\Ifelsedefined{copyrighter}{\theupmcopyrighter}{\textcolor{red}{???}}} %----- +%Set the purpose of this document +%\setdocumentpurpose{text} +\newcommand{\setdocumentpurpose}[1]{% + \gdef\upm@lang@document@copyright@purpose{#1}% +} + +%----- %Set the publisher identity %\setpublisher{name} \newcommand{\setpublisher}[1]{\Set{publisher}{#1}} |