pdftex[870] branches/stable/doc/manual: fix missing bookmarks for

commits+karl at tug.org commits+karl at tug.org
Sat Nov 6 18:49:05 CET 2021


Revision: 870
          http://tug.org/svn/pdftex?view=revision&revision=870
Author:   karl
Date:     2021-11-06 18:49:04 +0100 (Sat, 06 Nov 2021)
Log Message:
-----------
fix missing bookmarks for \pdfgentounicode, etc.

Modified Paths:
--------------
    branches/stable/doc/manual/ChangeLog
    branches/stable/doc/manual/pdftex-t.tex

Modified: branches/stable/doc/manual/ChangeLog
===================================================================
--- branches/stable/doc/manual/ChangeLog	2021-11-04 21:46:36 UTC (rev 869)
+++ branches/stable/doc/manual/ChangeLog	2021-11-06 17:49:04 UTC (rev 870)
@@ -1,3 +1,8 @@
+2021-11-06  Marcel Kr\"uger  <tex at 2krueger.de>
+
+	* pdftex-t.tex: missed bookmarks for \pdfgentounicode and
+	a few other primitives.
+
 2021-11-04  Karl Berry  <karl at freefriends.org>
 
 	* pdftex-t.tex: size GFDL for two pages, since it was spilling over.

Modified: branches/stable/doc/manual/pdftex-t.tex
===================================================================
--- branches/stable/doc/manual/pdftex-t.tex	2021-11-04 21:46:36 UTC (rev 869)
+++ branches/stable/doc/manual/pdftex-t.tex	2021-11-06 17:49:04 UTC (rev 870)
@@ -2559,6 +2559,7 @@
 \type{list_tag} is set or \type{4} (not~3) if \type{ext_tag} is set.
 
 \pdftexprimitive{\Syntax{\Tex{\pdfgentounicode} \Whatever{integer}}}
+\bookmark{\tex{pdfgentounicode}}
 
 By default, \PDFTEX\ does not include a \type{/ToUnicode} resource when
 including fonts in the output. Such a resource (also called a CMap
@@ -2579,6 +2580,7 @@
 
 \pdftexprimitive{\Syntax{\Tex{\pdfglyphtounicode} \Something{general text}
   \Something{general text}}}
+\bookmark{\tex{pdfglyphtounicode}}
 
 The first argument is the name of a glyph, the second is a string of Unicode
 numeric values denoting characters, separated by spaces. For instance:
@@ -2611,6 +2613,7 @@
 
 
 \pdftexprimitive{\Syntax{\Tex{\pdfnobuiltintounicode} \Something{font}}}
+\bookmark{\tex{pdfnobuiltintounicode}}
 
 The primary purpose of this command is to prevent \PDFTEX\ from
 generating the \type{ToUnicode}/CMap resource for the given font when
@@ -2629,7 +2632,9 @@
 
 
 \pdftexprimitive{\Syntax{\Tex{\pdfinterwordspaceon}}}
+\bookmark{\tex{pdfinterwordspaceon}}
 \pdftexprimitive{\Syntax{\Tex{\pdfinterwordspaceoff}}}
+\bookmark{\tex{pdfinterwordspaceoff}}
 
 These commands create corresponding whatsit nodes which turn on/off
 generation of faked interword spaces in the output.  This allows for
@@ -2659,6 +2664,7 @@
 \introduced{1.40.15}
 
 \pdftexprimitive{\Syntax{\Tex{\pdffakespace}}}
+\bookmark{\tex{pdffakespace}}
 
 Insert a faked interword space to the output, regardless of the value of
 \type{\pdfinterwordspaceon} and \type{\pdfinterwordspaceoff}.  Example:
@@ -3525,7 +3531,9 @@
 parameter to a positive number.  \introduced{1.40.13}
 
 \pdftexprimitive{\Syntax{\Tex{\pdfrunninglinkoff}}}
+\bookmark{\tex{pdfrunninglinkoff}}
 \pdftexprimitive{\Syntax{\Tex{\pdfrunninglinkon}}}
+\bookmark{\tex{pdfrunninglinkon}}
 
 These commands create corresponding whatsit nodes which turn off/on
 generation of running links. Their typical usage is to turn off



More information about the pdftex-commits mailing list.