[latex3-commits] [git/LaTeX3-latex3-latex3] master: Document oddities of \driver_pdf_link_margin:n (fa74b5a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 14 15:50:56 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/fa74b5a0026c237eef2c0a0689e5fdae048fbf86
>---------------------------------------------------------------
commit fa74b5a0026c237eef2c0a0689e5fdae048fbf86
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 14 14:50:56 2019 +0100
Document oddities of \driver_pdf_link_margin:n
Quite possibly this should be done in a first-shipout
hook, so all engines give the same result.
>---------------------------------------------------------------
fa74b5a0026c237eef2c0a0689e5fdae048fbf86
l3kernel/l3drivers.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 24f7ad3..9b35179 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -568,11 +568,12 @@
%
% \begin{function}[EXP, added = 2019-04-11]{\driver_pdf_link_margin:n}
% \begin{syntax}
-% \cs{driver_pdf_link_margin:} \Arg{dimen}
+% \cs{driver_pdf_link_margin:n} \Arg{dimen}
% \end{syntax}
% Sets the length of the margin between content and the border of a link.
% Different back-ends treat the scoping of this value in different ways:
-% \pdfTeX{} and \LuaTeX{} treat it as scoped by \TeX{}, whilst with
+% \pdfTeX{} and \LuaTeX{} appy this at shipout (so it is global, once per
+% page), whilst with
% \texttt{dvips} the scope is managed at the PostScript level. For
% \texttt{(x)dvipdfmx}, this setting applies to \emph{all} annotations
% (\emph{i.e.}~it is global), and thus it may be necessary to set to
More information about the latex3-commits
mailing list