aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/texinfo.tex5
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8607b0c3..33834a29 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * texinfo.tex: Updated.
+
2018-06-12 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Records, gawk split records): More explanation
@@ -7,7 +11,7 @@
2018-06-11 Arnold D. Robbins <arnold@skeeve.com>
- * gawktexi.iin (awk split records): Document that even if the
+ * gawktexi.in (awk split records): Document that even if the
single character in RS is a regexp metacharacter, it's
treated literally. Per suggestion from Ed Morton.
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index aa4f2564..d7f7f53a 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2018-03-10.14}
+\def\texinfoversion{2018-06-02.09}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1528,6 +1528,9 @@ output) for that.)}
\startlink attr{/Border [0 0 0]}%
user{/Subtype /Link /A << /S /URI /URI (#1) >>}%
\endgroup}
+ % \pdfgettoks - Surround page numbers in #1 with @pdflink. #1 may
+ % be a simple number, or a list of numbers in the case of an index
+ % entry.
\def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}}
\def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
\def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}