diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-09 22:45:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-09 22:45:28 +0000 |
commit | 5a25e1bf4c6c63b43f4ee2ac2f140c703eca7a09 (patch) | |
tree | 9d2f325569f5ac8bad551d64ade04233eb37b3af /Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty | |
parent | e125f261f3433bb88672b645160d97b4ac2ea3f6 (diff) |
upmethodology (7jul13)
git-svn-id: svn://tug.org/texlive/trunk@31149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty index ebcd85c226e..1b92c130f44 100644 --- a/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty +++ b/Master/texmf-dist/tex/latex/upmethodology/upmethodology-fmt.sty @@ -19,6 +19,9 @@ % % Creation date: 2006-04-06 % Modifications (lastest first): +% 2013-07-06 Redefine the \underline macro. +% 2013-05-31 Add the extensions 'pdf_tex' and 'ps_tex' in the default list of extensions +% for \includegraphicswtex. % 2013-05-30 Add macro \includegraphicswtex, which is supporting 'pdftex_t' and 'pstex_t'. % 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. @@ -53,7 +56,7 @@ % Bug fix: centering table's headers. % -\global\edef\upm@package@fmt@ver{2013/05/30} +\global\edef\upm@package@fmt@ver{2013/05/31} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver] @@ -255,6 +258,11 @@ % IMAGES INCLUDING TeX EXPRESSIONS %---------------------------------------- +% +% This section is copied from the AutoLaTeX package +% http://www.arakhne.org/autolatex +% + % Private macros for \includegraphicswtex \providecommand{\upm@figtex@includewtex@extensions}{} \define@key{upmethodologyincludewtex}{width}{% @@ -284,7 +292,7 @@ \providecommand{\DeclareGraphicsExtensionsWtex}[1]{% \xdef\upm@figtex@includewtex@extensions{\zap@space#1 \@empty}% } -\DeclareGraphicsExtensionsWtex{.pdftex_t,.pstex_t} +\DeclareGraphicsExtensionsWtex{.pdftex_t,.pstex_t,.pdf_tex,.ps_tex} %----- %\includefigurewtex{width=xx,height=yy}{filename} @@ -999,4 +1007,11 @@ \newcommand{\url}[2][]{\texttt{#2}} \newcommand{\href}[3][]{\texttt{#3}} +%---------------------------------------- +% UNDERLINE +%---------------------------------------- + +\let\upm@oldunderline\underline +\renewcommand{\underline}[1]{\upm@oldunderline{\smash{#1}}} + \endinput |