[latex3-commits] [git/LaTeX3-latex3-latex2e] gh355: Add changes.txt and ltnews32.tex entries for 02ddf2a6 (cd373d60)

PhelypeOleinik phelype.oleinik at latex-project.org
Mon Aug 31 00:49:56 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh355
Link       : https://github.com/latex3/latex2e/commit/cd373d60e434c847f902f3d40ca8a57e2d7af170

>---------------------------------------------------------------

commit cd373d60e434c847f902f3d40ca8a57e2d7af170
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sun Aug 30 19:49:56 2020 -0300

    Add changes.txt and ltnews32.tex entries for 02ddf2a6


>---------------------------------------------------------------

cd373d60e434c847f902f3d40ca8a57e2d7af170
 base/doc/ltnews32.tex         | 13 +++++++++++++
 required/graphics/changes.txt |  6 ++++++
 2 files changed, 19 insertions(+)

diff --git a/base/doc/ltnews32.tex b/base/doc/ltnews32.tex
index dedf734a..36a37b74 100644
--- a/base/doc/ltnews32.tex
+++ b/base/doc/ltnews32.tex
@@ -723,6 +723,19 @@ by code parsing BoundingBox comments. The package now locally sets
 %
 \githubissue{286}
 
+\subsection{Files with multiple parts}
+Sometimes one has a graphics file, say, \texttt{file.svg}, and converts
+it to another format to include it in \LaTeX{} and ends up with a file
+named \texttt{file.svg.png}.  In previous releases, if the user did
+\verb|\includegraphics{file.svg}|, an error would be raised and the
+graphics inclusion would fail due to the unknown \verb|.svg| extension.
+The \pkg{graphics} package now checks the given extension exists, and if
+it doesn't, it tries appending the known extensions until it finds a
+graphics file with a valid extension, otherwise it falls back to the
+file as requested.
+%
+\githubissue{355}
+
 
 \section{Changes to packages in the \pkg{tools} category}
 
diff --git a/required/graphics/changes.txt b/required/graphics/changes.txt
index 666621f6..afb7698a 100644
--- a/required/graphics/changes.txt
+++ b/required/graphics/changes.txt
@@ -4,6 +4,12 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 =======================================================================
 
+2020-08-21  Phelype Oleinik  <phelype.oleinik at latex-project.org>
+
+	* graphics.dtx: add additional trial with known extensions if
+	the supplied filename+extension exist, but the extension is
+	not a known file extension (gh/355).
+
 2020-08-21  David Carlisle  <David.Carlisle at latex-project.org>
 
 	* grfguide.tex: replace a.ps and a.pdf by a.eps gh/357





More information about the latex3-commits mailing list.