summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex b/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex
index 44b651927c9..bdfe48035f2 100644
--- a/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex
+++ b/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex
@@ -3,7 +3,7 @@
\setfrontcover{classic}
%\UseExtension{setlab}
-\declaredocument{\LaTeX\ Packages for Unified Process Methodology}{Official Documentation}{UPM-2007-01}
+\declaredocument{\LaTeX\ Packages for Unified Process Methodology}{Official Documentation}{UPM-2012-01}
\initialversion[1.0]{\makedate{11}{04}{2006}}{First release of this example}{\upmpublic}
\incversion{\makedate{19}{04}{2006}}{Add mtabular and mtable environments}{\upmpublic}
@@ -22,6 +22,7 @@
\incversion{\makedate{30}{10}{2009}}{Add document class explanations.}{\upmpublic}
\incversion{\makedate{02}{11}{2009}}{Add people name formatting macros. \newline Add package dependency list.}{\upmpublic}
\incversion{\makedate{03}{11}{2009}}{Add comment parameter for document role macros.}{\upmpublic}
+\incversion{\makedate{21}{12}{2012}}{{\textbackslash}upmuse \ensuremath{\rightarrow} {\textbackslash}UseExtension}{\upmpublic}
\addauthorvalidator*[galland@arakhne.org]{St{\'e}phane}{Galland}{Original Author}
@@ -1153,12 +1154,12 @@ It is possible to write an extension to the \texttt{upmethodology-document} pack
\section{Load a Document Extension}
To load and use a document extension, you must invoke the macro:\\
-\texttt{{\textbackslash}upmuse\{extension\_name\}}\\
+\texttt{{\textbackslash}UseExtension\{extension\_name\}}\\
where \texttt{extension\_name} is the identifier of the extension to load. The extension's files must be inside your \LaTeX\ search path.
\section{Write a Document Extension}
-An document extension must be written and described inside a file named \texttt{upmext-NAME.cfg}, where \texttt{NAME} is the name of the extension. This file must be put in your \LaTeX\ search path.
+A document extension could be written and described inside a file named \texttt{upmext-NAME.cfg}, where \texttt{NAME} is the name of the extension. This file must be put in your \LaTeX\ search path.
The \texttt{upmext-NAME.cfg} file is a \LaTeX\ file in which a set of definition macros are put. These macros must respect the \LaTeX\ syntax.