summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-28 01:24:08 +0000
committerKarl Berry <karl@freefriends.org>2023-02-28 01:24:08 +0000
commit2e022ee0ce276a14185baddd536ab77e5d1cacf2 (patch)
tree3998fa91f5e4b5099d53bd534477bcf1219ea74a
parent2659a23265a8f0321e4b18582ed08b749de91cb6 (diff)
\pdfomitinfodict not infoomit (pdftex r905)
git-svn-id: svn://tug.org/texlive/trunk@66243 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/pdftex/manual/Makefile6
-rw-r--r--Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdfbin1007743 -> 1007576 bytes
-rw-r--r--Master/texmf-dist/doc/pdftex/manual/pdftex-syntax.txt2
-rw-r--r--Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex8
4 files changed, 8 insertions, 8 deletions
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
--- a/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf
+++ b/Master/texmf-dist/doc/pdftex/manual/pdftex-a.pdf
Binary files 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}