summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/autolatex/VERSION2
-rw-r--r--support/autolatex/sty/autolatex.sty8
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%