texlive[45000] Master/texmf-dist: upmethodology (9aug17)

commits+karl at tug.org commits+karl at tug.org
Thu Aug 10 00:15:53 CEST 2017


Revision: 45000
          http://tug.org/svn/texlive?view=revision&revision=45000
Author:   karl
Date:     2017-08-10 00:15:53 +0200 (Thu, 10 Aug 2017)
Log Message:
-----------
upmethodology (9aug17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/upmethodology/AUTHORS
    trunk/Master/texmf-dist/doc/latex/upmethodology/README.textile
    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-extension.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty
    trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/upmethodology/CONTRIBUTING.textile

Modified: trunk/Master/texmf-dist/doc/latex/upmethodology/AUTHORS
===================================================================
--- trunk/Master/texmf-dist/doc/latex/upmethodology/AUTHORS	2017-08-09 22:15:40 UTC (rev 44999)
+++ trunk/Master/texmf-dist/doc/latex/upmethodology/AUTHORS	2017-08-09 22:15:53 UTC (rev 45000)
@@ -1,5 +1,6 @@
-St\xE9phane GALLAND <galland at arakhne.org> (source, documentation)
-Beno\xEEt CORTIER <https://github.com/CBenoit> (documentation)
+Stephane GALLAND <galland at arakhne.org> (source, documentation)
+Benoit CORTIER <https://github.com/CBenoit> (documentation)
 Frans van DUNNE <https://github.com/FvD> (documentation)
 Nicolas GAUD <gaud at arakhne.org> (bibtex style)
+Maxime PINARD <https://github.com/pinam45> (documentation)
 

Added: trunk/Master/texmf-dist/doc/latex/upmethodology/CONTRIBUTING.textile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/upmethodology/CONTRIBUTING.textile	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/upmethodology/CONTRIBUTING.textile	2017-08-09 22:15:53 UTC (rev 45000)
@@ -0,0 +1,56 @@
+h1. Contributing to TeX-UPMmethodology
+
+Any contribution to the @TeX-UPMmethodology@ is welcome.
+For setting up the development environment of @TeX-UPMmethodology@, please follow our recommendations in the following sections.
+
+h2. 1. Issues
+
+Issues related to @TeX-UPMmethodology@ are tracked on "GitHub":https://github.com/gallandarakhneorg/tex-upmethodology/issues.
+You must use this issue tracker to report and follow your issues.
+
+In the issue description, provide the following information:
+
+* Your operating system (and version);
+* The version of @TeX-UPMmethodology@ you are using;
+* Your language and/or locale (e.g. "en-US");
+* Clear steps to reproduce the bug (including a reduced-case user script, if applicable);
+* Any error messages seen in the Error Console;
+* A description of what you expected to happen;
+* A description of what actually happened;
+
+
+h2. 2. Guidelines for TeX-UPMmethodology developpers and contributors
+
+This section describes how to set up the development environment for contributing to @TeX-UPMmethodology at .
+
+h3. 2.1. Obtaining the @TeX-UPMmethodology@ Source Code
+
+We recommend to fork the @TeX-UPMmethodology@ project into your own Github account, in order to make easier the pull request that is needed for sending your contribution.
+Forking the @TeX-UPMmethodology@ project must be done through the Github web interface: click on the `Fork` button on the @TeX-UPMmethodology@ project page.
+
+
+For obtaining the code of @TeX-UPMmethodology@, you must clone your fork from Github to your local harddisk:
+
+ at git clone https://github.com/<your_github_login>/tex-upmethodology@
+
+
+h3. 2.2. Sending the Contribution
+
+For sending your contribution to the @TeX-UPMmethodology@ master repository, you must request a pull (PR) to the
+"GitHub repository":https://github.com/gallandarakhneorg/tex-upmethodology.
+
+For being merged, your must ensure the following points:
+
+* Your PR must be usable by pdflatex.
+* Your PR must pass the compilation process successfully, including the code compilation, unit tests, and code style checking.
+* You must add your name and email into the @AUTHORS@ and @README@ files.
+* Your PR should be reviewed by one or more of the main contributors for ensuring it is following the development rules and philosophy related to @tex-upmethodology at .
+
+The page of your PR on Github is displaying the status of your PR.
+If one point is failing, please follows the steps:
+
+* Fix the code of your PR on your local copy.
+* Commit on your local repository, compile, and test until you have fixed the issue.
+* Push the changes on the same PR with @git push -f@, i.e. the same Git repository as the one used for the PR. *Do not create a new PR for the fix.*
+
+

Modified: trunk/Master/texmf-dist/doc/latex/upmethodology/README.textile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/upmethodology/README.textile	2017-08-09 22:15:40 UTC (rev 44999)
+++ trunk/Master/texmf-dist/doc/latex/upmethodology/README.textile	2017-08-09 22:15:53 UTC (rev 45000)
@@ -13,8 +13,8 @@
 # operating systems.
 # Update the LaTeX databases from the command line:
 
- $> mktexlsr
- $> update-updmap --quiet
+@$> mktexlsr@
+@$> update-updmap --quiet@
 
 h2. Authors
 
@@ -26,6 +26,8 @@
 
 "Nicolas GAUD":http://www.arakhne.org/homes/gaud.html <gaud at arakhne.org> (bibtex style)
 
+"Maxime PINARD":https://github.com/pinam45 <maxime.pin at live.fr> (documentation)
+
 h2. License
 
 GNU LESSER GENERAL PUBLIC LICENSE.

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	2017-08-09 22:15:40 UTC (rev 44999)
+++ trunk/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex	2017-08-09 22:15:53 UTC (rev 45000)
@@ -4,28 +4,9 @@
 
 \declaredocument{\LaTeX\ Packages for Unified Process Methodology}{Official Documentation}{UPM-2017-02}
 
-\updateversion{23.1}{\makedate{10}{03}{2017}}{Fixing subfigure invalid alignement.}{\upmpublic}
 \updateversion{23.0}{\makedate{17}{02}{2017}}{Replace the package \texttt{subfigure} by \texttt{subcaption}.}{\upmpublic}
-\updateversion{22.0}{\makedate{15}{08}{2013}}{Add the macros: \texttt{{\textbackslash}textup}, \texttt{{\textbackslash}textsubscript}, \texttt{{\textbackslash}textdown}, \texttt{{\textbackslash}textsubscript}, \texttt{{\textbackslash}Emph}. Add the environments \texttt{enumdescription}, \texttt{enumdescriptionx}.}{\upmpublic}
-\incversion{\makedate{17}{08}{2013}}{Update the second parameter of \texttt{{\textbackslash}mfigurewtex} to have the same semantic as for \texttt{{\textbackslash}mfigure}.}{\upmpublic}
-\incversion{\makedate{26}{08}{2013}}{Major bug fixes in the environments \texttt{mtabular} and \texttt{mtable}. \newline Add the macro \texttt{{\textbackslash}tabulartitlespec}. \newline Add the macro \texttt{{\textbackslash}makenamespacing}.}{\upmpublic}
-\incversion{\makedate{27}{08}{2013}}{Add the environment \texttt{framedcolorminipage}. Add the \texttt{definition} environment.}{\upmpublic}
-\incversion{\makedate{02}{09}{2013}}{Change the specification of the optional parameter of \texttt{mtable}. Add the macro \texttt{{\textbackslash}makelastname}}{\upmpublic}
-\incversion{\makedate{05}{09}{2013}}{Add the macro \texttt{{\textbackslash}declareupmtheorem}}{\upmpublic}
-\incversion{\makedate{19}{09}{2013}}{Add the mathematic symbols}{\upmpublic}
-\incsubversion{\makedate{26}{09}{2013}}{Add the missed table placement flag \texttt{p}}{\upmpublic}
-\incsubversion{\makedate{29}{09}{2013}}{Add a notification text about the version of the library at the beginning of the introduction.}{\upmpublic}
-\incsubversion{\makedate{30}{09}{2013}}{Add the macro \texttt{{\textbackslash}makefirstname}}{\upmpublic}
-\incsubversion{\makedate{09}{10}{2013}}{Remove references to \texttt{fancyhdr}}{\upmpublic}
-\incsubversion{\makedate{14}{10}{2013}}{Add the macros \texttt{{\textbackslash}chapterfull}, \texttt{{\textbackslash}sectionfull} and \texttt{{\textbackslash}newpageintoc}.}{\upmpublic}
-\incsubversion{\makedate{16}{10}{2013}}{Add the section about the environment \texttt{description}.}{\upmpublic}
-\incsubversion{\makedate{14}{12}{2013}}{Add the section about \texttt{backcovermessage}.}{\upmpublic}
-\incsubversion{\makedate{09}{02}{2014}}{Add the section about \texttt{enumerate}. Typos are fixed.}{\upmpublic}
-\incsubversion{\makedate{20}{06}{2014}}{Add the class option \texttt{standardlists}. Add the dependency to \texttt{environ}.}{\upmpublic}
-\incversion{\makedate{09}{07}{2014}}{Add the environment \texttt{emphbox}.}{\upmpublic}
-\incsubversion{\makedate{10}{09}{2014}}{Complete the documentation of \texttt{enumerate}.}{\upmpublic}
-\incversion{\makedate{24}{04}{2015}}{Add explanations about the macros on the current language.}{\upmpublic}
-\incversion{\makedate{10}{08}{2015}}{Add on enumeration counter saving mechanism.}{\upmpublic}
+\incsubversion{\makedate{10}{03}{2017}}{Fixing subfigure invalid alignement.}{\upmpublic}
+\incsubversion{\makedate{08}{08}{2017}}{Fixing spelling errors and typos.}{\upmpublic}
 
 \addauthorvalidator*[galland at arakhne.org]{St{\'e}phane}{Galland}{Original Author}
 \addauthor*{Frans}{van Dunn\'e}{Reviewer}
@@ -274,7 +255,7 @@
 
 \section{Class options}
 
-Table~\tabref{documentclassoptions} contains the options supported by \texttt{upmethodology-document}. Any option not explicitely supported by the class is directly pass to the underlying standard \LaTeX\ class (\texttt{book}, \texttt{report} or \texttt{article} according to the type of document, see~\ref{section:documentclass:doctype}).
+Table~\tabref{documentclassoptions} contains the options supported by \texttt{upmethodology-document}. Any option not explicitely supported by the class is directly passed to the underlying standard \LaTeX\ class (\texttt{book}, \texttt{report} or \texttt{article} according to the type of document, see~\ref{section:documentclass:doctype}).
 
 \begin{mtable}{\linewidth}{2}{|l|X|}{Options of \texttt{upmethodology-document} class}{documentclassoptions}
 \captionastitle
@@ -425,7 +406,7 @@
 
 The package \texttt{graphicx} is included, and the following configuration is applied:
 \begin{description}
-\item[Image extensions] By default, the supported image extensions ar, in the preference order: \texttt{pdf}, \texttt{png}, \texttt{jpg}, \texttt{jpeg}, \texttt{tiff}, \texttt{gif}. Note that, the \texttt{tiff} picture format is not always supported by the \TeX\ tools.
+\item[Image extensions] By default, the supported image extensions are, in the preference order: \texttt{pdf}, \texttt{png}, \texttt{jpg}, \texttt{jpeg}, \texttt{tiff}, \texttt{gif}. Note that, the \texttt{tiff} picture format is not always supported by the \TeX\ tools.
 
 To redefine these extensions, you must invoke:\\
 	\texttt{{\textbackslash}DeclareGraphicsExtensions\{extensions\}} \\
@@ -511,7 +492,7 @@
 
 \section{Figures with embedded \TeX\xspace macros}
 
-In several case it is useful to include \TeX\xspace macros inside a figure. It is possible to combine figures and \TeX\ macros. Several figure editors provide exporting features to obtain combined figures: \texttt{xfig}, \texttt{inkscape}, \texttt{GNU Plot}, etc. Basically, these tools create two files per source figure: \begin{itemize}
+In several cases it is useful to include \TeX\xspace macros inside a figure. It is possible to combine figures and \TeX\ macros. Several figure editors provide exporting features to obtain combined figures: \texttt{xfig}, \texttt{inkscape}, \texttt{GNU Plot}, etc. Basically, these tools create two files per source figure: \begin{itemize}
 \item the figure in PDF or Postscript format (filename extensions, \texttt{.pdf} or \texttt{.ps}); and
 \item a \TeX\ file that contains the macros to put over the figure, and that is including the generated figure. Its filename extension depends on the type of the figure: \texttt{.pdftex\_t} or \texttt{.pdf\_tex} for PDF, and \texttt{.pstex\_t} or \texttt{.ps\_tex} for Postscript.
 \end{itemize}
@@ -606,7 +587,7 @@
 
 
 \begin{upmcaution}
-	You must note put any text nor \TeX\ macro before the first use of \texttt{{\textbackslash}tabulartitle} or \texttt{{\textbackslash}tabularheader}. Otherwhise, you will obtain an \TeX\ error.
+	You must note put any text nor \TeX\ macro before the first use of \texttt{{\textbackslash}tabulartitle} or \texttt{{\textbackslash}tabularheader}. Otherwhise, you will obtain a \TeX\ error.
 \end{upmcaution}
 
 
@@ -616,7 +597,7 @@
 	This macro allows you to define the title of the tabular. It uses the colors \texttt{backtableheader} and \texttt{fronttableheader} for the background and the foreground respectively. The title has a single line at the top, and a single line below;
 
 \item \texttt{{\textbackslash}tabulartitleinside\{title\}} \\
-	This macro allows you  to define the title of the tabular. It uses the colors \texttt{backtableheader} and \texttt{fronttableheader} for the background and the foreground respectively. The title has two lines at the top, and a single line below;
+	This macro allows you to define the title of the tabular. It uses the colors \texttt{backtableheader} and \texttt{fronttableheader} for the background and the foreground respectively. The title has two lines at the top, and a single line below;
 
 \item \texttt{{\textbackslash}tabularheader\{$header_1$\}...\{$header_n$\}} \\
 	This macro allows you to define the titles of the columns. It uses the colors \texttt{backtableheader} and \texttt{fronttableheader} for the background and the foreground respectively. Because the count of columns was given to the environment this function takes the same count of parameters as the count of columns. This macro adds a line after the header, \emph{BUT NOT BEFORE}.
@@ -696,13 +677,13 @@
 \end{itemize}
 
 The table~\tabref{example:mtable} page~\tabpageref{example:mtable} is an illustration of the following \LaTeX\ code: \\
-\texttt{{\textbackslash}begin\{mtable\}\{{\textbackslash}linewidth\}\{4\}\{lXrX\}\{Example of {\textbackslash}texttt{mtable}\}\{example:mtable\}} \\
-%\texttt{{\textbackslash}tabulartitle\{Example of {\textbackslash}texttt\{mtable\}\}} \\
-\texttt{{\textbackslash}captionastitle} \\
-\texttt{{\textbackslash}tabularheader\{Col1\}\{Col2\}\{Col3\}\{Col4\}} \\
-\texttt{a \& b \& c \& d {\textbackslash}{\textbackslash}} \\
-\texttt{{\textbackslash}hline} \\
-\texttt{e \& f \& g \& h {\textbackslash}{\textbackslash}} \\
+\texttt{{\textbackslash}begin\{mtable\}\{{\textbackslash}linewidth\}\{4\}\{lXrX\}\{Example of {\textbackslash}texttt{mtable}\}\{example:mtable\}} \\
+%\texttt{{\textbackslash}tabulartitle\{Example of {\textbackslash}texttt\{mtable\}\}} \\
+\texttt{{\textbackslash}captionastitle} \\
+\texttt{{\textbackslash}tabularheader\{Col1\}\{Col2\}\{Col3\}\{Col4\}} \\
+\texttt{a \& b \& c \& d {\textbackslash}{\textbackslash}} \\
+\texttt{{\textbackslash}hline} \\
+\texttt{e \& f \& g \& h {\textbackslash}{\textbackslash}} \\
 \texttt{{\textbackslash}end\{mtable\}}
 
 \begin{mtable}{\linewidth}{4}{lXrX}{Example of \texttt{mtable}}{example:mtable}
@@ -726,7 +707,7 @@
 Sometimes it is useful to start an enumeration list from a specific given number. This package provides several macros for saving and restoring the counter use by the enumeration lists.
 
 \begin{upmcaution}
-Only once counter could be saved at a given time.
+Only one counter could be saved at a given time.
 It means that you cannot save the counters for an enumeration and for an enclosing enumeration at the same time.
 \end{upmcaution}
 
@@ -734,10 +715,10 @@
 \begin{itemize}
 \item \texttt{{\textbackslash}savecounter\{name\}} \\
 	save the value of the counter identified by the given name in a global variable.
-	The name of the counter must be previously defined with one of thee standard \LaTeX\ or \TeX\ macros, e.g. \texttt{{\textbackslash}newcounter};
+	The name of the counter must be previously defined with one of the standard \LaTeX\ or \TeX\ macros, e.g. \texttt{{\textbackslash}newcounter};
 \item \texttt{{\textbackslash}restorecounter\{name\}} \\
 	put the previously saved value into the counter with the given name.
-	The name of the counter must be previously defined with one of thee standard \LaTeX\ or \TeX\ macros, e.g. \texttt{{\textbackslash}newcounter};
+	The name of the counter must be previously defined with one of the standard \LaTeX\ or \TeX\ macros, e.g. \texttt{{\textbackslash}newcounter};
 \end{itemize}
 
 The counter is extensively used in enumeration lists. The following macros will help you for managing the enumeration counter:
@@ -755,8 +736,8 @@
 \paragraph{Example:} The following \LaTeX~code produces the result below:
 \begin{verbatim}
 This is a text: \begin{enumerate}
-        \item This is an item. 
-        \item This is another item. 
+        \item This is an item.
+        \item This is another item.
         \saveenumcounter
 \end{enumerate}
 This is a text in the between.
@@ -775,7 +756,7 @@
 
 \fbox{\parbox{\linewidth}{
 	This is a text: \begin{enumerate}
-		    \item This is an item. 
+		    \item This is an item.
 		    \item This is another item.
 		    \saveenumcounter
 	\end{enumerate}
@@ -1090,9 +1071,9 @@
 
 \begin{umlinpar}{figure_and_tex}
 	This paragraph is an typical example of the usage of the environment \texttt{umlinpar}. To obtain it, the following \LaTeX\ code was typed: \\
-\texttt{{\textbackslash}begin\{umlinpar\}\{smalllogo\}} \\
+\texttt{{\textbackslash}begin\{umlinpar\}\{smalllogo\}} \\
 \texttt{This paragraph is an typical example of the usage of the environment {\textbackslash}texttt\{umlinpar\}.} \\
-\texttt{{\textbackslash}end\{umlinpar\}} \\
+\texttt{{\textbackslash}end\{umlinpar\}} \\
 \end{umlinpar}
 
 \section{Date formatting}
@@ -1130,18 +1111,18 @@
 
 \begin{itemize}
 \item \texttt{{\textbackslash}textsup\{text\}} \\
-	put a text as exponent in text mode instead of the basic \LaTeX exponent in math mode. In opposite to the standard \LaTeX\ macro \texttt{{\textbackslash}textsuperscript}, this macro adds an extra space after the macro when needed. \\
+	put a text as exponent in text mode instead of the basic \LaTeX\ exponent in math mode. In opposite to the standard \LaTeX\ macro \texttt{{\textbackslash}textsuperscript}, this macro adds an extra space after the macro when needed. \\
 	Example: \texttt{{\textbackslash}textsup\{this is an exponent\}}\textsup{this is an exponent}this is the following text;
 \item \texttt{{\textbackslash}textup\{text\}} \\
 	same as \texttt{{\textbackslash}textsup}.
 \item \texttt{{\textbackslash}textsub\{text\}} \\
-	put a text as indice in text mode instead of the basic \LaTeX indice in math mode. In opposite to \texttt{{\textbackslash}textsubscript}, this macro adds an extra space after the macro when needed. In opposite to \texttt{{\textbackslash}textdown}, the size of the text is not changed in the text down. \\
+	put a text as indice in text mode instead of the basic \LaTeX\ indice in math mode. In opposite to \texttt{{\textbackslash}textsubscript}, this macro adds an extra space after the macro when needed. In opposite to \texttt{{\textbackslash}textdown}, the size of the text is not changed in the text down. \\
 	Example: \texttt{{\textbackslash}textsub\{this is an indice\}}\textsub{this is an indice}this is the following text;
 \item \texttt{{\textbackslash}textdown\{text\}} \\
-	put a text as indice in text mode instead of the basic \LaTeX indice in math mode. In opposite to \texttt{{\textbackslash}textsubscript}, this macro adds an extra space after the macro when needed. In opposite to \texttt{{\textbackslash}textsub}, the size of the text is changed in the text down. \\
+	put a text as indice in text mode instead of the basic \LaTeX\ indice in math mode. In opposite to \texttt{{\textbackslash}textsubscript}, this macro adds an extra space after the macro when needed. In opposite to \texttt{{\textbackslash}textsub}, the size of the text is changed in the text down. \\
 	Example: \texttt{{\textbackslash}textdown\{this is an indice\}}\textdown{this is an indice}this is the following text;
 \item \texttt{{\textbackslash}textsubscript\{text\}} \\
-	put a text as indice in text mode instead of the basic \LaTeX indice in math mode. As for the standard \LaTeX\ macro \texttt{{\textbackslash}textsuperscript}, this macro does not add an extra space after the macro. \\
+	put a text as indice in text mode instead of the basic \LaTeX\ indice in math mode. As for the standard \LaTeX\ macro \texttt{{\textbackslash}textsuperscript}, this macro does not add an extra space after the macro. \\
 	Example: \texttt{{\textbackslash}textsubscript\{this is an indice\}}\textsubscript{this is an indice}this is the following text;
 \item \texttt{{\textbackslash}Emph\{text\}} \\
 	put a \emph{very important} text. This macro is similar to the standard \LaTeX\ macro \texttt{{\textbackslash}emph}. The difference is: \texttt{{\textbackslash}emph} is for ``important things''; and \texttt{{\textbackslash}Emph} is for ``very important things''.\\
@@ -1476,7 +1457,7 @@
 
 If you want to add a document part that has no part number but appearing inside the table of content, the classical \LaTeX\ macros \texttt{{\textbackslash}part} and \texttt{{\textbackslash}part*} are inefficient. Indeed, \texttt{{\textbackslash}part} is adding a numbered part inside the table of content, and \texttt{{\textbackslash}part*} is adding an unnumbered part but not inside the table of content.
 
-To add a unnumbered part inside the table of content, you could use one of the macros: \\
+To add an unnumbered part inside the table of content, you could use one of the macros: \\
 \texttt{{\textbackslash}parttoc[toctitle]\{title\}} \\
 \texttt{{\textbackslash}parttoc*[toctitle]\{title\}}
 
@@ -1486,7 +1467,7 @@
 
 If you want to add a document chapter that has no chapter number but appearing inside the table of content, the classical \LaTeX\ macros \texttt{{\textbackslash}chapter} and \texttt{{\textbackslash}chapter*} are inefficient. Indeed, \texttt{{\textbackslash}chapter} is adding a numbered chapter inside the table of content, and \texttt{{\textbackslash}chapter*} is adding an unnumbered chapter but not inside the table of content.
 
-To add a unnumbered chapter inside the table of content, you could use one of the macros: \\
+To add an unnumbered chapter inside the table of content, you could use one of the macros: \\
 \texttt{{\textbackslash}chaptertoc[toctitle]\{title\}} \\
 \texttt{{\textbackslash}chaptertoc*[toctitle]\{title\}}
 
@@ -1496,7 +1477,7 @@
 
 If you want to add a document section that has no a section number but appearing inside the table of content, the classical \LaTeX\ macros \texttt{{\textbackslash}section} and \texttt{{\textbackslash}section*} are inefficient. Indeed, \texttt{{\textbackslash}section} add a numbered section inside the table of content, and \texttt{{\textbackslash}section*} adds an unnumbered section but not inside the table of content.
 
-To add a unnumbered section inside the table of content, you could use one of the macros: \\
+To add an unnumbered section inside the table of content, you could use one of the macros: \\
 \texttt{{\textbackslash}sectiontoc[toctitle]\{title\}} \\
 \texttt{{\textbackslash}sectiontoc*[toctitle]\{title\}}
 
@@ -1506,7 +1487,7 @@
 
 If you want to add a document subsection that has no subsection number but appearing inside the table of content, the classical \LaTeX\ macros \texttt{{\textbackslash}subsection} and \texttt{{\textbackslash}subsection*} are inefficient. Indeed, \texttt{{\textbackslash}subsection} is adding a numbered subsection inside the table of content, and \texttt{{\textbackslash}subsection*} is adding an unnumbered subsection but not inside the table of content.
 
-To add a unnumbered subsection inside the table of content, you could use one of the macros: \\
+To add an unnumbered subsection inside the table of content, you could use one of the macros: \\
 \texttt{{\textbackslash}subsectiontoc[toctitle]\{title\}} \\
 \texttt{{\textbackslash}subsectiontoc*[toctitle]\{title\}}
 
@@ -1516,7 +1497,7 @@
 
 If you want to add a document subsubsection that has no subsubsection number but appearing inside the table of content, the classical \LaTeX\ macros \texttt{{\textbackslash}subsubsection} and \texttt{{\textbackslash}subsubsection*} are inefficient. Indeed, \texttt{{\textbackslash}subsubsection} is adding a numbered subsubsection inside the table of content, and \texttt{{\textbackslash}subsubsection*} is adding an unnumbered subsubsection but not inside the table of content.
 
-To add a unnumbered subsubsection inside the table of content, you could use one of the macros: \\
+To add an unnumbered subsubsection inside the table of content, you could use one of the macros: \\
 \texttt{{\textbackslash}subsubsectiontoc[toctitle]\{title\}} \\
 \texttt{{\textbackslash}subsubsectiontoc*[toctitle]\{title\}}
 
@@ -1549,7 +1530,7 @@
 	\texttt{Version: \VERdoc}
 \end{center}
 
-The package \texttt{upmethodology-document} provides base function to manage document information (project, subproject, authors...).
+The package \texttt{upmethodology-document} provides base functions to manage document information (project, subproject, authors...).
 
 \section{Document Information and Declaration}
 
@@ -1645,7 +1626,7 @@
 
 The list of the validators is accessible by two means:
 \begin{itemize}
-\item \texttt{{\textbackslash}thevalidatorlist} is a coma-separated list of the validator' names;
+\item \texttt{{\textbackslash}thevalidatorlist} is a coma-separated list of the validator's names;
 \item \texttt{{\textbackslash}upmdocumentvalidators} produces an array of all the validators (see below for an example).
 \end{itemize}
 
@@ -1659,7 +1640,7 @@
 
 The list of the informed people is accessible by two means:
 \begin{itemize}
-\item \texttt{{\textbackslash}theinformedlist} is a coma-separated list of the informed people' names;
+\item \texttt{{\textbackslash}theinformedlist} is a coma-separated list of the informed people's names;
 \item \texttt{{\textbackslash}upmdocumentinformedpeople} produces an array of all the informed people (see below for an example).
 \end{itemize}
 
@@ -1671,7 +1652,7 @@
 
 \subsection{Setting Information}
 
-The Copyright holder(s) are person(s) or institution(s), that own the copyright on the document. The following macro allows you to set the identity of the copyright holder in all  parts of the documents: \\
+The Copyright holder(s) are person(s) or institution(s), that own the copyright on the document. The following macro allows you to set the identity of the copyright holder in all parts of the documents: \\
 \texttt{{\textbackslash}setcopyrighter\{name\}}\\
 
 Publisher is the people or the institution, or both, which is publishing the document. Basically it is the same the copyrighter (see above): \\
@@ -1740,7 +1721,7 @@
 	\texttt{Version: \VERfp}
 \end{center}
 
-The \texttt{upmethodology-frontpage} package provides an front page for the UP documents. This package does not provides any public function. It is based on all the previous packages.
+The \texttt{upmethodology-frontpage} package provides a front page for the UP documents. This package does not provides any public function. It is based on all the previous packages.
 
 \section{Display the front page}
 
@@ -1800,7 +1781,7 @@
 	\texttt{Version: \VERbp}
 \end{center}
 
-The package \texttt{upmethodology-backpage} provides an back page for the UP documents. This package does not provides any public function. It is based on all the previous packages.
+The package \texttt{upmethodology-backpage} provides a back page for the UP documents. This package does not provides any public function. It is based on all the previous packages.
 
 \section{Display the back page}
 
@@ -1819,7 +1800,7 @@
 \section{Small text before the back page}
 
 It is possible to insert a text at the bottom of the page just before the back page (usually the inner page of the cover for a two sided document).
-You must set tha macro \texttt{backcovermessage} with the \texttt{{\textbackslash}Set} macro: \\
+You must set the macro \texttt{backcovermessage} with the \texttt{{\textbackslash}Set} macro: \\
 \texttt{{\textbackslash}Set\{backcovermessage\}\{text\}}\\
 
 \section{Define a Back Page in Extensions}
@@ -1862,7 +1843,7 @@
 Additional macros are provided to redefine the \texttt{upmethodology-document} constants:\\
 \texttt{{\textbackslash}Set{[}lang{]}\{variable\_name\}\{value\}}\\
 
-The \texttt{variable\_name} is the name of the value to override. It must be taken in one of the names listed in table~\tabref{documentextension:names:set}. The \texttt{lang} parameter is a language identifier. It is used to restrict the definition to a specific language. If not given, the default language is used insteed. The \texttt{image\_name} and \texttt{image\_scale} are the name of the image file and the scaling factor respectively.
+The \texttt{variable\_name} is the name of the value to override. It must be taken in one of the names listed in table~\tabref{documentextension:names:set}. The \texttt{lang} parameter is a language identifier. It is used to restrict the definition to a specific language. If not given, the default language is used instead. The \texttt{image\_name} and \texttt{image\_scale} are the name of the image file and the scaling factor respectively.
 
 \begin{mtable}{\linewidth}{2}{lX}{List of overiddable value names}{documentextension:names:set}
 	\hline
@@ -1943,11 +1924,11 @@
 \item \texttt{{\textbackslash}taskend\{date\}} \\
 	to set the finished date of the task (real or predicted);
 \item \texttt{{\textbackslash}taskmanager\{name\}} \\
-	adds a task's manager into the list of the managers;
+	to add a task's manager into the list of the managers;
 \item \texttt{{\textbackslash}taskmember\{name\}} \\
-	adds a task's member into the list of the members;
+	to add a task's member into the list of the members;
 \item \texttt{{\textbackslash}taskmilestone\{date\}\{comment\}} \\
-	add a milestone into the task for the given date and described by the given comment.
+	to add a milestone into the task for the given date and described by the given comment.
 \end{itemize}
 
 \section{Task Reference}

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def	2017-08-09 22:15:40 UTC (rev 44999)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def	2017-08-09 22:15:53 UTC (rev 45000)
@@ -1 +1 @@
-\def\UPMVERSION{20170615}
+\def\UPMVERSION{20170808}

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty	2017-08-09 22:15:40 UTC (rev 44999)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-extension.sty	2017-08-09 22:15:53 UTC (rev 45000)
@@ -17,16 +17,8 @@
 % write to the Free Software Foundation, Inc., 59 Temple Place - Suite
 % 330, Boston, MA 02111-1307, USA.
 %
-% Creation date: 2009-10-24
-% Modifications:
-%   2012-09-21   "(c)" -> "\copyright"
-%   2009-11-03   \If* are marked as \long.
-%   2006-10-30   Bug fix: provides "upmethodology-extension" insteed of "upmethodology-document".
-%   2006-10-29   Allow to override the default font.
-%   2006-10-27   Clean the API
-%
 
-\global\edef\upm at package@ext at ver{2012/09/21}
+\global\edef\upm at package@ext at ver{2017/08/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	2017-08-09 22:15:40 UTC (rev 44999)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty	2017-08-09 22:15:53 UTC (rev 45000)
@@ -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{2017/06/15}
+\global\edef\upm at package@fmt at ver{2017/08/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-fmt}[\upm at package@fmt at ver]
@@ -953,7 +953,7 @@
 % DATE
 %----------------------------------------
 
-%Build a date this a supported format
+%Build a date that has the format supported by tex-upmethodology
 %\makedate{day}{month}{year}
 \let\makedate\upm at format@lang at makedate
 
@@ -1475,7 +1475,7 @@
 
 \gdef\thmtformatoptarg#1{\upm at column@char\ #1}%
 
-% Permits to define an part of the definition's name that is
+% Permits to define a part of the definition's name that is
 % rendered only in core part of the document, not in the
 % list of theorems
 \gdef\upm at definition@upmtheoremopt#1{#1}

Modified: trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty	2017-08-09 22:15:40 UTC (rev 44999)
+++ trunk/Master/texmf-dist/tex/latex/upmethodology/upmethodology-frontpage.sty	2017-08-09 22:15:53 UTC (rev 45000)
@@ -18,7 +18,7 @@
 % 330, Boston, MA 02111-1307, USA.
 %
 
-\global\edef\upm at package@fp at ver{2015/06/26}
+\global\edef\upm at package@fp at ver{2017/08/08}
 
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
 \ProvidesPackage{upmethodology-frontpage}[\upm at package@fp at ver]
@@ -131,7 +131,7 @@
 
 
 %----------------------------------------
-% Define the command to put the title with a classic layout
+% Define the command to put the title with a modern layout
 %----------------------------------------
 \newcommand{\upm at front@layout at modern}{%
     \message{************ USE MODERN FRONT COVER}
@@ -199,7 +199,7 @@
 \newcommand{\setfrontcover}[1]{%
 	\upm at front@setfrontlayout{#1}{\errmessage{invalid front layout theme: #1}}%
 }
-\newcommand{\setfrontlayout}[1]{\errmessage{"\string\setfrontlayout" is deprecated. Use "\string\setfrontcover" insteed}}
+\newcommand{\setfrontlayout}[1]{\errmessage{"\string\setfrontlayout" is deprecated. Use "\string\setfrontcover" instead}}
 
 \setfrontcover{classic}
 



More information about the tex-live-commits mailing list