diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-06 09:26:32 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-06 09:26:32 +0000 |
commit | 2642cb8f94a8070118c06133cdd27f50abb894a2 (patch) | |
tree | 9347132f421830f35010ae65f81c3e8e487cb0a7 /Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex | |
parent | b3c4f06491e51805bec542709ec7bb8f0a1adb3d (diff) |
upmethodology update
git-svn-id: svn://tug.org/texlive/trunk@27896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex | 7 |
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. |