diff options
Diffstat (limited to 'Master/texmf-dist/tex')
3 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls index a9e8a526060..b3958467a0d 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-document.cls @@ -19,6 +19,7 @@ % % Creation date: 2006-04-06 % Modifications: +% 2013-05-17 Replace the option 'pdftex=true' by 'pdftex' for hyperref package. % 2012-10-02 Process the class options in the order given by the caller. % 2009-10-30 Add "book", "report" and "article" options. % 2009-10-28 Add hyperref declarations. @@ -34,7 +35,7 @@ % 2006-04-22 Remove task and specification packages. % -\global\edef\upm@package@docclazz@ver{2012/10/02} +\global\edef\upm@package@docclazz@ver{2013/05/17} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{upmethodology-document}[\upm@package@docclazz@ver] @@ -133,7 +134,7 @@ \RequirePackage{upmethodology-spec} \RequirePackage{url} -\RequirePackage[pdftex=true, +\RequirePackage[pdftex, breaklinks, %make links breakable on several lines pageanchor=true, %put implicit anchor on each page (required for \printindex) bookmarks=false, %hide bookmarks diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty index df21ed93386..84e5fd80806 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty @@ -19,6 +19,8 @@ % % Creation date: 2006-04-06 % Modifications (lastest first): +% 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. % 2012-09-21 Move \copyright into upmethodology-fmt.sty % 2012-09-17 Bug fix: \makename and \upmmakename have invalid first name size @@ -49,7 +51,7 @@ % Bug fix: centering table's headers. % -\global\edef\upm@package@fmt@ver{2013/04/01} +\global\edef\upm@package@fmt@ver{2013/05/17} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver] @@ -154,6 +156,13 @@ %---------------------------------------- +% DEFAULT GRAPHICX CONFIGURATION +%---------------------------------------- + +\DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg,.tiff,.gif} +\graphicspath{{./}} + +%---------------------------------------- % FIGURES %---------------------------------------- diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty index 3beb327f31a..af8194d421c 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-p-common.sty @@ -1,4 +1,4 @@ -% Copyright (c) 2009 Stephane GALLAND <galland@arakhne.org> +% Copyright (c) 2009-13 Stephane GALLAND <galland@arakhne.org> % % This program is free library; you can redistribute it and/or modify % it under the terms of the GNU Lesser General Public License as @@ -17,19 +17,21 @@ % % Creation date: 2009-10-30 % Modifications (lastest first): +% 2013-05-17 Fixing the name of the provided package. +% 2013-04-28 Include xcolor.sty in place of color.sty. % 2012-09-21 Move \copyright from upmethodology-fmt.sty % 2009-11-03 \If* macros are marked with \long % 2009-11-02 Add internal commands for footnotes. % -\global\edef\upm@package@private@doctype@ver{2012/09/21} +\global\edef\upm@package@private@doctype@ver{2013/05/17} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{upmethodology-p-doctype}[\upm@package@private@doctype@ver] +\ProvidesPackage{upmethodology-p-common}[\upm@package@private@doctype@ver] \RequirePackage{ifthen} \RequirePackage{xspace} -\RequirePackage{color} +\RequirePackage{xcolor} %---------------------------------------- % ARAKHNE.ORG MACRO |