bug-texinfo
[Top][All Lists]
Advanced

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

Re: Acronyms in HTML


From: Alper Ersoy
Subject: Re: Acronyms in HTML
Date: Tue, 25 Nov 2003 12:47:42 +0200
User-agent: Mutt/1.4.1i

Hi!

Torsten Bronger:
> I am using makeinfo 4.6.  @acronym{}s should be translated to
> <acronym/>s instead of <small/>s in HTML.

Thanks.  This will be fixed in the next release.  A patch is also
attached (though it's against CVS, so may need adaptation for 4.6.)

> so that I can use it at least.  A clean solution is possible only in
> LaTeX (with relsize and soul).  Maybe the DocBook way will make that
> possible.

Can you please elaborate?

Karl, maybe we should add an optional parameter to @acronym{}?
Say:

  @acronym{HTML, HyperText Markup Language}

Becomes:

  <acronym title="HyperText Markup Language">HTML</acronym>

so visual agents will display a tooltip when hovered.  TeX and Info
backends should show a footnote.  Docbook will use MoreInfo attribute
instead of the above title.

All subsequent uses of @acronym{HTML} will then use the same title.
@acronym{HTML, A new definition} will redefine it.

What do you think?

-- 
Alper Ersoy

Attachment: cmds.c.diff
Description: Text document


reply via email to

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