help-texinfo
[Top][All Lists]
Advanced

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

Re: [help-texinfo] glossary tips?


From: Karl Berry
Subject: Re: [help-texinfo] glossary tips?
Date: Tue, 25 Dec 2007 16:49:39 -0600

Hi DJ,

Oleg came up with this idea -- don't use @macro to define @tdef in the
case of TeX output.  Instead, do it directly in TeX:

@iftex
@tex
\gdef\tdef#1{%
  \ifpdf
    \pdfdest name{#1} xyz
    \pdfoutline goto name{#1} count 0 {#1}
  \fi
  #1%
}
@end tex
@end iftex

Does that get you any further?

Best,
Karl




reply via email to

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