Re: spurious space after macro expansion in math mode for TeX output

2022-11-07 Thread Gavin Smith
On Tue, Nov 08, 2022 at 03:57:48AM +0100, Vincent Lefevre wrote: > On 2022-11-07 16:33:56 +, Gavin Smith wrote: > > On Mon, Nov 07, 2022 at 04:08:54PM +0100, Vincent Lefevre wrote: > > > Consider the following test.texi file: > > > > > >

Re: spurious space after macro expansion in math mode for TeX output

2022-11-07 Thread Vincent Lefevre
On 2022-11-07 16:33:56 +, Gavin Smith wrote: > On Mon, Nov 07, 2022 at 04:08:54PM +0100, Vincent Lefevre wrote: > > Consider the following test.texi file: > > > > > > \input texinfo@c -*-texinfo-*- > > > > @tex > > \gdef\atan{\m

Texinfo 7.0 released

2022-11-07 Thread Gavin Smith
We have released version 7.0 of Texinfo, the GNU documentation format. This package contains tools to produce documentation in various formats, including HTML and PDF, from source files in the Texinfo format. Texinfo is a text-based format with commands for marking text, document structuring and

Re: microtype for texinfo

2022-11-07 Thread Werner LEMBERG
> I found that there would always be a warning "pdfTeX warning (dest): > name{} has been referenced but does not exist, replaced by a fixed > one" with pdftex. I tracked it down to these changes. > > The use of \countB appears to conflict with the use of \countB in > \pdfgettoks. I didn't fully

Re: microtype for texinfo

2022-11-07 Thread Gavin Smith
On Mon, Sep 26, 2022 at 1:36 PM Werner LEMBERG wrote: > It turned out that character protrusion (for *all* TeX engines) was > neither activated nor working at all. Here is a series of patches to > fix that. I found that there would always be a warning "pdfTeX warning (dest): name{} has been refe

Re: spurious space after macro expansion in math mode for TeX output

2022-11-07 Thread Gavin Smith
On Mon, Nov 07, 2022 at 04:08:54PM +0100, Vincent Lefevre wrote: > Consider the following test.texi file: > > > \input texinfo@c -*-texinfo-*- > > @tex > \gdef\atan{\mathop{\rm atan}} > @end tex > > @ifnottex > @macro atan > atan >

spurious space after macro expansion in math mode for TeX output

2022-11-07 Thread Vincent Lefevre
Consider the following test.texi file: \input texinfo@c -*-texinfo-*- @tex \gdef\atan{\mathop{\rm atan}} @end tex @ifnottex @macro atan atan @end macro @end ifnottex @node Top @node Test Spacing test with atan. @math{@atan{}(x)}