[latex3-commits] [git/LaTeX3-latex3-latex2e] picture-lengths: [ci skip] ltnews entry for picture extensions (aff23315)

David Carlisle d.p.carlisle at gmail.com
Sun Aug 16 10:55:52 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : picture-lengths
Link       : https://github.com/latex3/latex2e/commit/aff23315caabee613b2b1ec08b9de61007fdfcad

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

commit aff23315caabee613b2b1ec08b9de61007fdfcad
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Aug 16 09:55:52 2020 +0100

    [ci skip] ltnews entry for picture extensions


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

aff23315caabee613b2b1ec08b9de61007fdfcad
 base/doc/ltnews32.tex | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/base/doc/ltnews32.tex b/base/doc/ltnews32.tex
index 16884862..4c80745f 100644
--- a/base/doc/ltnews32.tex
+++ b/base/doc/ltnews32.tex
@@ -46,6 +46,7 @@
 \providecommand\Arg[1]{\texttt\{\meta{#1}\texttt\}}
 
 
+\providecommand\eTeX{\hologo{eTeX}}
 \providecommand\XeTeX{\hologo{XeTeX}}
 \providecommand\LuaTeX{\hologo{LuaTeX}}
 \providecommand\pdfTeX{\hologo{pdfTeX}}
@@ -297,6 +298,20 @@ these commands.
 %
 \githubissue{152}
 
+\subsection{Support \eTeX\ length expressions in \texttt{picture} coordinates}
+
+Picture mode coordinates specified with \texttt{(\_,\_)} previously
+accepted multiples of \cs{unitlength}. They now accept \eTeX\ length
+expressions (as used by the \cs{glueexpr} primitive although all uses
+in \texttt{picture} mode are non stretchy).
+
+So valid uses include \verb|\put(2,2)| as previously,
+ but now also uses such as \verb|\put(\textwidth-5cm,0.4\texteight)|.
+
+Note that you can only use expressions with lengths, \verb|\put(1+2,0)| is not
+supported.
+
+
 \subsection{Spaces in filenames of included files}
 
 File names containing spaces lead to unexpected results when used in





More information about the latex3-commits mailing list.