bug-texinfo
[Top][All Lists]
Advanced

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

Re: use html ⇒ symbol for @result


From: Patrice Dumas
Subject: Re: use html ⇒ symbol for @result
Date: Mon, 8 Jan 2007 16:14:46 +0100
User-agent: Mutt/1.4.2.2i

On Fri, Jan 05, 2007 at 08:06:41PM -0800, Per Bothner wrote:
> It would be nice to use standard HTML4 symbols for some of the special
> texinfo symbols.  Specifically, @result.  I suggest using ⇒ aka
> U+21D2 aka "rightwards double arrow".  This also works for docbook,
> since docbook also defines many (most? all?) of the HTML4 entities,

For your information, when using 'iso symbols' in texi2html, we use:

         'equiv'     => '≡',
         'dots'      => '…',
         'bullet'    => '•',
         'result'    => '⇒',
         'expansion' => '→',
         'point'     => '∗',
         "'"         => '’',
         '`'         => '‘',

makeinfo does the same for some of these commands and for the quotes.

--
Pat




reply via email to

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