diff options
author | Norbert Preining <norbert@preining.info> | 2022-02-11 03:01:50 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-02-11 03:01:50 +0000 |
commit | 4eb178c7cffedf8da4dc598b6d187a142e5ad93d (patch) | |
tree | 120985ceadfbf44b7e5b4935706ae048b6730d08 /support/autolatex | |
parent | 6ca8808eb5a413a8e33a0a5c32e2d0742d8af36b (diff) |
CTAN sync 202202110301
Diffstat (limited to 'support/autolatex')
-rw-r--r-- | support/autolatex/VERSION | 2 | ||||
-rw-r--r-- | support/autolatex/sty/autolatex.sty | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/support/autolatex/VERSION b/support/autolatex/VERSION index f53d866a5b..b85b68c1c8 100644 --- a/support/autolatex/VERSION +++ b/support/autolatex/VERSION @@ -1 +1 @@ -autolatex 41.0 +autolatex 41.1 diff --git a/support/autolatex/sty/autolatex.sty b/support/autolatex/sty/autolatex.sty index 1ed46faa42..f5a8b42351 100644 --- a/support/autolatex/sty/autolatex.sty +++ b/support/autolatex/sty/autolatex.sty @@ -1,5 +1,5 @@ % autolatex - autolatex.sty -% Copyright (C) 1998-2013 Stephane Galland <galland@arakhne.org> +% Copyright (C) 1998-2022 Stephane Galland <galland@arakhne.org> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ % Modifications: % -\global\edef\autolatex@package@ver{2013/12/23} +\global\edef\autolatex@package@ver{2022/02/10} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{autolatex}[\autolatex@package@ver] @@ -43,7 +43,7 @@ %----- %\DeclareGraphicsExtensionsWtex{coma separated extensions} \providecommand{\DeclareGraphicsExtensionsWtex}[1]{% - \xdef\@autolatex@wtfig@extensions{\zap@space#1 \@empty}% + \xdef\@@wtfig@extensions{\zap@space#1 \@empty}% } \DeclareGraphicsExtensionsWtex{.pdftex_t,.pstex_t,.pdf_tex,.ps_tex} @@ -74,7 +74,7 @@ \global\let\@autolatex@wtfig@path\relax% \filename@parse{#2}% \ifx\filename@ext\relax% - \@for\@autolatex@wtfig@exttmp:=\@autolatex@wtfig@extensions\do{% + \@for\@autolatex@wtfig@exttmp:=\@@wtfig@extensions\do{% \expandafter\@autolatex@wtfig@searchinpath{#2\@autolatex@wtfig@exttmp}% }% \else% |