pdftex[905] branches/stable/doc/manual: \pdfomitinfodict not infoomit
commits+karl at tug.org
commits+karl at tug.org
Tue Feb 28 02:23:10 CET 2023
Revision: 905
http://tug.org/svn/pdftex?view=revision&revision=905
Author: karl
Date: 2023-02-28 02:23:10 +0100 (Tue, 28 Feb 2023)
Log Message:
-----------
\pdfomitinfodict not infoomit
Modified Paths:
--------------
branches/stable/doc/manual/Makefile
branches/stable/doc/manual/pdftex-t.tex
branches/stable/doc/manual/pdftex-w.pdf
Modified: branches/stable/doc/manual/Makefile
===================================================================
--- branches/stable/doc/manual/Makefile 2023-02-26 18:01:11 UTC (rev 904)
+++ branches/stable/doc/manual/Makefile 2023-02-28 01:23:10 UTC (rev 905)
@@ -4,7 +4,7 @@
# 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: branches/stable/doc/manual/pdftex-t.tex
===================================================================
--- branches/stable/doc/manual/pdftex-t.tex 2023-02-26 18:01:11 UTC (rev 904)
+++ branches/stable/doc/manual/pdftex-t.tex 2023-02-28 01:23:10 UTC (rev 905)
@@ -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}
Modified: branches/stable/doc/manual/pdftex-w.pdf
===================================================================
(Binary files differ)
More information about the pdftex-commits
mailing list.