Re: Bug report: List of listings incompatible with book classes

2024-10-09 Thread Kornel Benko
Am Wed, 9 Oct 2024 12:11:34 +0200 schrieb Kornel Benko : > Am Wed, 9 Oct 2024 11:57:15 +0200 > schrieb Kornel Benko : > > > Am Wed, 9 Oct 2024 11:06:23 +0200 > > schrieb Pavel Sanda : > > > > > On Tue, Oct 08, 2024 at 08:22:05AM +0200, Jürgen Spitzmüller wrote: > > > > Am Montag, dem 07.10

Re: Bug report: List of listings incompatible with book classes

2024-10-09 Thread Kornel Benko
Am Wed, 9 Oct 2024 11:57:15 +0200 schrieb Kornel Benko : > Am Wed, 9 Oct 2024 11:06:23 +0200 > schrieb Pavel Sanda : > > > On Tue, Oct 08, 2024 at 08:22:05AM +0200, Jürgen Spitzmüller wrote: > > > Am Montag, dem 07.10.2024 um 12:21 +0200 schrieb Kornel Benko: > > > > My own tests show: > >

Re: Bug report: List of listings incompatible with book classes

2024-10-09 Thread Kornel Benko
Am Wed, 9 Oct 2024 11:06:23 +0200 schrieb Pavel Sanda : > On Tue, Oct 08, 2024 at 08:22:05AM +0200, Jürgen Spitzmüller wrote: > > Am Montag, dem 07.10.2024 um 12:21 +0200 schrieb Kornel Benko: > > > My own tests show: > > > 99% tests passed, 1 tests failed out of 4111 > > > 1740 - export/doc/L

Re: Bug report: List of listings incompatible with book classes

2024-10-09 Thread Pavel Sanda
On Tue, Oct 08, 2024 at 08:22:05AM +0200, Jürgen Spitzmüller wrote: > Am Montag, dem 07.10.2024 um 12:21 +0200 schrieb Kornel Benko: > > My own tests show: > > 99% tests passed, 1 tests failed out of 4111 > > 1740 - export/doc/LaTeXConfig_docbook5 (Failed)  > > manuals:export > > > > T

Re: Bug report: List of listings incompatible with book classes

2024-10-07 Thread Jürgen Spitzmüller
Am Montag, dem 07.10.2024 um 12:21 +0200 schrieb Kornel Benko: > My own tests show: > 99% tests passed, 1 tests failed out of 4111 > 1740 - export/doc/LaTeXConfig_docbook5 (Failed)  > manuals:export > > The error log shows: > ... > -- _err = 1, jingout = > /usr9/BUILD/Mint21/BuildLyx

Re: Bug report: List of listings incompatible with book classes

2024-10-07 Thread Kornel Benko
Am Mon, 07 Oct 2024 09:31:24 +0200 schrieb jspi...@gmail.com: > Am Sonntag, dem 06.10.2024 um 12:11 -0400 schrieb Richard Kimberly > Heck: > > > Possible candidate for stable, but let's wait first whether it > > > breaks > > > some tests. > > > > When you are comfortable with it, go ahead. >

Re: Bug report: List of listings incompatible with book classes

2024-10-07 Thread jspitzm
Am Sonntag, dem 06.10.2024 um 12:11 -0400 schrieb Richard Kimberly Heck: > > Possible candidate for stable, but let's wait first whether it > > breaks > > some tests. > > When you are comfortable with it, go ahead. I'll do that now that Scott has approved it doesn't break any of our tests (thanks

Re: Bug report: List of listings incompatible with book classes

2024-10-06 Thread Scott Kostyshak
On Sun, Oct 06, 2024 at 04:24:50PM GMT, Jürgen Spitzmüller wrote: > Am Samstag, dem 05.10.2024 um 17:27 +0200 schrieb Jürgen Spitzmüller: > > It breaks as it lands in > > > > \@mkboth{% > >    > > \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}% > > > > in the book class (\Make

Re: Bug report: List of listings incompatible with book classes

2024-10-06 Thread Richard Kimberly Heck
On 10/6/24 10:24 AM, Jürgen Spitzmüller wrote: Am Samstag, dem 05.10.2024 um 17:27 +0200 schrieb Jürgen Spitzmüller: It breaks as it lands in \@mkboth{% \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}% in the book class (\MakeUppercase is not to blame here). (listings

Re: Bug report: List of listings incompatible with book classes

2024-10-06 Thread Jürgen Spitzmüller
Am Samstag, dem 05.10.2024 um 17:27 +0200 schrieb Jürgen Spitzmüller: > It breaks as it lands in > > \@mkboth{% >    > \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}% > > in the book class (\MakeUppercase is not to blame here). > > (listings locally makes \let\contentsname\ls

Re: Bug report: List of listings incompatible with book classes

2024-10-05 Thread Jürgen Spitzmüller
Am Samstag, dem 05.10.2024 um 15:49 +0200 schrieb Jürgen Spitzmüller: > Why this fails only with book classes is beyond me. It breaks as it lands in \@mkboth{% \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}% in the book class (\MakeUppercase is not to blame here). (listin

Re: Bug report: List of listings incompatible with book classes

2024-10-05 Thread Jürgen Spitzmüller
Am Samstag, dem 05.10.2024 um 13:52 +0200 schrieb Léo de Souza: > Adding the following ERT at the beginnig of the document prevents > errors : > >     \renewcommand{\lstlistlistingname}{Listings} > > I suspect the errors are happening because LyX automatically add a > line in the preamble that co