pdftex[879] branches/stable/doc/manual: \pdfinfoomitdict

commits+karl at tug.org commits+karl at tug.org
Tue Apr 26 18:19:17 CEST 2022


Revision: 879
          http://tug.org/svn/pdftex?view=revision&revision=879
Author:   karl
Date:     2022-04-26 18:19:17 +0200 (Tue, 26 Apr 2022)
Log Message:
-----------
\pdfinfoomitdict documentation

Modified Paths:
--------------
    branches/stable/doc/manual/ChangeLog
    branches/stable/doc/manual/Makefile
    branches/stable/doc/manual/pdftex-help.txt
    branches/stable/doc/manual/pdftex-t.tex
    branches/stable/doc/manual/pdftex-w.pdf

Modified: branches/stable/doc/manual/ChangeLog
===================================================================
--- branches/stable/doc/manual/ChangeLog	2022-04-26 16:12:59 UTC (rev 878)
+++ branches/stable/doc/manual/ChangeLog	2022-04-26 16:19:17 UTC (rev 879)
@@ -1,3 +1,12 @@
+2022-04-26  Karl Berry  <karl at freefriends.org>
+
+	* pdftex-t.tex (\pdfinfoomitdict): document.
+
+	* pdfhelp-help.txt: regenerate for mailing list url.
+
+	* Makefile (pdftex-w.pdf): set KPATHSEA_WARNING=0 since we run
+	this with -ini.
+
 2022-02-28  Karl Berry  <karl at freefriends.org>
 
 	* pdftex-t.tex (ptex_devel): svn://tug.org url.

Modified: branches/stable/doc/manual/Makefile
===================================================================
--- branches/stable/doc/manual/Makefile	2022-04-26 16:12:59 UTC (rev 878)
+++ branches/stable/doc/manual/Makefile	2022-04-26 16:19:17 UTC (rev 879)
@@ -60,6 +60,7 @@
 pdftex_binary = ../../source/build-pdftex/texk/web2c/pdftex
 pdftex-w.pdf: pdftex-w.tex Makefile
 	TEXFONTS=/usr/local/texlive/dev/texmf-dist/fonts// \
+	KPATHSEA_WARNING=0 \
 	$(pdftex_binary) -ini '$<'
 
 
@@ -68,7 +69,7 @@
 	$(pdftex_binary) --help >$@ || rm -f $@
 force:
 
-# if we don't have a build tree around, just try from the path.
+# if we don't have a build tree around, try from PATH.
 build_binary := ../../source/build-pdftex/texk/web2c/pdftex
 ifneq "$(realpath $(build_binary))" ""
 pdftex_binary := $(build_binary)

Modified: branches/stable/doc/manual/pdftex-help.txt
===================================================================
--- branches/stable/doc/manual/pdftex-help.txt	2022-04-26 16:12:59 UTC (rev 878)
+++ branches/stable/doc/manual/pdftex-help.txt	2022-04-26 16:19:17 UTC (rev 879)
@@ -57,4 +57,4 @@
 
 pdfTeX home page: <http://pdftex.org>
 
-Email bug reports to pdftex at tug.org.
+Email bug reports to pdftex at tug.org (https://lists.tug.org/pdftex).

Modified: branches/stable/doc/manual/pdftex-t.tex
===================================================================
--- branches/stable/doc/manual/pdftex-t.tex	2022-04-26 16:12:59 UTC (rev 878)
+++ branches/stable/doc/manual/pdftex-t.tex	2022-04-26 16:19:17 UTC (rev 879)
@@ -729,9 +729,9 @@
 defined after the \type{trailer}: the \type{/Root} entry points to the
 \type{/Catalog} object (no.~9). In this object the viewer can find the
 pointer \type{/Pages} to the page list object (no.~5). In our example we
-have only one page. The trailer also holds an \type{/Info} entry, which
-points to an object (no.~10) with a bit more about the document. Just
-follow the thread:
+have only one page. The trailer also usually holds an \type{/Info}
+entry, which points to an object (no.~10) with a bit more about the
+document. We can follow the thread:
 
 \startnarrower
 \type{/Root}     $\longrightarrow$ object~9 $\longrightarrow$
@@ -1838,6 +1838,12 @@
 
 \subsection[sec.docinfocatalog]{Document info and catalog}
 
+\pdftexprimitive{\Syntax{\Tex{\pdfinfoomitdict} \Whatever{integer}}}
+\bookmark{\tex{pdfinfoomitdict}}
+
+If nonzero, omit the \type{/Info} dictionary completely, as required by
+the \PDF\ A-4 standard. \introduced{1.40.25}
+
 \pdftexprimitive{\Syntax{\Tex{\pdfinfo} \Something{general text}}}
 \bookmark{\tex{pdfinfo}}
 

Modified: branches/stable/doc/manual/pdftex-w.pdf
===================================================================
(Binary files differ)



More information about the pdftex-commits mailing list.