texlive[59878] Master/texmf-dist: upmethodology (8jul21)

commits+karl at tug.org commits+karl at tug.org
Thu Jul 8 22:42:13 CEST 2021


Revision: 59878
          http://tug.org/svn/texlive?view=revision&revision=59878
Author:   karl
Date:     2021-07-08 22:42:13 +0200 (Thu, 08 Jul 2021)
Log Message:
-----------
upmethodology (8jul21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.pdf
    trunk/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex
    trunk/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-backpage.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-code.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-spec.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-task.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-version.sty

Modified: trunk/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex	2021-07-08 20:42:13 UTC (rev 59878)
@@ -11,6 +11,7 @@
 \incsubversion{\makedate{04}{08}{2019}}{Add 'graphicspathcontext' option.}{\upmpublic}
 \incversion{\makedate{17}{09}{2019}}{Add class options to include optional packages.}{\upmpublic}
 \incversion{\makedate{06}{04}{2020}}{Add explainations for \texttt{{\textbackslash}Append} and \texttt{{\textbackslash}setdocumentpurpose}.}{\upmpublic}
+\incversion{\makedate{03}{06}{2021}}{Add emphazing box with titles.}{\upmpublic}
 %\incversion{\makedate{17}{09}{2019}}{Add the documentation for the \texttt{upmethodology-spec} package.}{\upmpublic}
 
 \addauthorvalidator*[galland at arakhne.org]{St{\'e}phane}{Galland}{Original Author}
@@ -1402,11 +1403,58 @@
 This is an emphazed text.
 \end{emphbox}
 
+\paragraph{Emphazing Box with a Title:} Three additional boxes are provided. All of them are output a title, and has a different background color: \\
+\texttt{{\textbackslash}begin\{titleemphbox\}[width]\{title\} text {\textbackslash}end\{titleemphbox\}} \\
+\texttt{{\textbackslash}begin\{titleemphbox2\}[width]\{title\} text {\textbackslash}end\{titleemphbox2\}} \\
+\texttt{{\textbackslash}begin\{titleemphbox3\}[width]\{title\} text {\textbackslash}end\{titleemphbox3\}}
+
+The following \LaTeX\ code:
+\begin{verbatim}
+\begin{titleemphbox}[.7\linewidth]{The title}
+This is an emphazed text.
+\end{titleemphbox}
+\end{verbatim}
+produces:
+
+\begin{titleemphbox}[.7\linewidth]{The title}
+This is an emphazed text.
+\end{titleemphbox}
+
+
+The following \LaTeX\ code:
+\begin{verbatim}
+\begin{titleemphbox2}[.7\linewidth]{The title}
+This is an emphazed text.
+\end{titleemphbox2}
+\end{verbatim}
+produces:
+
+\begin{titleemphbox2}[.7\linewidth]{The title}
+This is an emphazed text.
+\end{titleemphbox2}
+
+
+The following \LaTeX\ code:
+\begin{verbatim}
+\begin{titleemphbox3}[.7\linewidth]{The title}
+This is an emphazed text.
+\end{titleemphbox3}
+\end{verbatim}
+produces:
+
+\begin{titleemphbox3}[.7\linewidth]{The title}
+This is an emphazed text.
+\end{titleemphbox3}
+
+
+
 \paragraph{Change the colors of the emphazing box:} You could change the colors of the \texttt{emphbox} environment by redefining the colors below with one of the macros \texttt{{\textbackslash}definecolor} or \texttt{{\textbackslash}colorlet}:
 \begin{itemize}
 \item \texttt{emphboxbackground} is the color of the background of the environment;
 \item \texttt{emphboxborder} is the color of the frame;
 \item \texttt{emphboxtext} is the color of the text in the body of the environment.
+\item \texttt{emphboxbackgroundb} is the color of the background of the second environment with title;
+\item \texttt{emphboxbackgroundc} is the color of the background of the third environment with title;
 \end{itemize}
 
 \paragraph{Example of color redefinition:} The following \LaTeX\ code:

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1 +1 @@
-\def\UPMVERSION{20200406}
+\def\UPMVERSION{20210708}

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-backpage.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-backpage.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-backpage.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Back page for Unified Process Methodology
 %
-% Copyright (c) 2009-2013 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2009-2021 Stephane GALLAND <galland at 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 at package@bp at ver{2013/12/14}
+\global\edef\upm at package@bp at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-backpage}[\upm at package@bp at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-code.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-code.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-code.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Source Code Description for Unified Process Methodology
 %
-% Copyright (c) 2006-2007 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2006-2021 Stephane GALLAND <galland at 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
@@ -22,7 +22,7 @@
 %   2009-10-30   Clean code.
 %
 
-\global\edef\upm at package@code at ver{2009/10/30}
+\global\edef\upm at package@code at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-code}[\upm at package@code at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Document class for Unified Process Methodology
 %
-% Copyright (c) 2014 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2014-21 Stephane GALLAND <galland at 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 at package@docclazz at ver{2019/09/17}
+\global\edef\upm at package@docclazz at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesClass{upmethodology-document}[\upm at package@docclazz at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Package for Unified Process Methodology's documents
 %
-% Copyright (c) 2006-2020 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2006-2021 Stephane GALLAND <galland at 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 at package@doc at ver{2020/04/06}
+\global\edef\upm at package@doc at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-document}[\upm at package@doc at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Package for Unified Process Methodology's extensions
 %
-% Copyright (c) 2006-2020 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2006-2021 Stephane GALLAND <galland at 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
@@ -18,7 +18,7 @@
 % 330, Boston, MA 02111-1307, USA.
 %
 
-\global\edef\upm at package@ext at ver{2020/04/06}
+\global\edef\upm at package@ext at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-extension}[\upm at package@ext at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Layout and Pagraph Format for Unified Process Methodology
 %
-% Copyright (c) 2006-2009, 2012-2019 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2006-2009, 2012-2021 Stephane GALLAND <galland at 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 at package@fmt at ver{2019/09/28}
+\global\edef\upm at package@fmt at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-fmt}[\upm at package@fmt at ver]
@@ -1536,7 +1536,12 @@
 \colorlet{emphboxbackground}{backtableheader}
 \colorlet{emphboxborder}{fronttableheader}
 \colorlet{emphboxtext}{fronttableheader}
+\colorlet{emphboxbackgroundb}{yellow!7}
+\colorlet{emphboxbackgroundc}{green!10}
 
+%-----
+% Draw an emph box without title
+% [#1]: width of the box (linewidth by default)
 \NewEnviron{emphbox}[1][\linewidth]{%
 	\begin{framedcolorminipage}{#1}{emphboxborder}{emphboxbackground}%
 		\centering\color{emphboxtext}\BODY%
@@ -1543,5 +1548,41 @@
 	\end{framedcolorminipage}%
 }
 
+%-----
+% Draw an emph box with title
+% [#1]: width of the box (linewidth by default)
+% #2: text of the title
+\NewEnviron{titleemphbox}[2][\linewidth]{%
+	\begin{framedcolorminipage}{#1}{emphboxborder}{emphboxbackground}%
+		\centering\color{emphboxtext}%
+		\vspace{.25cm}\uline{\textbf{#2}}\\[.25cm]%
+		\raggedright\BODY\vspace{.25cm}%
+	\end{framedcolorminipage}\\[.4cm]%
+}
+
+%-----
+% Draw an emph box without title with the second background color
+% [#1]: width of the box (linewidth by default)
+% #2: text of the title
+\NewEnviron{titleemphbox2}[2][\linewidth]{%
+	\begin{framedcolorminipage}{#1}{emphboxborder}{emphboxbackgroundb}%
+		\centering\color{emphboxtext}%
+		\vspace{.25cm}\uline{\textbf{#2}}\\[.25cm]%
+		\raggedright\BODY\vspace{.25cm}%
+	\end{framedcolorminipage}\\[.4cm]%
+}
+
+%-----
+% Draw an emph box without title with the third background color
+% [#1]: width of the box (linewidth by default)
+% #2: text of the title
+\NewEnviron{titleemphbox3}[2][\linewidth]{%
+	\begin{framedcolorminipage}{#1}{emphboxborder}{emphboxbackgroundc}%
+		\centering\color{emphboxtext}%
+		\vspace{.25cm}\uline{\textbf{#2}}\\[.25cm]%
+		\raggedright\BODY\vspace{.25cm}%
+	\end{framedcolorminipage}\\[.4cm]%
+}
+
 \endinput
 

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Front page for Unified Process Methodology
 %
-% Copyright (c) 2006-2015 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2006-2021 Stephane GALLAND <galland at 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
@@ -18,7 +18,7 @@
 % 330, Boston, MA 02111-1307, USA.
 %
 
-\global\edef\upm at package@fp at ver{2017/08/08}
+\global\edef\upm at package@fp at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-frontpage}[\upm at package@fp at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,4 +1,4 @@
-% Copyright (c) 2009-13 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2009-21 Stephane GALLAND <galland at 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
@@ -16,7 +16,7 @@
 % 330, Boston, MA 02111-1307, USA.
 %
 
-\global\edef\upm at package@private at doctype@ver{2015/04/24}
+\global\edef\upm at package@private at doctype@ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-p-common}[\upm at package@private at doctype@ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-spec.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-spec.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-spec.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Specification Description for Unified Process Methodology
 %
-% Copyright (c) 2006-2007 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2006-2021 Stephane GALLAND <galland at 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
@@ -23,7 +23,7 @@
 %   2007-03-19   Add localization.
 %
 
-\global\edef\upm at package@spec at ver{2019/09/17}
+\global\edef\upm at package@spec at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-spec}[\upm at package@spec at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-task.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-task.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-task.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,6 +1,6 @@
 % Task management for Unified Process Methodology
 %
-% Copyright (c) 2006-2007 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2006-2021 Stephane GALLAND <galland at 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
@@ -23,7 +23,7 @@
 %   2007-03-19   Add localization.
 %
 
-\global\edef\upm at package@task at ver{2009/10/30}
+\global\edef\upm at package@task at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-task}[\upm at package@task at ver]

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-version.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-version.sty	2021-07-08 20:41:58 UTC (rev 59877)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-version.sty	2021-07-08 20:42:13 UTC (rev 59878)
@@ -1,7 +1,7 @@
 % Version management for Unified Process Methodology
 %
 % Copyright (c) 2006-2007 Stephane GALLAND <galland at arakhne.org>
-% Copyright (c) 2013 Stephane GALLAND <galland at arakhne.org>
+% Copyright (c) 2013-2021 Stephane GALLAND <galland at 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,7 +19,7 @@
 % 330, Boston, MA 02111-1307, USA.
 %
 
-\global\edef\upm at package@version at ver{2013/08/26}
+\global\edef\upm at package@version at ver{2021/07/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-version}[\upm at package@version at ver]



More information about the tex-live-commits mailing list.