[latex3-commits] [git/LaTeX3-latex3-latex3] master: l3draw: Note a few pgf point functions to skip [ci skip] (595fd71)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Feb 10 15:02:18 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/595fd71f83bd6e5d2f1344a8d6a85ee43839f5a0

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

commit 595fd71f83bd6e5d2f1344a8d6a85ee43839f5a0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Feb 10 10:59:12 2018 +0000

    l3draw: Note a few pgf point functions to skip [ci skip]


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

595fd71f83bd6e5d2f1344a8d6a85ee43839f5a0
 l3trial/l3draw/l3draw-points.dtx |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/l3trial/l3draw/l3draw-points.dtx b/l3trial/l3draw/l3draw-points.dtx
index ac2f1bf..c34061a 100644
--- a/l3trial/l3draw/l3draw-points.dtx
+++ b/l3trial/l3draw/l3draw-points.dtx
@@ -58,6 +58,21 @@
 %<@@=draw>
 %    \end{macrocode}
 %
+% This sub-module covers more-or-less the same ideas as
+% \texttt{pgfcorepoints.code.tex}, though the approach taken to returning
+% values is different: point expressions here are processed by expansion
+% and return a co-ordinate pair in the form |{|\meta{x}|}{|\meta{y}|}|.
+% Equivalents of following \pkg{pgf} functions are deliberately omitted:
+% \begin{itemize}
+%   \item \cs{pgfpointorigin}: Can be given explicitly as |{0pt}{0pt}|.
+%   \item \cs{pgfextractx}, \cs{pgfextracty}: Available by applying
+%     \cs{use_i:nn}/\cs{use_ii:nn} or similar to the \texttt{x}-type
+%     expansion of a point expression.
+%    \item \cs{pgfgetlastxy}: Unused in the entire \pkg{pgf} core, may be
+%      emulated by \texttt{x}-type expansion of a point expression, then using
+%      the result.
+% \end{itemize}
+%
 % \subsection{Support functions}
 %
 % \begin{macro}{\@@_point_process:nn}





More information about the latex3-commits mailing list