texlive[66243] Master/texmf-dist/doc/pdftex/manual: \pdfomitinfodict

commits+karl at tug.org commits+karl at tug.org
Tue Feb 28 02:24:09 CET 2023


Revision: 66243
          http://tug.org/svn/texlive?view=revision&revision=66243
Author:   karl
Date:     2023-02-28 02:24:08 +0100 (Tue, 28 Feb 2023)
Log Message:
-----------
\pdfomitinfodict not infoomit (pdftex r905)

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=905

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/pdftex/manual/Makefile
    trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf
    trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt
    trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex

Modified: trunk/Master/texmf-dist/doc/pdftex/manual/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/pdftex/manual/Makefile	2023-02-28 00:49:14 UTC (rev 66242)
+++ trunk/Master/texmf-dist/doc/pdftex/manual/Makefile	2023-02-28 01:24:08 UTC (rev 66243)
@@ -1,10 +1,10 @@
-# $Id: Makefile 879 2022-04-26 16:19:17Z karl $
+# $Id: Makefile 905 2023-02-28 01:23:10Z karl $
 # Makefile for pdfTeX documentation.  Public domain.
 
 # Get version we're documenting from the \def in the manual.
 pdftexversion=`sed -n 's,^.def.currentpdftex{\(.*\)},\1,p' manual/pdftex-t.tex`
 
-context = texexec --batchmode
+context = env PATH=/usr/local/texlive/dev/bin/x86_64-linux:$$PATH texexec --batchmode
 # context does not have \setupoutput.
 # texmfstart exits immediately.
 
@@ -89,7 +89,7 @@
 # 
 Install from this source directory to TL.
 
 # svn co svn://u:pw@tug.org/texlive/trunk/Master/texmf-dist/doc/pdftex
-tltree = /v/texlive/karl/Master/texmf-dist
+tltree = /home/texlive/karl/Master/texmf-dist
 dest = $(tltree)/doc/pdftex/manual
 
 INSTALL_DATA = cp -p

Modified: trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt
===================================================================
--- trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt	2023-02-28 00:49:14 UTC (rev 66242)
+++ trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt	2023-02-28 01:24:08 UTC (rev 66243)
@@ -27,11 +27,11 @@
 \pdfinclusioncopyfonts                                  (integer)
 \pdfinclusionerrorlevel                                 (integer)
 \pdfinfoomitdate                                        (integer)
-\pdfinfoomitdict                                        (integer)
 \pdfmajorversion                                        (integer)
 \pdfminorversion                                        (integer)
 \pdfobjcompresslevel                                    (integer)
 \pdfomitcharset                                         (integer)
+\pdfomitinfodict                                        (integer)
 \pdfomitprocset                                         (integer)
 \pdfoutput                                              (integer)
 \pdfpagebox                                             (integer)

Modified: trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex
===================================================================
--- trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex	2023-02-28 00:49:14 UTC (rev 66242)
+++ trunk/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex	2023-02-28 01:24:08 UTC (rev 66243)
@@ -1,7 +1,7 @@
 % interface=english modes=letter,screen output=pdftex
 % vim: tw=79
 
-% $Id: pdftex-t.tex 904 2023-02-26 18:01:11Z karl $
+% $Id: pdftex-t.tex 905 2023-02-28 01:23:10Z karl $
 
 % The number of lines on the title page depends on exactly
 % what \PDF\ code is generated.
@@ -38,7 +38,7 @@
     August\or September\or October\or November\or December\else ERROR\fi}
 }
 
-\svnscan $Id: pdftex-t.tex 904 2023-02-26 18:01:11Z karl $
+\svnscan $Id: pdftex-t.tex 905 2023-02-28 01:23:10Z karl $
 
 \def\versplit#1#2#3{#1.#2#3}% 140 -> 1.40
 \def\currentpdftex{\expandafter\versplit\the\pdftexversion.\pdftexrevision}
@@ -1836,8 +1836,8 @@
 
 \subsection[sec.docinfocatalog]{Document info and catalog}
 
-\pdftexprimitive{\Syntax{\Tex{\pdfinfoomitdict} \Whatever{integer}}}
-\bookmark{\tex{pdfinfoomitdict}}
+\pdftexprimitive{\Syntax{\Tex{\pdfomitinfodict} \Whatever{integer}}}
+\bookmark{\tex{pdfomitinfodict}}
 
 If nonzero, omit the \type{/Info} dictionary completely, as required by
 the \PDF\ A-4 standard. \introduced{1.40.25}



More information about the tex-live-commits mailing list.