Re: @tieaccent{..} does not display the tie accent in HTML

2021-09-02 Thread Patrice Dumas
Hello, It is possible to add customization options from init files, so it would be possible to do the implementation in an init file and decide later if it is put in texi2any proprer. I could work on such an init file, but later. On Wed, Sep 01, 2021 at 09:39:57PM -0700, Per Bothner wrote: > I'm

Re: @tieaccent{..} does not display the tie accent in HTML

2021-09-01 Thread Per Bothner
I'm thinking a customization variable XML_OUTPUT_MODE -c XML_OUTPUT_MODE "html" [current default] Generate HTML files, with .html file names. Follow HTML specification and recommendations. -c XML_OUTPUT_MODE "xhtml" Generate XHTML files (i.e. XML), with .xhtml file names. Follow XHTML

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-31 Thread Per Bothner
On 8/30/21 3:44 PM, Gavin Smith wrote: On Mon, Aug 30, 2021 at 10:00:51AM -0700, Per Bothner wrote: What I'm looking for is: (1) Be able to post-process html output with xml tools, such as xslt. (2) Generate valid epub3 ebooks. These seem like valid goals so would be happy to see patches th

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-31 Thread Patrice Dumas
On Mon, Aug 30, 2021 at 11:44:17PM +0100, Gavin Smith wrote: > > These seem like valid goals so would be happy to see patches that produced > XML output, likely as an option. There was, in texi2html, if I recall well, such option implemented through an init file (that, I believe, I wrote). It wa

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-30 Thread Gavin Smith
On Mon, Aug 30, 2021 at 10:00:51AM -0700, Per Bothner wrote: > > However, having a customization variable to > > output only numerical entities would be ok to me, maybe something like > > > > USE_ONLY_NUMERICAL_ENTITY or NO_NAMED_ENTITY to avoid confusion with > > USE_NUMERICAL_ENTITY. > > I thin

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-30 Thread Per Bothner
On 8/27/21 1:16 PM, Patrice Dumas wrote: I think that the HTML produced with named entities is much more legible, and probably more portable. It may be more legible, but I'm pretty sure it's not more portable. In fact, it is probably less portable, unless you restrict yourself to a very minimal

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 12:53:05PM -0700, Per Bothner wrote: > > > On 8/27/21 12:35 PM, Patrice Dumas wrote: > > > Just generate 'oo͡o' and be done with it. > > > (I would prefer using the hex value - one reason is it's easier to search > > > for its meaning.) > > > > For now we use numerical e

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Per Bothner
On 8/27/21 12:35 PM, Patrice Dumas wrote: Just generate 'oo͡o' and be done with it. (I would prefer using the hex value - one reason is it's easier to search for its meaning.) For now we use numerical entities everywhere. If this changes, it should be everywhere too. Using numerical enti

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 10:31:45AM -0700, Per Bothner wrote: > > > On 8/27/21 10:21 AM, Patrice Dumas wrote: > > > I don't really have a good answer, of course. I'd think to try U+0361 or > > > its HTML equivalent, as my test here > > >test o͡o test o͡o > > > but I honestly have no idea wh

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Per Bothner
On 8/27/21 10:21 AM, Patrice Dumas wrote: I don't really have a good answer, of course. I'd think to try U+0361 or its HTML equivalent, as my test here test o͡o test o͡o but I honestly have no idea which browsers show what, and which fonts support the character ... Actually, this look

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 03:30:22PM +, Hefferon, Jim S. wrote: > > Patrice, > > Thank you for the reply. > > I don't really have a good answer, of course. I'd think to try U+0361 or its > HTML equivalent, as my test here > test o͡o test o͡o > but I honestly have no idea which browsers sh

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Hefferon, Jim S.
Dumas Sent: Friday, August 27, 2021 11:01 To: Hefferon, Jim S. Cc: bug-texinfo@gnu.org Subject: Re: @tieaccent{..} does not display the tie accent in HTML ⚠ External Sender ⚠ On Fri, Aug 27, 2021 at 02:45:16PM +, Hefferon, Jim S. wrote: > Hello, > > Thank you for the software. As it s

Re: @tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Patrice Dumas
On Fri, Aug 27, 2021 at 02:45:16PM +, Hefferon, Jim S. wrote: > Hello, > > Thank you for the software. As it says in the subject, in HTML the command > @tieaccent{oo} results in "oo[" as shown in the online manual. > > https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Insertin

@tieaccent{..} does not display the tie accent in HTML

2021-08-27 Thread Hefferon, Jim S.
Hello, Thank you for the software. As it says in the subject, in HTML the command @tieaccent{oo} results in "oo[" as shown in the online manual. https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Inserting-Accents.html The same command does work in PDF. Regards, Jim ...