Re: @var{x_1} is funny in pdf

2021-01-18 Thread Leo Butler
Gavin Smith writes: > That's how other @set flags are checked in texinfo.tex. I think you > are missing the context of how @set and @clear work. Yes, after looking again at the source and documentation, I realize I had misunderstood how @clear works. I modified the macro I sent earlier and th

Re: @var{x_1} is funny in pdf

2021-01-18 Thread Gavin Smith
On Mon, Jan 18, 2021 at 03:31:53PM -0600, Leo Butler wrote: > Gavin Smith writes: > > > On Mon, Jan 18, 2021 at 9:15 PM Leo Butler wrote: > >> > >> Gavin Smith writes: > >> > >> > As it happens, there was a hook recently added to texinfo.tex to omit > >> > the page number, which looks a lot lik

Re: @var{x_1} is funny in pdf

2021-01-18 Thread Leo Butler
Gavin Smith writes: > As it happens, there was a hook recently added to texinfo.tex to omit > the page number, which looks a lot like the patch you sent (change on > 2020-11-17). If you say "@set txiomitrefpg" the page numbers won't be > output. I've uploaded the newer texinfo.tex to ftp.gnu.or

Re: @var{x_1} is funny in pdf

2021-01-18 Thread Leo Butler
Gavin Smith writes: > On Mon, Jan 18, 2021 at 9:15 PM Leo Butler wrote: >> >> Gavin Smith writes: >> >> > As it happens, there was a hook recently added to texinfo.tex to omit >> > the page number, which looks a lot like the patch you sent (change on >> > 2020-11-17). If you say "@set txiomitr

Re: @var{x_1} is funny in pdf

2021-01-18 Thread Gavin Smith
On Mon, Jan 18, 2021 at 9:15 PM Leo Butler wrote: > > Gavin Smith writes: > > > As it happens, there was a hook recently added to texinfo.tex to omit > > the page number, which looks a lot like the patch you sent (change on > > 2020-11-17). If you say "@set txiomitrefpg" the page numbers won't b

Re: @var{x_1} is funny in pdf

2021-01-17 Thread Gavin Smith
On Thu, Jan 14, 2021 at 12:28:03PM -0600, Leo Butler wrote: > For posterity, the problem was caused by a macro with an obvious error > in it: > > \global\def\setpdfdestname#1{% > \turnoffactive > \def\pdfdestname{#1}% > \txiescapepdf\pdfdestname > } > > See the bottom of: > https://sourceforge

Re: @var{x_1} is funny in pdf

2020-12-23 Thread Gavin Smith
On Wed, Dec 23, 2020 at 10:11:49AM -0600, Leo Butler wrote: > Gavin Smith writes: > > > On Tue, Dec 22, 2020 at 09:11:01AM -0800, Raymond Toy wrote: > >> This came up recently on the maxima list where @var{x_1} shows up fine > >> in html but looks weird in the pdf file. For example, > >> https:/

Re: @var{x_1} is funny in pdf

2020-12-23 Thread Leo Butler
Gavin Smith writes: > On Tue, Dec 22, 2020 at 09:11:01AM -0800, Raymond Toy wrote: >> This came up recently on the maxima list where @var{x_1} shows up fine >> in html but looks weird in the pdf file. For example, >> https://maxima.sourceforge.io/docs/manual/maxima.pdf, page 55, >> documentation

Re: @var{x_1} is funny in pdf

2020-12-22 Thread Gavin Smith
On Tue, Dec 22, 2020 at 09:11:01AM -0800, Raymond Toy wrote: > This came up recently on the maxima list where @var{x_1} shows up fine > in html but looks weird in the pdf file. For example, > https://maxima.sourceforge.io/docs/manual/maxima.pdf, page 55, > documentation of the 'create_list'-comman

@var{x_1} is funny in pdf

2020-12-22 Thread Raymond Toy
This came up recently on the maxima list where @var{x_1} shows up fine in html but looks weird in the pdf file. For example, https://maxima.sourceforge.io/docs/manual/maxima.pdf, page 55, documentation of the 'create_list'-command. The line for the create_list function looks fine, but the first s