> * two new optional arguments to the @image command:
>
> Need this in texinfo.tex too.
actually, texinfo.tex eats all arguments after the 3rd. i ran some
.texi files through texi2dvi and it didnt complain.
> * when writing a short contents, the links in the short contents point
> to the "long" contents rather than the full document.
>
> I'm not sure that's the right thing to do. Wouldn't you rather see the
> real content than just another pointer? I can see it either way ...
i had the idea to do this after getting feedback on a long (~60 pages
when printed) faq i maintain. folks felt the html contents was rather
too long to read through. but if the short contents point to the main
contents then they can cut down on the searching. also, the short
contents puts you to the link in the full contents which does send you
to the real content.
maybe the right thing to do is to add an @-command to cause this to
happen?
--Will