[latex3-commits] [git/LaTeX3-latex3-latex3] pdf_destination: No box needed here (0e455ce17)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jan 29 09:50:05 CET 2021
Repository : https://github.com/latex3/latex3
On branch : pdf_destination
Link : https://github.com/latex3/latex3/commit/0e455ce17efcc45d585d20e5d7166f221ef32bf5
>---------------------------------------------------------------
commit 0e455ce17efcc45d585d20e5d7166f221ef32bf5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 29 08:50:05 2021 +0000
No box needed here
>---------------------------------------------------------------
0e455ce17efcc45d585d20e5d7166f221ef32bf5
l3experimental/l3pdf/l3pdf.dtx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/l3experimental/l3pdf/l3pdf.dtx b/l3experimental/l3pdf/l3pdf.dtx
index 751e643a4..bc185756e 100644
--- a/l3experimental/l3pdf/l3pdf.dtx
+++ b/l3experimental/l3pdf/l3pdf.dtx
@@ -420,10 +420,7 @@
% \begin{macro}{\pdf_destination:nn}
% \begin{macrocode}
\cs_new_protected:Npn \pdf_destination:nn #1 #2
- {
- \hbox_to_zero:n
- { \@@_backend_destination:nn {#1}{#2} }
- }
+ { \@@_backend_destination:nn {#1}{#2} }
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list.