diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-04 21:17:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-04 21:17:09 +0000 |
commit | 8fe8e01cd9dc4177d5f98c145b2a3669f2e0ca73 (patch) | |
tree | f0a00fd9812b5fda634769b307549bd658151145 /Master/texmf-dist/tex | |
parent | 897546c9e162a3c22de2216f7ed0fd13bc57fa26 (diff) |
upmethodology (4aug19)
git-svn-id: svn://tug.org/texlive/trunk@51818 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty | 16 |
2 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def b/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def index 6b9e66e5af3..02b668610db 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def +++ b/Master/texmf-dist/tex/latex/upmethodology/UPMVERSION.def @@ -1 +1 @@ -\def\UPMVERSION{20171210} +\def\UPMVERSION{20190804} diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty index 057e348e887..bbdd4bce1e6 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty @@ -17,7 +17,7 @@ % write to the Free Software Foundation, Inc., 59 Temple Place - Suite % 330, Boston, MA 02111-1307, USA. -\global\edef\upm@package@fmt@ver{2017/12/10} +\global\edef\upm@package@fmt@ver{2019/08/04} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver] @@ -161,6 +161,20 @@ \fi \graphicspath{{./}} +%----------------------------------------- +% LOCAL DEFINITION OF TH GRAPHICS PATH +%----------------------------------------- + +\newenvironment{graphicspathcontext}[1]{% + \bgroup% + \let\upm@tmp@graphicspathcontext@ginputpath\Ginput@path% + \def\old{\upm@tmp@graphicspathcontext@ginputpath}% + \protected@edef\upm@tmp@graphicspathcontext@tmp{\protect\graphicspath{#1}}% + \upm@tmp@graphicspathcontext@tmp% +}{% + \egroup% +} + %---------------------------------------- % FIGURES %---------------------------------------- |