summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-05 03:00:51 +0000
committerNorbert Preining <norbert@preining.info>2021-10-05 03:00:51 +0000
commit565de6b1d4171694d95a6e0552738891484ea7be (patch)
treec1b2b90a1d8d0fb654cd0759703903db58c8973c /support
parent4a258bbb349d86735a9d1be59c3a5eae8756012c (diff)
CTAN sync 202110050300
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex9
-rw-r--r--support/lacheck/Makefile.in2
-rw-r--r--support/lacheck/aclocal.m410
4 files changed, 22 insertions, 5 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index fb6049c959..b229ff27f8 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2021-10-04 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (graphicx.4ht): added support for the \includegraphics alt
+ key.
+ https://github.com/latex3/latex2e/issues/651
+
2021-09-28 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): support for change of booktabs rule colors.
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 4df4f93e6c..ae34076fa0 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 987 2021-09-26 20:24:16Z michal_h21 $
+% $Id: tex4ht-4ht.tex 989 2021-10-04 09:35:17Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -26024,6 +26024,7 @@ For xml
\EndVerbatim
+
Fix for XeTeX graphics - PDF inclusion doesn't work with the default driver,
dvips needs to be used instead
@@ -26077,6 +26078,12 @@ dvips needs to be used instead
>>>
+Support for the alt key of \Verb!\includegraphics! command.
+
+\<fix graphicx\><<<
+\define@key{Gin}{alt}{\Configure{GraphicsAlt}{#1}}
+>>>
+
The calc package redefined \`'\setlength' to allow expressions of the
form `\Verb!width=.625\textwidth+5mm!'. The macros \`'Gin@ewidth' and
\`'Gin@eheight' allow such values. Hence, for such macros, we should
diff --git a/support/lacheck/Makefile.in b/support/lacheck/Makefile.in
index 338d6b19d0..b8d8c51ee5 100644
--- a/support/lacheck/Makefile.in
+++ b/support/lacheck/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.16.4 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
diff --git a/support/lacheck/aclocal.m4 b/support/lacheck/aclocal.m4
index cb717c131f..554d6ae08d 100644
--- a/support/lacheck/aclocal.m4
+++ b/support/lacheck/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.16.4 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.16'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.16.4], [],
+m4_if([$1], [1.16.5], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -51,7 +51,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.16.4])dnl
+[AM_AUTOMAKE_VERSION([1.16.5])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -428,6 +428,10 @@ m4_defn([AC_PROG_CC])
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
[AC_PREREQ([2.65])dnl
+m4_ifdef([_$0_ALREADY_INIT],
+ [m4_fatal([$0 expanded multiple times
+]m4_defn([_$0_ALREADY_INIT]))],
+ [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl