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
_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo
[email protected]
http://lists.gnu.org/mailman/listinfo/help-texinfo
