summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-01 03:01:38 +0000
committerNorbert Preining <norbert@preining.info>2023-03-01 03:01:38 +0000
commit37485ae5d642200a29ffc623bae1150d9e8e7978 (patch)
tree711eb1139a9dd74d28d39cad529dbab0371c13c9 /systems/doc/pdftex
parented106ad4cb2e3cb0269bdc9f721ff75df77532cf (diff)
CTAN sync 202303010301
Diffstat (limited to 'systems/doc/pdftex')
-rw-r--r--systems/doc/pdftex/manual/Makefile6
-rw-r--r--systems/doc/pdftex/manual/pdftex-a.pdfbin1007743 -> 1007576 bytes
-rw-r--r--systems/doc/pdftex/manual/pdftex-syntax.txt2
-rw-r--r--systems/doc/pdftex/manual/pdftex-t.tex8
4 files changed, 8 insertions, 8 deletions
diff --git a/systems/doc/pdftex/manual/Makefile b/systems/doc/pdftex/manual/Makefile
index 481b8567b9..2c8006c192 100644
--- a/systems/doc/pdftex/manual/Makefile
+++ b/systems/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/systems/doc/pdftex/manual/pdftex-a.pdf b/systems/doc/pdftex/manual/pdftex-a.pdf
index 6a03bc138c..878bab8737 100644
--- a/systems/doc/pdftex/manual/pdftex-a.pdf
+++ b/systems/doc/pdftex/manual/pdftex-a.pdf
Binary files differ
diff --git a/systems/doc/pdftex/manual/pdftex-syntax.txt b/systems/doc/pdftex/manual/pdftex-syntax.txt
index 6e8a42a305..59cb911e35 100644
--- a/systems/doc/pdftex/manual/pdftex-syntax.txt
+++ b/systems/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/systems/doc/pdftex/manual/pdftex-t.tex b/systems/doc/pdftex/manual/pdftex-t.tex
index 3df8c28ed7..64cb46f9d9 100644
--- a/systems/doc/pdftex/manual/pdftex-t.tex
+++ b/systems/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}