bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

possible fix for @deftypeivar bug


From: Mark Lindner
Subject: possible fix for @deftypeivar bug
Date: Wed, 28 Mar 2001 16:03:18 -0800

I got the results I expected by changing texinfo.tex as follows...

changed the deftypeivar definition to:

% @deftypeivar CLASS TYPE VARNAME
%
\def\deftypeivar{%
  \deftypemethparsebody\Edeftypeivar\deftypeivarx\deftypeivarheader}
%
% #1 is the class name, #2 the data type, #3 the variable name.
\def\deftypeivarheader#1#2#3{%
  \dosubind{vr}{\code{#3}}{\putwordof\ \code{#1}}% entry in variable index
  \begingroup
    \defname{\defheaderxcond#2\relax$$$#3}{\putwordInstanceVariableof\
\code{#1}
}%
    \defvarargs{}%
  \endgroup
}



I know nothing about TeX so I don't know if this is a valid change (I just
looked at other parts of the file to determine what to do), but it does fix
the problem.

Cheers,
Mark

-- 
------------------------------------------------------------------------------
Mark Lindner            http://www.dystance.net/           address@hidden
------------------------------------------------------------------------------

Attachment: mlindner.vcf
Description: Card for Mark Lindner


reply via email to

[Prev in Thread] Current Thread [Next in Thread]