[latex3-commits] [latex3/latex3] main: Mark PostScript internals as such (see #1397) (e753900eb)

github at latex-project.org github at latex-project.org
Sun Dec 31 14:03:40 CET 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/e753900ebf7ed493bb6493076037fceab15e8ca0

>---------------------------------------------------------------

commit e753900ebf7ed493bb6493076037fceab15e8ca0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 31 13:03:40 2023 +0000

    Mark PostScript internals as such (see #1397)


>---------------------------------------------------------------

e753900ebf7ed493bb6493076037fceab15e8ca0
 l3backend/l3backend-header.dtx | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3backend/l3backend-header.dtx b/l3backend/l3backend-header.dtx
index c0bfe4a12..afb1d0350 100644
--- a/l3backend/l3backend-header.dtx
+++ b/l3backend/l3backend-header.dtx
@@ -66,7 +66,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{TeXcolorseparation, separation}
+% \begin{macro}[int]{TeXcolorseparation, separation}
 %   Support for separation/spot colors: this strange naming is so
 %   things work with the color stack.
 %    \begin{macrocode}
@@ -76,7 +76,7 @@ end
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{pdf.globaldict}
+% \begin{macro}[int]{pdf.globaldict}
 %   A small global dictionary for backend use.
 %    \begin{macrocode}
 true setglobal
@@ -85,7 +85,7 @@ false setglobal
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}
+% \begin{macro}[int]
 %   {
 %     pdf.cvs     ,
 %     pdf.dvi.pt  ,
@@ -103,7 +103,7 @@ false setglobal
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{pdf.linkmargin, pdf.linkdp.pad, pdf.linkht.pad}
+% \begin{macro}[int]{pdf.linkmargin, pdf.linkdp.pad, pdf.linkht.pad}
 %   Settings which are defined up-front in |SDict|.
 %    \begin{macrocode}
 /pdf.linkmargin { 1 pdf.pt.dvi } def
@@ -112,7 +112,7 @@ false setglobal
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}
+% \begin{macro}[int]
 %   {
 %     pdf.rect        ,
 %     pdf.save.ll     ,
@@ -226,7 +226,7 @@ false setglobal
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}
+% \begin{macro}[int]
 %   {
 %     pdf.bordertracking          ,
 %     pdf.bordertracking.begin    ,
@@ -388,7 +388,7 @@ false setglobal
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}
+% \begin{macro}[int]
 %   {
 %     pdf.breaklink       ,
 %     pdf.breaklink.write ,
@@ -509,7 +509,7 @@ false setglobal
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}
+% \begin{macro}[int]
 %   {
 %     pdf.pdfmark      ,
 %     pdf.pdfmark.good ,





More information about the latex3-commits mailing list.