Re: label whitespaces no more

2024-09-08 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.09.2024 um 19:18 +0200 schrieb Jean-Marc Lasgouttes: > Does tex2lyx need some adaptation to avoid labels on > roundtrips? Yes, you're right. Done at f725abea051b5 -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-de

Re: label whitespaces no more

2024-09-08 Thread Jean-Marc Lasgouttes
Le 08/09/2024 à 19:09, Jürgen Spitzmüller a écrit : Am Sonntag, dem 08.09.2024 um 12:18 -0400 schrieb Richard Kimberly Heck: That was my thought, as well. Simple and effective. Good, I committed to master. Note that if you cherry-pick, you both need both bfd855747ab (the indentation fix) and 0

Re: label whitespaces no more

2024-09-08 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.09.2024 um 12:18 -0400 schrieb Richard Kimberly Heck: > That was my thought, as well. Simple and effective. Good, I committed to master. Note that if you cherry-pick, you both need both bfd855747ab (the indentation fix) and 0beb790a6a1945 (the actual bug fix), as the latter won'

Re: label whitespaces no more

2024-09-08 Thread Richard Kimberly Heck
On 9/8/24 10:02 AM, Jürgen Spitzmüller wrote: Am Sonntag, dem 08.09.2024 um 15:45 +0200 schrieb Jürgen Spitzmüller: Am Sonntag, dem 08.09.2024 um 02:26 +1200 schrieb Igor: \secref{{A B}} -- works! Actually, considering all eventualities, this might be the best solution, as the problem only con

Re: label whitespaces no more

2024-09-08 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.09.2024 um 15:45 +0200 schrieb Jürgen Spitzmüller: > Am Sonntag, dem 08.09.2024 um 02:26 +1200 schrieb Igor: > > \secref{{A B}} -- works! > > Actually, considering all eventualities, this might be the best > solution, as the problem only concerns refstyle's formatted ref > comma

Re: label whitespaces no more

2024-09-08 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.09.2024 um 02:26 +1200 schrieb Igor: > \secref{{A B}} -- works! Actually, considering all eventualities, this might be the best solution, as the problem only concerns refstyle's formatted ref commands. All other solutions that I could think of add unnecessary complication. Like

Re: label whitespaces no more

2024-09-08 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.09.2024 um 22:09 +1200 schrieb Igor: > I guess I've never run into this whitespace refstyle bug, because I > redefined all my formatted references, for example > \renewcommand*{\thmref}[1]{\hyperref[thm:#1]{#1}}. I'm not sure if I > even need refstyle ... but it's loaded automati

Re: label whitespaces no more

2024-09-08 Thread Igor
> > Seems like a refstyle's bug. > > \label{sec:A B} > > ... > > \secref{A B} -- can't find the label sec:AB -- refstyle has eaten up > > my whitespace! > > > > \secref{{A B}} -- works! > > Maybe, but as long as refstyle is not fixed (and I believe it is not > maintained any longer), escaping white

Re: ctests failing on current master

2024-09-08 Thread Scott Kostyshak
On Sun, Sep 08, 2024 at 11:21:48AM GMT, Jürgen Spitzmüller wrote: > Am Sonntag, dem 08.09.2024 um 11:16 +0200 schrieb Jürgen Spitzmüller: > > Sure, but the bug (which is not in LyX) is just exposed by that. > > (the reason being that we didn't use polyglossia for Japanese and > Chinese before that

Re: ctests failing on current master

2024-09-08 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.09.2024 um 11:16 +0200 schrieb Jürgen Spitzmüller: > Sure, but the bug (which is not in LyX) is just exposed by that. (the reason being that we didn't use polyglossia for Japanese and Chinese before that commit with non-TeX fonts, but babel) -- Jürgen signature.asc Descripti

Re: ctests failing on current master

2024-09-08 Thread Jürgen Spitzmüller
Am Samstag, dem 07.09.2024 um 23:34 +0200 schrieb Scott Kostyshak: > git bisect leads to: > > commit b625138be66ec5f76c3b9418a6a33c26bb313902 > Author: Juergen Spitzmueller > Date:   Sun Aug 25 13:22:07 2024 +0200 > >     Add support for the following languages Sure, but the bug (which is not