[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix indenting (7969b44)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Apr 17 13:19:28 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/7969b44be91f23b3993d40b0fa6438db8a0f45dc
>---------------------------------------------------------------
commit 7969b44be91f23b3993d40b0fa6438db8a0f45dc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Apr 17 12:19:28 2019 +0100
Fix indenting
>---------------------------------------------------------------
7969b44be91f23b3993d40b0fa6438db8a0f45dc
l3kernel/l3drivers-pdf.dtx | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index df21cb0..6869722 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -715,14 +715,14 @@
% this to be negative (contrast \pkg{hypdvips} approach). The result should
% be similar to \pdfTeX{} in the vast majority of foreseeable cases.
%
-% The object number for a link is saved separately from the rest of the
-% dictionary as this allows us to insert it just once, at either an
-% unbroken link or only in the first line of a broken one. That makes the
-% code clearer but also avoids a low-level PostScript error with the code
-% as taken from \pkg{hypdvips}.
-%
-% Getting the outer dimensions of the text area may be better using a two-pass
-% approach and |\tex_savepos:D|. That plus format mode are still to re-examine.
+% The object number for a link is saved separately from the rest of the
+% dictionary as this allows us to insert it just once, at either an
+% unbroken link or only in the first line of a broken one. That makes the
+% code clearer but also avoids a low-level PostScript error with the code
+% as taken from \pkg{hypdvips}.
+%
+% Getting the outer dimensions of the text area may be better using a two-pass
+% approach and |\tex_savepos:D|. That plus format mode are still to re-examine.
% \begin{macrocode}
\cs_new_protected:Npn \driver_pdf_link_goto:nnn #1#2#3
{ \@@_pdf_link:nnnn {#1} { /GoTo } {#2} {#3} }
More information about the latex3-commits
mailing list