diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-19 22:33:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-19 22:33:25 +0000 |
commit | 8d1bd3ce5ec6636fe2b10d91c98ba0dc4fb6a015 (patch) | |
tree | c1e85db7aaaad1fba260bd4dbf7c6c39a0147f67 | |
parent | 80c9d878b6712d67c43f43f79149d4fdbc4599bc (diff) |
upmethodology (19may13)
git-svn-id: svn://tug.org/texlive/trunk@30577 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/upmethodology/Changelog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/upmethodology/VERSION | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/upmethodology/Changelog b/Master/texmf-dist/doc/latex/upmethodology/Changelog index 9f39147164f..08d6328e38a 100644 --- a/Master/texmf-dist/doc/latex/upmethodology/Changelog +++ b/Master/texmf-dist/doc/latex/upmethodology/Changelog @@ -1,8 +1,11 @@ +2013-05-18 Stéphane GALLAND <galland@arakhne.org> + * upmethodology-fmt.sty: Replace the image extension 'pstex_t' by 'pdftex_t'. + 2013-05-17 Stéphane GALLAND <galland@arakhne.org> * upmethodology-p-common.sty: fixing the name of the provided package. * upmethodology-document.cls: Replace the option 'pdftex=true' by 'pdftex' for hyperref package. - * upmethodology-fmt.cls: Define the default graphic extensions: pdf, png, jpg, jpeg, tiff, gif. - * upmethodology-fmt.cls: Define the default graphic search path to the current directory. + * upmethodology-fmt.sty: Define the default graphic extensions: pdf, png, jpg, jpeg, tiff, gif. + * upmethodology-fmt.sty: Define the default graphic search path to the current directory. 2013-04-28 Stéphane GALLAND <galland@arakhne.org> * upmethodology-p-common.sty: include the package diff --git a/Master/texmf-dist/doc/latex/upmethodology/VERSION b/Master/texmf-dist/doc/latex/upmethodology/VERSION index ddbdc8b8fd6..434701d281f 100644 --- a/Master/texmf-dist/doc/latex/upmethodology/VERSION +++ b/Master/texmf-dist/doc/latex/upmethodology/VERSION @@ -1 +1 @@ -upmethodology-20130517 +upmethodology-20130518 diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty index 84e5fd80806..fc12b75de3c 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty @@ -19,6 +19,7 @@ % % Creation date: 2006-04-06 % Modifications (lastest first): +% 2013-05-18 Replace the image extension 'pstex_t' by 'pdftex_t'. % 2013-05-17 Define the default graphic extensions: pdf, png, jpg, jpeg, tiff, gif. % Define the default graphic search path to the current directory. % 2013-04-01 Do not put the default bibliography style if it was already provided. @@ -51,7 +52,7 @@ % Bug fix: centering table's headers. % -\global\edef\upm@package@fmt@ver{2013/05/17} +\global\edef\upm@package@fmt@ver{2013/05/18} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver] @@ -277,7 +278,7 @@ \newcommand{\upm@mfigurewtex}[5][ht]{ \begin{figure}[#1]% \begin{center}% - \resizebox{\upm@figtex@remove@width@param{#2}}{!}{\input{#3.pstex_t}}% + \resizebox{\upm@figtex@remove@width@param{#2}}{!}{\input{#3.pdftex_t}}% \caption{#4}% \label{fig:#5}% \end{center}% @@ -287,7 +288,7 @@ \newcommand{\upm@mfigurewtexstar}[5][ht]{ \begin{figure*}[#1]% \begin{center}% - \resizebox{\upm@figtex@remove@width@param{#2}}{!}{\input{#3.pstex_t}}% + \resizebox{\upm@figtex@remove@width@param{#2}}{!}{\input{#3.pdftex_t}}% \caption{#4}% \label{fig:#5}% \end{center}% |