diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:24:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:24:23 +0300 |
commit | eeb3f87fbec2065a3df0fe09de02ac2279414f26 (patch) | |
tree | ed917a268a9279e00f5c89c41d75bab016d46021 /doc/texinfo.tex | |
parent | 4a4af3ea7690f380f29b99c59219421ef979e343 (diff) | |
parent | 120314daf8f9f2c6bb4a6d6a1900e726d63ef1de (diff) | |
download | egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.tar.gz egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.tar.bz2 egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/texinfo.tex')
-rw-r--r-- | doc/texinfo.tex | 5 |
1 files changed, 4 insertions, 1 deletions
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} |