mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 11:35:08 +00:00
* texinfo.tex (\putwordin): new macro for word `in'.
(\xrefX): use it.
This commit is contained in:
parent
a6a9ebb54f
commit
db865774df
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
% Load plain if necessary, i.e., if running under initex.
|
% Load plain if necessary, i.e., if running under initex.
|
||||||
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
|
\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
|
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
|
||||||
% Free Software Foundation, Inc.
|
% Free Software Foundation, Inc.
|
||||||
|
@ -99,6 +99,7 @@
|
||||||
\ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
|
\ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
|
||||||
\ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
|
\ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
|
||||||
\ifx\putwordfile\undefined \gdef\putwordfile{file}\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\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
|
||||||
\ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
|
\ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
|
||||||
\ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\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 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.
|
% is as if TeX is seeing it for the first time.
|
||||||
\ifdim \wd1 > 0pt
|
\ifdim \wd1 > 0pt
|
||||||
\putwordsection{} ``\printednodename'' in \cite{\printedmanual}%
|
\putwordsection{} ``\printednodename'' \putwordin{} \cite{\printedmanual}%
|
||||||
\else
|
\else
|
||||||
% _ (for example) has to be the character _ for the purposes of the
|
% _ (for example) has to be the character _ for the purposes of the
|
||||||
% control sequence corresponding to the node, but it has to expand
|
% control sequence corresponding to the node, but it has to expand
|
||||||
|
|
Loading…
Reference in a new issue