From 2e022ee0ce276a14185baddd536ab77e5d1cacf2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 28 Feb 2023 01:24:08 +0000 Subject: \pdfomitinfodict not infoomit (pdftex r905) git-svn-id: svn://tug.org/texlive/trunk@66243 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/pdftex/manual/Makefile | 6 +++--- Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf | Bin 1007743 -> 1007576 bytes .../texmf-dist/doc/pdftex/manual/pdftex-syntax.txt | 2 +- Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/pdftex/manual/Makefile b/Master/texmf-dist/doc/pdftex/manual/Makefile index 481b8567b99..2c8006c1922 100644 --- a/Master/texmf-dist/doc/pdftex/manual/Makefile +++ b/Master/texmf-dist/doc/pdftex/manual/Makefile @@ -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 @@ pdftex-syntax.txt: pdftex-t.tex pdftex-syntax.tex syntaxform.awk # 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 diff --git a/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf b/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf index 6a03bc138c4..878bab87376 100644 Binary files a/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf and b/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf differ diff --git a/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt b/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt index 6e8a42a3057..59cb911e35a 100644 --- a/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt +++ b/Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt @@ -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) diff --git a/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex b/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex index 3df8c28ed77..64cb46f9d9a 100644 --- a/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex +++ b/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex @@ -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 @@ the wished true page height. \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} -- cgit v1.2.3