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:
> > >
> > >
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
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
> 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
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
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
>
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)}