Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-24 Thread mkriele
Dear Koji Okay, it happened faster than expected. This crash report was generated by editing a math inset. Specifically, I was typing an exponential with the caret symbol and quickly typed then a few more letters for the exponent. This seems somewhat repeatable but only in child documents of

Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-24 Thread mkriele
Hi Koji If I have an autosave file in the directory, and LyX tries to load the corresponding file, it shows macOS 26-native dialog whether I want to load the backup instead. As I wrote before, the dialog does not accept clicks and I need to close LyX. On closing it crashes. This crash report

Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-24 Thread Yokota K.
> 2025/09/24 19:17、Koji Yokota のメール: > > I encountered a similar phenomenon on MacOS 26.0 with Qt 6.9.2. Since LyX > compiled with Qt 5.15.18 doesn’t show this problem, it seems a compatibility > problem between MacOS 26 Tahoe and Qt 6. Disabling Liquid Glass look with the following lines in

Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-23 Thread Jean-Marc Lasgouttes
Le 23/09/2025 à 18:50, Yokota K. a écrit : Hi Marcus, Thank you for your information. As we’d like to pin down what is the problem, could you start LyX from Terminal with the following command to output error messages before you undertake some operations you can expect a crash?: /Applicatio

Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-23 Thread Jürgen Spitzmüller
Am Dienstag, dem 23.09.2025 um 22:23 +0900 schrieb Koji Yokota: > > I hope those files didn’t go broken on the way of the crash that > > generated the emergency file (which is serious if it happened). > > Marcus, could you tell us what led to the generation of the emergency > file? Also, could yo

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-22 Thread Jürgen Spitzmüller
Am Montag, dem 22.09.2025 um 16:15 +0200 schrieb Scott Kostyshak: > On Mon, Sep 22, 2025 at 12:32:38PM +0200, Jürgen Spitzmüller wrote: > > Kornel Benko schrieb am 22.09.2025 12:15 (GMT +02:00): > > > I tested with commit 11b9d721 for polyglossia. No problems found. > > > 100% tests passed, 0 tests

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-22 Thread Scott Kostyshak
On Mon, Sep 22, 2025 at 12:32:38PM +0200, Jürgen Spitzmüller wrote: > Kornel Benko schrieb am 22.09.2025 12:15 (GMT +02:00): > > I tested with commit 11b9d721 for polyglossia. No problems found. > > 100% tests passed, 0 tests failed out of 4262 > > Thanks, Kornel. Much appreciated! Same here, all

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-22 Thread Kornel Benko
Am Mon, 22 Sep 2025 11:15:08 +0200 schrieb Scott Kostyshak : > On Mon, Sep 22, 2025 at 08:14:12AM +0200, Jürgen Spitzmüller wrote: > > Am Dienstag, dem 16.09.2025 um 12:24 +0200 schrieb Kornel Benko: > > > Using todays TL25: > > > > > > Open lib/doc/ja/Shortcuts.lyx > > > Select Document->Setti

Re: The features/breakinsets branch

2025-09-22 Thread Kornel Benko
Am Sun, 21 Sep 2025 01:11:24 +0200 schrieb Scott Kostyshak : > On Sun, Sep 21, 2025 at 01:07:47AM +0200, Jean-Marc Lasgouttes wrote: > > Le 23/07/2025 à 11:58, Pavel Sanda a écrit : > > > On Wed, Jul 23, 2025 at 11:44:46AM +0200, Jean-Marc Lasgouttes wrote: > > > > Le 23/07/2025 ?? 11:15, Jürg

Re: Command line export on PC problem

2025-09-22 Thread Enrico Forestieri
On Mon, Sep 22, 2025 at 08:09:57AM +0100, José Matos wrote: On Sun, 2025-09-21 at 22:44 +0200, Enrico Forestieri wrote: so that now the stanza reads:     # Convert this .dtl file back to .dvi format.     dt2dv_call = 'dt2dv -si "%s"' % outfile     dt2dv_stdin = os.popen(dt2dv_call, 'w')     dt

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-22 Thread Scott Kostyshak
On Mon, Sep 22, 2025 at 08:14:12AM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 16.09.2025 um 12:24 +0200 schrieb Kornel Benko: > > Using todays TL25: > > > > Open lib/doc/ja/Shortcuts.lyx > > Select Document->Settings...->Fonts->Use no-TeX fonts (via > > XeTeX/LuaTeX) > > select Document->

Re: Command line export on PC problem

2025-09-22 Thread José Matos
On Sun, 2025-09-21 at 22:44 +0200, Enrico Forestieri wrote: > so that now the stanza reads: > >     # Convert this .dtl file back to .dvi format. >     dt2dv_call = 'dt2dv -si "%s"' % outfile >     dt2dv_stdin = os.popen(dt2dv_call, 'w') >     dt2dv_stdin.write(dtl_data) >     dt2dv_stdin.close()

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-21 Thread Jürgen Spitzmüller
Am Dienstag, dem 16.09.2025 um 12:24 +0200 schrieb Kornel Benko: > Using todays TL25: > > Open lib/doc/ja/Shortcuts.lyx > Select Document->Settings...->Fonts->Use no-TeX fonts (via > XeTeX/LuaTeX) > select Document->Settings...->Output->Default output format: -> PDF > (LuaTeX) > View pdf > > With

Re: [LyX/master] readTheme() : pass rc parameter by address.

2025-09-21 Thread Koji Yokota
> 2025/09/21 7:37、Jean-Marc Lasgouttes のメール: > > Le 21/09/2025 à 00:26, Jean-Marc Lasgouttes a écrit : >> commit 1242365de7b7f61dd4aaacce66ab40a3cda144bf >> Author: Jean-Marc Lasgouttes mailto:lasgout...@lyx.org>> >> Date: Sat Sep 20 21:56:17 2025 +0200 >> readTheme() : pass rc parameter by

Re: The features/breakinsets branch

2025-09-20 Thread Scott Kostyshak
On Sun, Sep 21, 2025 at 01:07:47AM +0200, Jean-Marc Lasgouttes wrote: > Le 23/07/2025 à 11:58, Pavel Sanda a écrit : > > On Wed, Jul 23, 2025 at 11:44:46AM +0200, Jean-Marc Lasgouttes wrote: > > > Le 23/07/2025 ?? 11:15, Jürgen Spitzmüller a écrit : > > > > Am Mittwoch, dem 23.07.2025 um 10:49 +020

Re: The features/breakinsets branch

2025-09-20 Thread Jean-Marc Lasgouttes
Le 23/07/2025 à 11:58, Pavel Sanda a écrit : On Wed, Jul 23, 2025 at 11:44:46AM +0200, Jean-Marc Lasgouttes wrote: Le 23/07/2025 ?? 11:15, Jürgen Spitzmüller a écrit : Am Mittwoch, dem 23.07.2025 um 10:49 +0200 schrieb Pavel Sanda: Towards the end of line the end of inset is clearly wrongly co

Re: [LyX/master] readTheme() : pass rc parameter by address.

2025-09-20 Thread Jean-Marc Lasgouttes
Le 21/09/2025 à 00:26, Jean-Marc Lasgouttes a écrit : commit 1242365de7b7f61dd4aaacce66ab40a3cda144bf Author: Jean-Marc Lasgouttes Date: Sat Sep 20 21:56:17 2025 +0200 readTheme() : pass rc parameter by address. This issue has been pointed out by Coverity Scan as a performance

Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-20 Thread mkriele
I found another problem which is probably related: If I create a new file, edit it, and then close it before saving (e.g. with Command-W), an alert with text and three buttons appears: Discard / Save / Cancel. But none of these buttons accepts clicks. This window has the style of macOS 26. The

Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-20 Thread mkriele
Unfortunately it does not seem to have anything to do with file vault. I turned it off, restarted the computer and the problem persists. In my original message I forgot to mention that back-up files are also affected. So autosave files (.lyx#), emergency files and backup files (.lyx~) all look

Re: macOS 26 (Tahoe) breaks autosave snap-shots and emergency files

2025-09-20 Thread Dr Eberhard Lisse
Could that have something to do with File Vault being turned on by default? el On 2025/09/19 10:53, mkri...@me.com wrote: > Since the recent MacOS update the files of type #xxx.lyx# and > xxx.lyx.emergency seem to be generated in a broken way. They are not > text files anymore and LyX freezes wh

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-20 Thread Kornel Benko
Am Sat, 20 Sep 2025 17:09:34 +0200 schrieb "Jürgen Spitzmüller" : > Am Dienstag, dem 16.09.2025 um 12:24 +0200 schrieb Kornel Benko: > > Using todays TL25: > > > > Open lib/doc/ja/Shortcuts.lyx > > Select Document->Settings...->Fonts->Use no-TeX fonts (via > > XeTeX/LuaTeX) > > select Document->S

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-20 Thread Jürgen Spitzmüller
Am Dienstag, dem 16.09.2025 um 12:24 +0200 schrieb Kornel Benko: > Using todays TL25: > > Open lib/doc/ja/Shortcuts.lyx > Select Document->Settings...->Fonts->Use no-TeX fonts (via > XeTeX/LuaTeX) > select Document->Settings...->Output->Default output format: -> PDF > (LuaTeX) > View pdf > > With

Re: Equally-weighted split view?

2025-09-17 Thread Koji Yokota
> 2025/09/13 14:39、Jürgen Spitzmüller のメール: > > Am Samstag, dem 13.09.2025 um 10:24 +0900 schrieb Koji Yokota: >> The manual of QSplitter does not mention about the arrangement of >> sizes after insertion of a widget, so the behavior in Qt5 might have >> just happened to be consistent with the p

Re: distcheck fails due to hunspell

2025-09-17 Thread Kornel Benko
Am Tue, 16 Sep 2025 17:19:24 +0200 schrieb Pavel Sanda : > Hi, > > my scripts announced, that distcheck fails now: > > make distdir-am > make[6]: Entering directory '/home/lyx/distcheck/3rdparty/hunspell' > make[6]: *** No rule to make target '1.7.2/src/win_api/config.h', needed by > 'distdir-a

Re: Ctest error with ja/Shortcuts.lyx and TL25

2025-09-16 Thread Scott Kostyshak
On Tue, Sep 16, 2025 at 12:24:15PM +0200, Kornel Benko wrote: > Using todays TL25: > > Open lib/doc/ja/Shortcuts.lyx > Select Document->Settings...->Fonts->Use no-TeX fonts (via XeTeX/LuaTeX) > select Document->Settings...->Output->Default output format: -> PDF (LuaTeX) > View pdf > > With the sa

Re: Equally-weighted split view?

2025-09-15 Thread Koji Yokota
> 2025/09/15 18:49、Koji Yokota のメール: >> 2025/09/13 14:39、Jürgen Spitzmüller のメール: >> >> Am Samstag, dem 13.09.2025 um 10:24 +0900 schrieb Koji Yokota: >>> The manual of QSplitter does not mention about the arrangement of >>> sizes after insertion of a widget, so the behavior in Qt5 might have >>

Re: 2.5, Beta 2 Tarballs

2025-09-15 Thread Jean-Pierre Chrétien
Le 03/09/2025 à 10:18, Pavel Sanda a écrit : On Mon, Sep 01, 2025 at 12:02:53PM -0400, Richard Kimberly Heck wrote: Tarballs are here: http://ftp.lyx.org/pub/lyx/devel/lyx-2.5/ seems to run fine on oldstable debian. p +1 on stable debian -- Jean-Pierre -- lyx-devel mailing list lyx-devel@

Re: #13226: Crash on "Next cross reference"

2025-09-13 Thread Jürgen Spitzmüller
Am Samstag, dem 13.09.2025 um 10:38 -0400 schrieb Alexander Dunlap: > For some reason I am not able to access the trac right now.  We are spammed by AI bots. Using trac is almost impossible at the moment, but we are trying to improve the situation. > The patch that Juergen posted yesterday did no

Re: #13226: Crash on "Next cross reference"

2025-09-13 Thread Alexander Dunlap
For some reason I am not able to access the trac right now. The patch that Juergen posted yesterday did not improve the situation for me. I think that in my test I was opening LyX from scratch and did not have anything funny open but I can try to look and see if resetting the settings to default

Re: Equally-weighted split view?

2025-09-12 Thread Jürgen Spitzmüller
Am Samstag, dem 13.09.2025 um 10:24 +0900 schrieb Koji Yokota: > The manual of QSplitter does not mention about the arrangement of > sizes after insertion of a widget, so the behavior in Qt5 might have > just happened to be consistent with the purpose here. I cannot point > out exactly when the beh

Re: Equally-weighted split view?

2025-09-12 Thread Koji Yokota
2025/09/12 23:16、Jürgen Spitzmüller のメール:Am Freitag, dem 12.09.2025 um 13:37 +0100 schrieb José Matos:On Fri, 2025-09-12 at 07:42 +0200, Jürgen Spitzmüller wrote:Is this a regression to 2.4? Otherwise, I'd rather do it later in2.6.x (and then maybe backport to 2.5.x).Honestly, and recently, I have

Re: [patch] fix #13225 (crash with screen-down ; screen-up)

2025-09-12 Thread Koji Yokota
> 2025/09/11 23:12、Jürgen Spitzmüller のメール: > > Since trac is not reachable: the attached patch fixes the crash for me. > > Thoughts? Yes, it fixed the problem at my place too. Koji -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Equally-weighted split view?

2025-09-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.09.2025 um 13:37 +0100 schrieb José Matos: > On Fri, 2025-09-12 at 07:42 +0200, Jürgen Spitzmüller wrote: > > Is this a regression to 2.4? Otherwise, I'd rather do it later in > > 2.6.x (and then maybe backport to 2.5.x). > > Honestly, and recently, I have also started to see th

Re: Equally-weighted split view?

2025-09-12 Thread José Matos
On Fri, 2025-09-12 at 07:42 +0200, Jürgen Spitzmüller wrote: > Is this a regression to 2.4? Otherwise, I'd rather do it later in 2.6.x > (and then maybe backport to 2.5.x). Honestly, and recently, I have also started to see this in 2.4. Before the split was 50-50 and now is not anymore. The same a

Re: Equally-weighted split view?

2025-09-11 Thread Jürgen Spitzmüller
Am Freitag, dem 12.09.2025 um 10:22 +0900 schrieb Koji Yokota: > I tested with the split view in beta2 and found it gets an unbalanced > split as initial state. In my personal opinion, it should have equal > widths or heights to get a feeling of final product quality. Is this a regression to 2.4?

Re: Equally-weighted split view?

2025-09-11 Thread Koji Yokota
Ps2. The patch should be something like this: --- a/src/frontends/qt/GuiView.cpp +++ b/src/frontends/qt/GuiView.cpp @@ -5189,6 +5189,10 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr) ? Qt::Vertical : Qt::Horizontal); TabWorkArea * twa = addTabW

Re: Equally-weighted split view?

2025-09-11 Thread Koji Yokota
Ps. The patch needs to be modified to accept more than two splits. Koji > 2025/09/12 10:22、Koji Yokota のメール: > > Hi all, > > I tested with the split view in beta2 and found it gets an unbalanced split > as initial state. In my personal opinion, it should have equal widths or > heights to get

Re: [patch] fix #13225 (crash with screen-down ; screen-up)

2025-09-11 Thread Jean-Marc Lasgouttes
Le 11/09/2025 à 16:12, Jürgen Spitzmüller a écrit : Since trac is not reachable: the attached patch fixes the crash for me. Thoughts? It makes sense, but I wonder if it may trigger too often. I'll try to reproduce and see if I find a more specific location. JMarc -- lyx-devel mailing list l

Re: [LyX/master] CMake: install adwaita/darkmode icons (#13224)

2025-09-09 Thread Kornel Benko
Am Tue, 09 Sep 2025 09:59:16 + schrieb Juergen Spitzmueller : > commit 3c699a8b2b04848acbc777c2c082f3e97bdd3239 > Author: Juergen Spitzmueller > Date: Tue Sep 9 10:43:25 2025 +0200 > > CMake: install adwaita/darkmode icons (#13224) > > Kornel, please double-check! > --- > dev

Re: Will LyX 2.5 be backward compatible with 2.4?

2025-09-07 Thread Jürgen Spitzmüller
rns theorem definitions, which have been significantly re-designed to allow for new LyX features. But the layouts are also usable without such adaptions. My general advise would be: if the book is nearing publication already, stick with your current system. As fancy new features might be, each

Re: 2.5, Beta 2 Tarballs

2025-09-03 Thread Pavel Sanda
On Mon, Sep 01, 2025 at 12:02:53PM -0400, Richard Kimberly Heck wrote: > Tarballs are here: > > http://ftp.lyx.org/pub/lyx/devel/lyx-2.5/ seems to run fine on oldstable debian. p -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Use cache for color swatch display

2025-09-03 Thread Jean-Marc Lasgouttes
Le 02/09/2025 à 13:56, Yokota K. a écrit : 2025/09/02 20:41、Jean-Marc Lasgouttes のメール: Thanks Koji. I have only one remark: it seems to me that form-->rc() is modified now in cacheAllThemes. This why I suggested using a dummy LyXRC object as parameter to readTheme in this case. Uh, I got i

Re: Fwd: Update arabic po file for lyx2.5

2025-09-02 Thread Pavel Sanda
On Mon, Sep 01, 2025 at 02:37:02AM -0700, Alpha wrote: > Lyx Team > Thank you for good job. > 1- Please update arabic po file for lyx2.5 from attachmant. Hello, thanks for your efforts. We however do not accept anonymous contributions and strive to have explicit license statement for any larger p

Re: LyX crashes when using Arabic versions 2.4.3+

2025-09-02 Thread Jürgen Spitzmüller
Am Dienstag, dem 29.07.2025 um 22:39 +0200 schrieb Pavel Sanda: > On Tue, Jul 29, 2025 at 08:30:07PM +0100, daky dakyion wrote: > > *Note:* > > the only thing that differs in my installations today is that I > > haven't installed the Thesaurus for English and French as I usually > > do, but as I ha

Re: #13221: New arabic dictionary causes crash in windows

2025-09-02 Thread Alpha
The 37 MB arabic dictionory is bad file, i mean the oldest file, i mean the file in lyx 2.0. On Tuesday, September 2, 2025, LyX Ticket Tracker wrote: > #13221: New arabic dictionary causes crash in windows > -+- > Reporter: ps | Owner: l

Re: #13221: New arabic dictionary causes crash in windows

2025-09-02 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.09.2025 um 08:37 -0700 schrieb Alpha: > The 37 MB arabic dictionory is bad file This file is no longer part of the release. So the problem is resolved. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Fwd: Update arabic po file for lyx2.5

2025-09-02 Thread Jürgen Spitzmüller
Am Montag, dem 01.09.2025 um 02:37 -0700 schrieb Alpha: > 2- lyx crash when i used arabic dic in spellchecker > , the dic file so big, can you return to the old arabic dic file. How big is it exactly? We have updated the Arabic *.dic file a while ago to a much smaller file (13.4 MB). Do you have t

Re: [LyX/master] Use cache for color swatch display

2025-09-02 Thread Yokota K.
> 2025/09/02 20:41、Jean-Marc Lasgouttes のメール: > > Thanks Koji. I have only one remark: it seems to me that form-->rc() is > modified now in cacheAllThemes. This why I suggested using a dummy LyXRC > object as parameter to readTheme in this case. Uh, I got it. Many thanks, JMarc! Koji -- lyx-

Re: [LyX/master] Use cache for color swatch display

2025-09-02 Thread Jean-Marc Lasgouttes
Le 02/09/2025 à 13:37, Yokota K. a écrit : I would add a parameter to readTheme, so that one can call readTheme(filename, form_->rc()); or LyXRC dummyrc; readTheme(filename, dummyrc); JMarc, now I think I got what you mean. I think I go as attached. Thanks Koji. I have only one remark:

Re: [LyX/master] Use cache for color swatch display

2025-09-02 Thread Yokota K.
> 2025/09/01 23:57、Jean-Marc Lasgouttes のメール: > > Hi Koji, > > I do not think that using false in LyXRC::read() is ever a good idea. What it > does is skip the python code that updates all rc files with format from an > older LyX version. > > I would add a parameter to readTheme, so that one

Re: Update arabic po file for lyx2.5

2025-09-01 Thread Alpha
Thank you My file in GPL2 License. My name: abdul ghafor My system: windows 10 Please add the translation. On Monday, September 1, 2025, Alpha wrote: > Dear Pavil > > Thank you > My file in GPL2 License. > My name: abdul ghafor > My system: windows 19 > Please add the translation. > > On Monday,

Re: [LyX/master] tex2lyx: fix nesting problem with alignment and ERT environments

2025-09-01 Thread Jürgen Spitzmüller
Am Sonntag, dem 31.08.2025 um 20:28 +0200 schrieb Jean-Marc Lasgouttes: > Jürgen, Coverity complains about not using std::move on > save_extrastuff > when restoring parent_context.extra_stuff (which we usually ignore), > but > it seems to me that saving the variable does not make sense, since we

Re: Update arabic po file for lyx2.5

2025-09-01 Thread Alpha
Dear Pavil Thank you My file in GPL2 License. My name: abdul ghafor My system: windows 19 Please add the translation. On Monday, September 1, 2025, Pavel Sanda wrote: > On Mon, Sep 01, 2025 at 02:37:02AM -0700, Alpha wrote: > > Lyx Team > > Thank you for good job. > > 1- Please update arabic po

Re: New account for reporting bugs + bug report

2025-09-01 Thread Pavel Sanda
On Mon, Sep 01, 2025 at 03:43:59PM +0200, Holger Vogt wrote: > my old TRAC account from 2018 seems to be no longer active. So I would like > to create a new account. Please advise. Mail sent. P -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Use cache for color swatch display

2025-09-01 Thread Jean-Marc Lasgouttes
Le 01/09/2025 à 11:05, Koji Yokota a écrit : Hi JMarc, Thanks for pointing it out. It seems I misunderstood the behavior of LyXRC::read() when the second argument is true. I wanted to check if import file is broken, but there is no problem in setting it to false so far as the import file is n

Re: [LyX/master] Use cache for color swatch display

2025-09-01 Thread Koji Yokota
> 2025/09/01 3:52、Jean-Marc Lasgouttes のメール: > Dear Koji, > > Coverity Scan complains about the copying of form_->rc() in the code below > (actually it advises using std::move(origrc), which we usually dismiss). > > However, it seems strange to me that readTheme() would change the main rc > li

Re: [LyX/master] Use cache for color swatch display

2025-08-31 Thread Jean-Marc Lasgouttes
Le 04/08/2025 à 10:50, Koji Yokota a écrit : commit ca2bf6c52e210c0b0da9eefc068c304f5877a500 Author: Koji Yokota Date: Mon Aug 4 17:47:43 2025 +0900 Use cache for color swatch display Dear Koji, Coverity Scan complains about the copying of form_->rc() in the code below (actually it a

Re: [LyX/master] tex2lyx: fix nesting problem with alignment and ERT environments

2025-08-31 Thread Jean-Marc Lasgouttes
Le 08/08/2025 à 11:59, Juergen Spitzmueller a écrit : commit aea597ffe5c4070beaa2885d9da399e34fe53e57 Author: Juergen Spitzmueller Date: Fri Aug 8 11:58:17 2025 +0200 tex2lyx: fix nesting problem with alignment and ERT environments Spotted via #13183 Jürgen, Coverity complai

Re: ja Additional fails to compile after TL update

2025-08-30 Thread Scott Kostyshak
On Fri, Aug 29, 2025 at 12:14:50PM +0200, Scott Kostyshak wrote: > On Fri, Aug 29, 2025 at 07:00:42AM +0200, Jürgen Spitzmüller wrote: > > Am Donnerstag, dem 14.08.2025 um 13:45 +0200 schrieb Scott Kostyshak: > > > After an update yesterday of TeX Live, when I compile the Japanese > > > Additional

Re: Wrong file format ?

2025-08-29 Thread Jean-Pierre Chrétien
Le 28/08/2025 à 12:23, Pavel Sanda a écrit : On Thu, Aug 28, 2025 at 12:02:08PM +0200, Jean-Pierre Chrétien wrote: Le 28/08/2025 ?? 11:26, Jean-Marc Lasgouttes a écrit : Le 28/08/2025 ?? 11:18, Jean-Pierre Chrétien a écrit : I exchanged privately with Scott, we don not have the same hash code

Re: ja Additional fails to compile after TL update

2025-08-29 Thread Scott Kostyshak
On Fri, Aug 29, 2025 at 07:00:42AM +0200, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 14.08.2025 um 13:45 +0200 schrieb Scott Kostyshak: > > After an update yesterday of TeX Live, when I compile the Japanese > > Additional manual, I now get: > > > >   ! Missing = inserted for \ifnum. > >   > >

Re: ja Additional fails to compile after TL update

2025-08-28 Thread Jürgen Spitzmüller
Am Donnerstag, dem 14.08.2025 um 13:45 +0200 schrieb Scott Kostyshak: > After an update yesterday of TeX Live, when I compile the Japanese > Additional manual, I now get: > >   ! Missing = inserted for \ifnum. >   > ^^ba >   l.115 ...eMapping[la-x-classic]{`^^c3^^ba}{\a'{V}}

Re: LyX 2.5 Timeline

2025-08-28 Thread José Matos
On Thu, 2025-08-28 at 11:25 +0200, Jean-Marc Lasgouttes wrote: > That looks good to me. +1 -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Wrong file format ?

2025-08-28 Thread Pavel Sanda
On Thu, Aug 28, 2025 at 12:02:08PM +0200, Jean-Pierre Chrétien wrote: > Le 28/08/2025 ?? 11:26, Jean-Marc Lasgouttes a écrit : > > Le 28/08/2025 ?? 11:18, Jean-Pierre Chrétien a écrit : > > > I exchanged privately with Scott, we don not have the same hash code > > > after git pull... > > > > I wou

Re: Wrong file format ?

2025-08-28 Thread Jean-Pierre Chrétien
Le 28/08/2025 à 11:26, Jean-Marc Lasgouttes a écrit : Le 28/08/2025 à 11:18, Jean-Pierre Chrétien a écrit : I exchanged privately with Scott, we don not have the same hash code after git pull... I would do: git checkout master git pull Thanks for the hint, but it does not change anything.

Re: Wrong file format ?

2025-08-28 Thread Jean-Marc Lasgouttes
Le 28/08/2025 à 11:18, Jean-Pierre Chrétien a écrit : I exchanged privately with Scott, we don not have the same hash code after git pull... I would do: git checkout master git pull JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: LyX 2.5 Timeline

2025-08-28 Thread Jean-Marc Lasgouttes
Le 27/08/2025 à 04:15, Richard Kimberly Heck a écrit : Here's a proposal: 1. Feature freeze 1 September. 2. Same time, package beta 2, planning to release the following weekend. 3. Once beta 2 is packaged, write the translators and let them know they can begin work. Strings will then be froze

Re: Wrong file format ?

2025-08-28 Thread Jean-Pierre Chrétien
Le 28/08/2025 à 11:18, Jean-Pierre Chrétien a écrit : Le 26/08/2025 à 10:57, Jean-Pierre Chrétien a écrit : Dear Devs, I compiled master after git pull, with  git commit hash d7263201. The lyx-2.5.0~devel result cannot open lyx files with format 643 like Customization.lyx, but opens files with

Re: Wrong file format ?

2025-08-28 Thread Jean-Pierre Chrétien
Le 26/08/2025 à 10:57, Jean-Pierre Chrétien a écrit : Dear Devs, I compiled master after git pull, with  git commit hash d7263201. The lyx-2.5.0~devel result cannot open lyx files with format 643 like Customization.lyx, but opens files with format 634. Any clue ? I exchanged privately with

Re: LyX 2.5 beta 1: Nomenclature Entries do not show up in the outline list for nomenclature entries

2025-08-27 Thread Jürgen Spitzmüller
Am Mittwoch, dem 27.08.2025 um 17:21 +0200 schrieb Jürgen Spitzmüller: > I'll set up one and send you the initial PW in PM. I failed to do that. Pavel or Riki might help. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: LyX 2.5 beta 1: Nomenclature Entries do not show up in the outline list for nomenclature entries

2025-08-27 Thread Jürgen Spitzmüller
Am Mittwoch, dem 27.08.2025 um 15:14 +0200 schrieb mkri...@me.com: > The nomenclature functionality has vastly improved in version 2.5. > There is however one drawback: the list of nomenclature entries in > the GUI only shows entries where the label is plain text.  If the > label is ERT or a math i

Re: LyX 2.5 Timeline

2025-08-27 Thread Pavel Sanda
On Wed, Aug 27, 2025 at 08:36:05AM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 26.08.2025 um 22:15 -0400 schrieb Richard Kimberly > Heck: > > Here's a proposal: > > Looks good! +1 Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: LyX 2.5 Timeline

2025-08-26 Thread Jürgen Spitzmüller
Am Dienstag, dem 26.08.2025 um 22:15 -0400 schrieb Richard Kimberly Heck: > Here's a proposal: Looks good! -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Wrong file format ?

2025-08-26 Thread Scott Kostyshak
On Tue, Aug 26, 2025 at 10:57:14AM +0200, Jean-Pierre Chrétien wrote: > Dear Devs, > > I compiled master after git pull, with git commit hash d7263201. > The lyx-2.5.0~devel result cannot open lyx files with format 643 like > Customization.lyx, but opens files with format 634. > > Any clue ? I

Re: How to change reference names in Cross-reference dialog?

2025-08-25 Thread Koji Yokota
> 2025/08/21 1:47、Jürgen Spitzmüller のメール: > > You need to add to local layout: > > Counter theorem >RefFormat lem "Lemma|Lemmas \arabic{theorem}" > End > > RefFormat is documented in Customization.lyx Many thanks, Jürgen! Somehow I couldn’t figure out it is controlled by the counter… K

Re: Translations and RC1

2025-08-25 Thread Pavel Sanda
On Sun, Aug 24, 2025 at 08:33:18PM +0200, Jürgen Spitzmüller wrote: > Am Sonntag, dem 24.08.2025 um 13:59 -0400 schrieb Richard Kimberly > Heck: > > It seems to me we are ready for RC1. Do we want to have finished > > translations for that? If so, I will send notification to the > > translators.

Re: Translations and RC1

2025-08-24 Thread Jürgen Spitzmüller
Am Sonntag, dem 24.08.2025 um 13:59 -0400 schrieb Richard Kimberly Heck: > It seems to me we are ready for RC1. Do we want to have finished > translations for that? If so, I will send notification to the > translators. That said, there are probably a lot of people on > vacation in August, so perh

Re: How to change reference names in Cross-reference dialog?

2025-08-20 Thread Jürgen Spitzmüller
Am Dienstag, dem 19.08.2025 um 19:41 +0200 schrieb Jürgen Spitzmüller: > Am Dienstag, dem 19.08.2025 um 20:44 +0900 schrieb Koji Yokota: > > In the template file File->New File From Template->Articles- > > > Econometric Society Journals after commit aeaf5e1 should have > > > “Lemma > > 3” but it sh

Re: How to change reference names in Cross-reference dialog?

2025-08-19 Thread Jürgen Spitzmüller
Am Dienstag, dem 19.08.2025 um 20:44 +0900 schrieb Koji Yokota: > In the template file File->New File From Template->Articles- > >Econometric Society Journals after commit aeaf5e1 should have “Lemma > 3” but it shows “Theorem 3”. In this file, the numbering of Lemma > uses thm counter which is spec

Re: [LyX/master] Update support for Econometric Society journals

2025-08-19 Thread Scott Kostyshak
On Tue, Aug 19, 2025 at 12:24:16PM +0900, Koji Yokota wrote: > > > 2025/08/08 22:33、Scott Kostyshak のメール: > > > > On Fri, Aug 08, 2025 at 03:06:48PM +0200, Kornel Benko wrote: > >> Am Fri, 08 Aug 2025 14:58:56 +0200 > >> schrieb "Jürgen Spitzmüller" : > >> > >>> Am Freitag, dem 08.08.2025 um 14:

Re: Problems regarding mdpi template

2025-08-19 Thread Scott Kostyshak
On Tue, Aug 19, 2025 at 11:18:35AM +0300, Ioannis Tsoulos wrote: > Thanks, but I think that there is a problem with combination of pdflatex > provided in Debian and the Lyx 2.4.3 > > I will try to install the newest lyx in a Debian Live system later today > and I will report any issues Hopefully

Re: Problems regarding mdpi template

2025-08-19 Thread Ioannis Tsoulos
Thanks, but I think that there is a problem with combination of pdflatex provided in Debian and the Lyx 2.4.3 I will try to install the newest lyx in a Debian Live system later today and I will report any issues Στις Τρί 19 Αυγ 2025 στις 11:16 π.μ., ο/η Kornel Benko έγραψε: > Am Tue, 19 Aug

Re: Problems regarding mdpi template

2025-08-19 Thread Kornel Benko
Am Tue, 19 Aug 2025 10:58:05 +0300 schrieb Ioannis Tsoulos : > Did you try in Debian Trixie? > I think that the problem is with the pdflatex version of Debian No, I run Mint22.1, based on ubuntu based on debian. But my pdflatex is from TL25, not from a package texlive-extra-utils or texlive-latex

Re: Problems regarding mdpi template

2025-08-19 Thread Ioannis Tsoulos
Did you try in Debian Trixie? I think that the problem is with the pdflatex version of Debian Στις Τρί 19 Αυγ 2025 στις 10:51 π.μ., ο/η Kornel Benko έγραψε: > Am Mon, 18 Aug 2025 21:23:18 +0300 > schrieb Ioannis Tsoulos : > > > Dear all, > > I am trying to compile lyx files using the MDPI templa

Re: Problems regarding mdpi template

2025-08-19 Thread Kornel Benko
Am Mon, 18 Aug 2025 21:23:18 +0300 schrieb Ioannis Tsoulos : > Dear all, > I am trying to compile lyx files using the MDPI template to submit my > papers there, but the files can not compile under lyx 2.4.3 and Debian 13. > > I attach here the zip file > In the attached zip the template_norerror.

Re: [LyX/master] Update support for Econometric Society journals

2025-08-18 Thread Koji Yokota
> 2025/08/08 22:33、Scott Kostyshak のメール: > > On Fri, Aug 08, 2025 at 03:06:48PM +0200, Kornel Benko wrote: >> Am Fri, 08 Aug 2025 14:58:56 +0200 >> schrieb "Jürgen Spitzmüller" : >> >>> Am Freitag, dem 08.08.2025 um 14:48 +0200 schrieb Scott Kostyshak: Definitely not necessary since we only

Re: Request for the mailing list

2025-08-18 Thread Richard Kimberly Heck
On 8/18/25 12:32 PM, Ioannis Tsoulos wrote: Hi, could you please create an account for me? https://lists.lyx.org/mailman/listinfo/lyx-devel -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Fwd: Problems with colored paragraphs

2025-08-17 Thread Richard Kimberly Heck
On 8/16/25 4:53 PM, Enrico Forestieri wrote: On Sat, Aug 16, 2025 at 12:52:00PM +0200, Jürgen Spitzmüller wrote: Am Samstag, dem 16.08.2025 um 00:30 +0200 schrieb Enrico Forestieri: So, this is a LyX bug not accounting for the fact that the two formulas are on two different paragraphs. and he

Re: Fwd: Problems with colored paragraphs

2025-08-16 Thread Jürgen Spitzmüller
Am Samstag, dem 16.08.2025 um 22:53 +0200 schrieb Enrico Forestieri: > I found a way to obtain that effect as follows: > 1. insert a display formula > 2. put the cursor outside of it, on its right > 3. hit Ctrl-Enter > 4. insert another display formula > 5. put the cursor on the left of the Ctrl-En

Re: Fwd: Problems with colored paragraphs

2025-08-16 Thread Enrico Forestieri
On Sat, Aug 16, 2025 at 12:52:00PM +0200, Jürgen Spitzmüller wrote: Am Samstag, dem 16.08.2025 um 00:30 +0200 schrieb Enrico Forestieri: So, this is a LyX bug not accounting for the fact that the two formulas are on two different paragraphs. and hence the bug concerns all non-\long commands. E

Re: Fwd: Problems with colored paragraphs

2025-08-16 Thread Jürgen Spitzmüller
Am Samstag, dem 16.08.2025 um 00:30 +0200 schrieb Enrico Forestieri: > So, this is a LyX bug not accounting for the fact that the two > formulas are on two different paragraphs. and hence the bug concerns all non-\long commands. E.g., see attached for \textbf. -- Jürgen prova2.lyx Description:

Re: Fwd: Problems with colored paragraphs

2025-08-16 Thread Enrico Forestieri
On Fri, Aug 15, 2025 at 10:41:39PM -0400, Richard Kimberly Heck wrote: Right. Should I file a bug? Yes, I think so. -- Enrico -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Fwd: Problems with colored paragraphs

2025-08-15 Thread Richard Kimberly Heck
On 8/15/25 6:30 PM, Enrico Forestieri wrote: On Fri, Aug 15, 2025 at 12:44:30PM -0400, Richard Kimberly Heck wrote: The attached file, which was posted at lyx-users, does not compile. The problem is the blank line between the two displayed formulas. This causes LyX to output \textcolor{red}{

Re: Fwd: Problems with colored paragraphs

2025-08-15 Thread Enrico Forestieri
On Fri, Aug 15, 2025 at 12:44:30PM -0400, Richard Kimberly Heck wrote: The attached file, which was posted at lyx-users, does not compile. The problem is the blank line between the two displayed formulas. This causes LyX to output \textcolor{red}{ \[ I=\int^{\infty}_{-\infty}\frac{1}{1+x^{2}}d

Re: Fwd: Problems with colored paragraphs

2025-08-15 Thread Jürgen Spitzmüller
Am Freitag, dem 15.08.2025 um 12:44 -0400 schrieb Richard Kimberly Heck: > I guess maybe that is a LaTeX bug then? Don't think so. I suppose \textcolor id deliberately not \long. Rather a LyX bug (I didn't check the LyX file, though, so this is just a guess). -- Jürgen -- lyx-devel mailing lis

Re: ja Additional fails to compile after TL update

2025-08-14 Thread Scott Kostyshak
On Thu, Aug 14, 2025 at 07:00:29PM +0200, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 14.08.2025 um 15:42 +0200 schrieb Jürgen > Spitzmüller: > > You should report that to Keno > > (https://github.com/wehro/babel-latin/issues) > > I did so here: > https://github.com/wehro/babel-latin/issues/3

Re: ja Additional fails to compile after TL update

2025-08-14 Thread Jürgen Spitzmüller
Am Donnerstag, dem 14.08.2025 um 15:42 +0200 schrieb Jürgen Spitzmüller: > You should report that to Keno > (https://github.com/wehro/babel-latin/issues) I did so here: https://github.com/wehro/babel-latin/issues/3 -- Jürgen signature.asc Description: This is a digitally signed message part --

Re: ja Additional fails to compile after TL update

2025-08-14 Thread Jürgen Spitzmüller
Am Donnerstag, dem 14.08.2025 um 13:45 +0200 schrieb Scott Kostyshak: > After an update yesterday of TeX Live, when I compile the Japanese > Additional manual, I now get: > >   ! Missing = inserted for \ifnum. >   > ^^ba >   l.115 ...eMapping[la-x-classic]{`^^c3^^ba}{\a'{V}}

Re: Many ctests failing due to a recent commit

2025-08-13 Thread Kornel Benko
Am Tue, 12 Aug 2025 17:49:00 +0200 schrieb "Jürgen Spitzmüller" : > Am Dienstag, dem 05.08.2025 um 13:17 +0200 schrieb Jürgen Spitzmüller: > > Keno (from babel-latin) has reacted quickly and is already working on > > a fix. > > The new version of babel-latin (4.2) which has this fix has been >

Re: Many ctests failing due to a recent commit

2025-08-12 Thread Jürgen Spitzmüller
Am Dienstag, dem 05.08.2025 um 13:17 +0200 schrieb Jürgen Spitzmüller: > Keno (from babel-latin) has reacted quickly and is already working on > a fix. The new version of babel-latin (4.2) which has this fix has been uploaded to CTAN. -- Jürgen signature.asc Description: This is a digitally si

  1   2   3   4   5   6   7   8   9   10   >