diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex b/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex index bdfe48035f2..56cdf8faf72 100644 --- a/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex +++ b/Master/texmf-dist/doc/latex/upmethodology/upmethodology-doc.tex @@ -23,6 +23,8 @@ \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} +\incversion{\makedate{28}{04}{2013}}{Replace the package inclusion of \texttt{color.sty} by \texttt{xcolor.sty}}{\upmpublic} +\incversion{\makedate{17}{05}{2013}}{Add a section on the default configuration of the package \texttt{graphicx}}{\upmpublic} \addauthorvalidator*[galland@arakhne.org]{St{\'e}phane}{Galland}{Original Author} @@ -204,7 +206,7 @@ This section contains the list of all the package dependencies for the \texttt{u \begin{itemize} \item \texttt{ifthen} \item \texttt{xspace} -\item \texttt{color} +\item \texttt{xcolor} \end{itemize} \subsection{upmethdology-spec.sty} @@ -389,9 +391,21 @@ The following macros defines some localized strings used by \texttt{upmethodolog The package \texttt{upmethodology-fmt} provides some usefull facilities to format an UP document. +\section{Default Configuration for the Package \texttt{graphicx}} + +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{jpef}, \texttt{tiff}, \texttt{gif}. To redefine these extensions, you must invoke:\\ + \texttt{{\textbackslash}DeclareGraphicsExtensions\{extensions\}} \\ + where \texttt{extensions} must be replaced by a list of extensions separated by comas. +\item[Image search path] By default, the images are search inside the path "\texttt{./}". To redefine the search paths, you must invoke: + \texttt{{\textbackslash}graphicspath\{\{path1\},\{path2\},\{path3\}...\}} \\ + where \texttt{path1}, \texttt{path2}, \texttt{path2}, etc. must be replaced by the names of the directories in which the images are located. The paths in the list are separated by comas. +\end{description} + \section{Figures} -You could include afigure inside your document with the following macros: \\ +You could include a figure inside your document with the following macros: \\ \texttt{{\textbackslash}mfigure[position]\{options\}\{filename\}\{caption\}\{label\}} \\ \texttt{{\textbackslash}mfigure*[position]\{options\}\{filename\}\{caption\}\{label\}} \\ |