[latex3-commits] [git/LaTeX3-latex3-latex3] master: Tidy some internal functions (5b8000e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Apr 12 09:23:53 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/5b8000e340b6b2f14b6639cda3655cd9778bd73e
>---------------------------------------------------------------
commit 5b8000e340b6b2f14b6639cda3655cd9778bd73e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 12 08:23:53 2019 +0100
Tidy some internal functions
>---------------------------------------------------------------
5b8000e340b6b2f14b6639cda3655cd9778bd73e
l3kernel/l3drivers-pdf.dtx | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 26d9cbc..f42d550 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -167,7 +167,7 @@
% In \texttt{dvips}, annotations have to be constructed manually. As such,
% we need the object code above for some definitions.
%
-% \begin{macro}{driver.dvi.pdf, driver.pdf.dvi, driver.linkmargin}
+% \begin{macro}{driver.pt.dvi, driver.linkmargin}
% The link margin size has to be defined at the off: default as for
% \pdfTeX{}. The size conversions have to be done in PostScript as
% there can be a magnification active.
@@ -175,9 +175,8 @@
\@@_literal:x
{
!
- /driver.dvi.pdf ~ { 72.27 ~ mul ~ Resolution ~ div } ~ def ~
- /driver.pdf.dvi ~ { 72.27 ~ div ~ Resolution ~ mul } ~ def ~
- /driver.linkmargin ~ { 1 ~ driver.pdf.dvi } ~ def
+ /driver.pt.dvi ~ { 72.27 ~ div ~ Resolution ~ mul } ~ def ~
+ /driver.linkmargin ~ { 1 ~ driver.pt.dvi } ~ def
}
% \end{macrocode}
% \end{macro}
@@ -315,7 +314,7 @@
{
\@@_postscript:x
{
- /driver.linkmargin ~ { \dim_to_decimal:n {#1} ~ driver.pdf.dvi } ~ def
+ /driver.linkmargin ~ { \dim_to_decimal:n {#1} ~ driver.pt.dvi } ~ def
}
}
% \end{macrocode}
More information about the latex3-commits
mailing list