[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: graphics package updates (596e66a0)
David Carlisle
d.p.carlisle at gmail.com
Fri Aug 14 00:09:45 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/596e66a086f6b34ad64af4a9df01b90d269766e1
>---------------------------------------------------------------
commit 596e66a086f6b34ad64af4a9df01b90d269766e1
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Thu Aug 13 23:09:45 2020 +0100
graphics package updates
>---------------------------------------------------------------
596e66a086f6b34ad64af4a9df01b90d269766e1
base/doc/ltnews32.tex | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/base/doc/ltnews32.tex b/base/doc/ltnews32.tex
index b617684a..a30e0f84 100644
--- a/base/doc/ltnews32.tex
+++ b/base/doc/ltnews32.tex
@@ -616,6 +616,23 @@ to the log file, because of a typo in the check. This has been corrected.
%
\gnatsissue{graphics}{3635}
+\subsection{Specifying viewport in the \pkg{graphics} package}
+Specifying a BoundingBox does not really have meaning when including non-EPS graphics in
+\pdfTeX\ and \LuaTeX. For some years the \pkg{graphicx} package
+\texttt{bb} key has been interpreted (with a warning) as a
+\texttt{viewport} key. This feature has been added to the two-argument
+form of \verb|\includegraphics| which is mostly used in the
+\pkg{graphics} package. \verb|\includegraphics[1,2][3,4]{file}| will
+be interpreted in \pdfTeX\ and \LuaTeX\ in the same way as \pkg{graphicx}
+\verb|\includegraphics[viewport=1 2 3 4]{file}|.
+
+\subsection{Normalizing \cs{endlinechar}}
+If \cs{endlinechar} is set to $-1$ so that ends of lines are ignored
+in special contexts, then a low level \TeX\ error would be generated
+by code parsing BoundingBox comments. The package now locally sets
+\cs{endlinechar} to its standard value while reading files.
+
+\githubissue{286}
\section{Changes to packages in the \pkg{tools} category}
More information about the latex3-commits
mailing list.