From db865774df2a08efc17a912c8855f4ac59d426e3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Mar 1999 22:34:20 +0000 Subject: [PATCH] * texinfo.tex (\putwordin): new macro for word `in'. (\xrefX): use it. --- texinfo.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/texinfo.tex b/texinfo.tex index dab4345..a98d810 100644 --- a/texinfo.tex +++ b/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{1999-02-21.16}% +\def\texinfoversion{1999-03-15.16}% % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 % Free Software Foundation, Inc. @@ -99,6 +99,7 @@ \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi +\ifx\putwordin\undefined \gdef\putwordin{in}\fi \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi @@ -4917,7 +4918,7 @@ width0pt\relax} \fi % is a loss. Therefore, we give the text of the node name again, so it % is as if TeX is seeing it for the first time. \ifdim \wd1 > 0pt - \putwordsection{} ``\printednodename'' in \cite{\printedmanual}% + \putwordsection{} ``\printednodename'' \putwordin{} \cite{\printedmanual}% \else % _ (for example) has to be the character _ for the purposes of the % control sequence corresponding to the node, but it has to expand -- 2.7.4