[latex3-commits] [latex3/latex3] main: Drop mark-up of setting variables in backend (5fa0fed2c)
github at latex-project.org
github at latex-project.org
Thu Jan 4 18:23:00 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/5fa0fed2c7203c3240b91361c99965b3f2b2e06a
>---------------------------------------------------------------
commit 5fa0fed2c7203c3240b91361c99965b3f2b2e06a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jan 4 17:23:00 2024 +0000
Drop mark-up of setting variables in backend
We don't marek where variables are set generally:
this was overlooked here as they are non 'normal' ones.
>---------------------------------------------------------------
5fa0fed2c7203c3240b91361c99965b3f2b2e06a
l3backend/l3backend-color.dtx | 2 --
l3backend/l3backend-pdf.dtx | 11 -----------
2 files changed, 13 deletions(-)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 68ba52ce9..8602f5852 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -169,7 +169,6 @@
% \@@_backend_select:n
% }
% \begin{macro}{\@@_backend_reset:}
-% \begin{macro}[no-user-doc]{color.sc}
% Push the data to the stack. In the case of \texttt{dvips} also saves the
% drawing color in raw PostScript. The |spot| model is for handling data
% in classical format.
@@ -194,7 +193,6 @@
% \end{macrocode}
% \end{macro}
% \end{macro}
-% \end{macro}
%
% \begin{macrocode}
%</dvips|dvisvgm>
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index d6974b85a..963e432a8 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -388,16 +388,6 @@
% \begin{macro}{\@@_backend_link_minima:}
% \begin{macro}{\@@_backend_link_outerbox:n}
% \begin{macro}{\@@_backend_link_sf_save:, \@@_backend_link_sf_restore:}
-% \begin{macro}[int]
-% {
-% pdf.linkdp.pad ,
-% pdf.linkht.pad ,
-% pdf.llx, pdf.lly ,
-% pdf.ury, pdf.ury ,
-% pdf.link.dict ,
-% pdf.outerbox ,
-% pdf.baselineskip
-% }
% Links are crated like annotations but with dedicated code to allow for
% adjusting the size of the rectangle. In contrast to \pkg{hyperref}, we
% grab the link content as a box which can then unbox: this allows the same
@@ -569,7 +559,6 @@
% \end{macro}
% \end{macro}
% \end{macro}
-% \end{macro}
%
% Hooks to allow link breaking: something will be needed in format mode
% at some stage. At present this code is disabled as there is an open
More information about the latex3-commits
mailing list.