Re: Request to register for submitting bug reports

2025-04-13 Thread Richard Kimberly Heck
Please send me (privately) your preferred user name, and a temporary password, and I'll register you. We had to disable registration because of a ridiculously large number of fake accounts that were spamming us. Unfortunately, trac does not seem to support any sort of preventative measure. R

Request to register for submitting bug reports

2025-04-13 Thread fcanatay
Registration via website https://www.lyx.org/trac/wiki/register2 does not work. -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug Report – units package automatically loades for no reason – Lyx 2.4.3

2025-04-08 Thread Jürgen Spitzmüller
Am Montag, dem 07.04.2025 um 20:01 +0300 schrieb Ethan: > For the past day I've been struggling with an issue regarding the > `siunitx` package. I've tried using the `\unit` command to format > some units, but I kept getting an error message saying it can't > operate while the `units` package is lo

Bug Report – units package automatically loades for no reason – Lyx 2.4.3

2025-04-07 Thread Ethan
Hello all, For the past day I've been struggling with an issue regarding the `siunitx` package. I've tried using the `\unit` command to format some units, but I kept getting an error message saying it can't operate while the `units` package is loaded. I did some digging (read the "LaTeX Configurat

create new account for the LyX Bug Tracker

2025-04-05 Thread Benjamin Schubert
Hello, could you please create an account for me? I would like to report a bug. Thank you! Kind regards, Benjamin Schubert -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: create new account for the LyX Bug Tracker

2025-03-25 Thread Richard Kimberly Heck
On 3/25/25 10:36 AM, Benjamin Schubert wrote: Hello, could you please create an account for me? I would like to report a bug. Thank you! If you can (privately) send me a username and temporary password, I can do this. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org https

Re: LyX Bug Tracker Registration

2025-03-24 Thread Richard Kimberly Heck
If someone hasn't already taken care of this, please send me a temporary password, and I'll do it. On 3/24/25 11:43 AM, jettaz wrote: Dear LyX Devs, I'd like to be able to submit bug reports for LyX on Mac OS. Would it be possible to have an account created for this? Would it

LyX Bug Tracker Registration

2025-03-24 Thread jettaz
Dear LyX Devs, I'd like to be able to submit bug reports for LyX on Mac OS. Would it be possible to have an account created for this? Would it be possible to have a login username of: jettaz? Thanks, Z -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/lis

Re: A major bug in latex import for Lyx 2.4

2025-03-17 Thread Richard Kimberly Heck
On 3/15/25 8:54 AM, Jürgen Spitzmüller wrote: Am Samstag, dem 15.03.2025 um 13:21 +0100 schrieb Jürgen Spitzmüller: Now the question is: is this really a tex2lyx issue or a bug in mathed? The latter. In the fix for #13120, we didn't consider the possibility of DOS line endings when rem

Re: A major bug in latex import for Lyx 2.4

2025-03-17 Thread Jürgen Spitzmüller
Am Montag, dem 17.03.2025 um 11:27 -0400 schrieb Richard Kimberly Heck: > > The latter. In the fix for #13120, we didn't consider the > > possibility > > of DOS line endings when removing "\n"s. This is fixed in master > > (096d75b8fb2) and should be backported to stable. > > OK. Done. -- Jürge

Re: A major bug in latex import for Lyx 2.4

2025-03-15 Thread Jürgen Spitzmüller
ng the file with dos2unix, everything shows correctly. Now the question is: is this really a tex2lyx issue or a bug in mathed? -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: A major bug in latex import for Lyx 2.4

2025-03-15 Thread Jürgen Spitzmüller
Am Samstag, dem 15.03.2025 um 13:45 +0100 schrieb Jean-Marc Lasgouttes: > We can maybe fix both ends. tex2lyx should be robust and mathed > should be correct. Should tex2lyx use always UNIX line endings? What does LyX do on Windows? -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org ht

Re: A major bug in latex import for Lyx 2.4

2025-03-15 Thread Jürgen Spitzmüller
Am Samstag, dem 15.03.2025 um 13:21 +0100 schrieb Jürgen Spitzmüller: > Now the question is: is this really a tex2lyx issue or a bug in > mathed? The latter. In the fix for #13120, we didn't consider the possibility of DOS line endings when removing "\n"s. This is fixed i

Re: A major bug in latex import for Lyx 2.4

2025-03-15 Thread Jean-Marc Lasgouttes
dings seem to be the problem. When converting the file with dos2unix, everything shows correctly. Now the question is: is this really a tex2lyx issue or a bug in mathed? We can maybe fix both ends. tex2lyx should be robust and mathed should be correct. It can also be an interface issue wit

Re: A major bug in latex import for Lyx 2.4

2025-03-15 Thread Andrew Parsloe
On 15/03/2025 9:18 pm, Jürgen Spitzmüller wrote: Am Samstag, dem 15.03.2025 um 08:54 +1300 schrieb Andrew Parsloe: I pasted Shuvo's align environment and code into a tex-code inset in a preview inset in new documents in both 2.4.3 and 2.3.7, saved the documents, and exported as plain latex to ge

Re: A major bug in latex import for Lyx 2.4

2025-03-15 Thread Jürgen Spitzmüller
Am Samstag, dem 15.03.2025 um 08:54 +1300 schrieb Andrew Parsloe: > I pasted Shuvo's align environment and code into a tex-code inset in > a preview inset in new documents in both 2.4.3 and 2.3.7, saved the > documents, and exported as plain latex to generate .tex files. Could you send this file?

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread Andrew Parsloe
n 2.4.3 OK, this should work. On Windows 10, I can reproduce the bug in LyX 2.4.3 and confirm that it is not there in 2.3.7. Just to be completely clear: I pasted Shuvo's align environment and code into a tex-code inset in a preview inset in new documents in both 2.4.3 and 2.3.7, saved the documen

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread Scott Kostyshak
hen > > > doing File > Import > LaTeX, where I only got the first line. > > Can you send this file? > > > > > Version 2.4.3 > > OK, this should work. > > On Windows 10, I can reproduce the bug in LyX 2.4.3 and confirm that it is > not there in 2.3.7. Jus

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread Andrew Parsloe
ation was in fact part of a .tex file initially and I discovered the issue when doing File > Import > LaTeX, where I only got the first line. Can you send this file? Version 2.4.3 OK, this should work. On Windows 10, I can reproduce the bug in LyX 2.4.3 and confirm that it is not the

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread José Matos
On Fri, 2025-03-14 at 16:45 +0100, Jean-Marc Lasgouttes wrote: > Another question : what is your operating system ? (I wonder whether it > could be related to end-of-line characters). > > JMarc At another message of this thread: ... Windows ARM 64 with a Snapdragon(R) X 10-core X1P64100 @ 3.40 G

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread Jürgen Spitzmüller
Am Freitag, dem 14.03.2025 um 09:23 -0400 schrieb Shuvomoy Das Gupta: > An info that may be relevant is that I am using Windows ARM 64 with a > Snapdragon(R) X 10-core X1P64100 @ 3.40 GHz   3.42 GHz. I do not know > if the current lyx binary is ARM compatible or not. I think Windows > ARM 64 is run

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread Jean-Marc Lasgouttes
Le 14/03/2025 à 11:20, Scott Kostyshak a écrit : @Shuvomoy do you have preview enabled? Does only the first line show up in the PDF output if you view it? Another question : what is your operating system ? (I wonder whether it could be related to end-of-line characters). JMarc -- lyx-devel m

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread Shuvomoy Das Gupta
Hi Scott and Jürgen, An info that may be relevant is that I am using Windows ARM 64 with a Snapdragon(R) X 10-core X1P64100 @ 3.40 GHz 3.42 GHz. I do not know if the current lyx binary is ARM compatible or not. I think Windows ARM 64 is running Lyx through an emulation layer. That being said, Ly

Re: A major bug in latex import for Lyx 2.4

2025-03-14 Thread Scott Kostyshak
On Fri, Mar 14, 2025 at 05:47:31AM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 13.03.2025 um 17:23 -0400 schrieb Shuvomoy Das > Gupta: > > If you paste special as latex, you will see in Lyx 2.4. that only the > > first line of the formula is there, the rest of the formula is > > missing.

Re: A major bug in latex import for Lyx 2.4

2025-03-13 Thread Jürgen Spitzmüller
Am Donnerstag, dem 13.03.2025 um 17:23 -0400 schrieb Shuvomoy Das Gupta: > A simple reproducible example is as follows. You can also test it via > paste special latex option for the following formula: > > \begin{align*} >  & > \mathcal{R}\left(M,\mathcal{E},\mathcal{F},\mathcal{C}\right)\nonumbe

A major bug in latex import for Lyx 2.4

2025-03-13 Thread Shuvomoy Das Gupta
Hi, I would like to report a major bug in Lyx 2.4: it seems that when importing latex files into Lyx, the imported lyx documents has missing equations and all that. It should be noted that I tested the same file on Lyx 2.3 and it worked just fine. A simple reproducible example is as follows. You

Re: Checking Finnish localization Was: Bug: Incorrect language used in figure caption headers

2025-03-07 Thread Pavel Sanda
hpw to convert fi.po -> fi.gmo, which is easy once you know how to compile whole lyx project. Last, lazy option, is to just close the eyes, translate strings and hope Qt can deal with most of it fine (in most cases it does). Then wait for official release of 2.4.4 and make one more bug fix release o

Checking Finnish localization Was: Bug: Incorrect language used in figure caption headers

2025-03-07 Thread Matti Lehtonen
Hi, I have now checked the Finnish translations at file po/fi.po. I have also tested poedit and lokalize tools, and I think that I shall use lokalize in actual translations. I can check the context of term usage, by links to .ui files, but I noticed that QT 5 Designer uses English translations an

Re: Bug: Incorrect language used in figure caption headers

2025-03-03 Thread Matti Lehtonen
On Sun, 2 Mar 2025 at 22:29, Pavel Sanda wrote: > On Sun, Mar 02, 2025 at 12:45:17PM +0200, Matti Lehtonen wrote: > > > The term "Scheme" is more difficult as it depends from the context (or > > field of science), but several mathematical dictionaries suggest > > "Scheme" "Kaavio" > > Context-wis

Re: Bug: Incorrect language used in figure caption headers

2025-03-02 Thread Pavel Sanda
On Sun, Mar 02, 2025 at 12:45:17PM +0200, Matti Lehtonen wrote: > May I assume that my lyx document is not needed any more? Yes. > Maybe the LyX installation package (in most Linux platforms) needs more > recommended packages for installation, like texlive-lang-* packages.. This is really not un

Re: Bug: Incorrect language used in figure caption headers

2025-03-02 Thread Matti Lehtonen
On Sun, 2 Mar 2025 at 02:04, Pavel Sanda wrote: > On Sat, Mar 01, 2025 at 10:37:43PM +0200, Matti Lehtonen wrote: > > I am writing a document in Finnish with some figures. In LyX, the figure > > caption headers are correctly in Finnish (except Sub-Kuva - subfigure), > but > > the generated PDF us

Re: Bug: Incorrect language used in figure caption headers

2025-03-01 Thread Pavel Sanda
On Sat, Mar 01, 2025 at 10:37:43PM +0200, Matti Lehtonen wrote: > I am writing a document in Finnish with some figures. In LyX, the figure > caption headers are correctly in Finnish (except Sub-Kuva - subfigure), but > the generated PDF uses incorrect English caption headers. Can you share example

Re: Registration for Bug Report

2025-02-24 Thread Jürgen Spitzmüller
Am Montag, dem 24.02.2025 um 10:28 +0100 schrieb Heiner Spiess: > Dear Lyx Developer, > > I would like to report a bug. However, I’m currently not registered > and the registration is closed. Do you mind sending me an invite for > registration? Done. Initial password comes in

Registration for Bug Report

2025-02-24 Thread Heiner Spiess
Dear Lyx Developer, I would like to report a bug. However, I’m currently not registered and the registration is closed. Do you mind sending me an invite for registration? Best regards, Heiner Spiess -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx

Re: Bug Report Received-reg.

2025-02-04 Thread Jean-Marc Lasgouttes
oided? I can reproduce on current master. Just a bump in case someone is motivated to take a look. Otherwise I may make a bug report. Please make a bug report. Done at #13151. Thanks. -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug Report Received-reg.

2025-02-04 Thread Scott Kostyshak
> > I can reproduce on current master. Just a bump in case someone is > > motivated to take a look. Otherwise I may make a bug report. > > Please make a bug report. Done at #13151. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug Report Received-reg.

2025-02-03 Thread Jean-Marc Lasgouttes
Le 03/02/2025 à 12:07, Scott Kostyshak a écrit : Additionally, if I open the chapter document directly, LyX gives me a SIGSEGV after clicking on "OK". Can this be avoided? I can reproduce on current master. Just a bump in case someone is motivated to take a look. Otherwise I may

Re: Bug Report Received-reg.

2025-02-03 Thread Scott Kostyshak
using LYX software for more than 10 years for preparing > > > documents, thesis and etc., Recently I faced a bug issue due to a > > > document being corrupted, but the documents are working. > > > Unfortunately, this shows this massage. And the corrupted documents > >

Re: Bug Report Received-reg.

2024-12-28 Thread Kornel Benko
LYX software for more than 10 years for preparing > > > documents, thesis and etc., Recently I faced a bug issue due to a > > > document being corrupted, but the documents are working. > > > Unfortunately, this shows this massage. And the corrupted documents > >

Re: Bug Report Received-reg.

2024-12-27 Thread Scott Kostyshak
On Fri, Dec 27, 2024 at 01:03:32PM +0100, Jürgen Spitzmüller wrote: > Am Freitag, dem 27.12.2024 um 10:40 +0530 schrieb Dr. T. Venkatesan: > > Hello LYX manager, > > > > I have been using LYX software for more than 10 years for preparing > > documents, thesis and e

Re: Fw: Re: Possibly bug with export to epub

2024-11-14 Thread Thibaut Cuvelier
> > Am 12.11.2024 09:43:14 schrieb José Matos : > @Thibaut could this be related with the same issue that you committed > today? > > No: the error I fixed should apply to all documents on a given system (this problem either appears for all documents on a given machine or none, which doesn't seem to

Fw: Re: Possibly bug with export to epub

2024-11-12 Thread Bernd Nitzschmann
... and the log file... -- Weitergeleitete Nachricht Von: Bernd Nitzschmann Datum: 12.11.2024 10:39:23 Betreff: Re: Possibly bug with export to epub An: José Matos , lyx-devel@lists.lyx.org CC: Thibaut Cuvelier Hello Josè,  Yes, I understand it that way too.  In the error

Re: Possibly bug with export to epub

2024-11-12 Thread Bernd Nitzschmann
An error occurred while executing  > py -3 -tt $$s/scripts/docbook2epub.py "java" none none none > ".XML" "" ".epub" > > I got suspicious about the "$$s...", therefore this message. This confused me a lot but now after navigating around

Re: Possibly bug with export to epub

2024-11-12 Thread José Matos
executing  > py -3 -tt $$s/scripts/docbook2epub.py "java" none none none > ".XML" "" ".epub" > > I got suspicious about the "$$s...", therefore this message. This confused me a lot but now after navigating around the code I have a clea

Re: Possibly bug with export to epub

2024-11-11 Thread Thibaut Cuvelier
On Mon, 11 Nov 2024 at 19:01, José Matos wrote: > On Wed, 2024-11-06 at 20:16 +0100, Bernd Nitzschmann wrote: > > Hi lyx-devel, > > I hope this is the right place to report a feature not working (at > > least for me): > > > > When trying to export a lyx file to epub format an error message pops >

Re: Possibly bug with export to epub

2024-11-11 Thread José Matos
On Wed, 2024-11-06 at 20:16 +0100, Bernd Nitzschmann wrote: > Hi lyx-devel, > I hope this is the right place to report a feature not working (at > least for me): > > When trying to export a lyx file to epub format an error message pops > up: > An error occurred while executing  > py -3 -tt $$s/scr

Re: Possibly bug with export to epub

2024-11-10 Thread José Matos
On Thu, 2024-11-07 at 10:05 +0100, Bernd Nitzschmann wrote: > Hi José, > > Yes, that export command produced a file *.23.lyx in the current > working directory. I am lost here. The replacement mechanism is the same in both cases. At least for me on export works on both cases. Even although I am

Re: Possibly bug with export to epub

2024-11-07 Thread José Matos
On Wed, 2024-11-06 at 20:16 +0100, Bernd Nitzschmann wrote: > Hi lyx-devel, > I hope this is the right place to report a feature not working (at > least for me): > > When trying to export a lyx file to epub format an error message pops > up: > An error occurred while executing  > py -3 -tt $$s/scr

Possibly bug with export to epub

2024-11-06 Thread Bernd Nitzschmann
Hi lyx-devel, I hope this is the right place to report a feature not working (at least for me): When trying to export a lyx file to epub format an error message pops up: An error occurred while executing  py -3 -tt $$s/scripts/docbook2epub.py "java" none none none ".XML" "" ".epub" I got suspi

Re: Account registration to bug tracker

2024-11-05 Thread Pavel Sanda
On Tue, Nov 05, 2024 at 12:33:38PM +0200, Idan Pazi wrote: > Found a bug in lyx 2.4, could you please add me to the bug tracker? Registered. P -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Account registration to bug tracker

2024-11-05 Thread Idan Pazi
Found a bug in lyx 2.4, could you please add me to the bug tracker? -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug report and account registration

2024-10-31 Thread Pavel Sanda
On Wed, Oct 30, 2024 at 04:52:07PM -0700, Fred Cheng wrote: > I would like to report a bug that has occured in the latest version 2.4.2. > May I register an account and report it on Bug Tracker? Thanks! Registered. P -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/m

Bug report and account registration

2024-10-31 Thread Fred Cheng
Hi, I would like to report a bug that has occured in the latest version 2.4.2. May I register an account and report it on Bug Tracker? Thanks! To summarize, in the past versions the fancyhdr package had always been loaded after the geometry package when selecting the `fancy` page style in the

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

Bug report: List of listings incompatible with book classes

2024-10-05 Thread Léo de Souza
Hello, I would like to report that inserting a list of listings creates errors with book document classes. Environment: I compiled LyX 2.4.2.1 on Ubuntu 22.04 with Qt6 enabled. Steps to reproduce: 1. Create a new document: File > New 2. Set the document class to one of the book classes, for e

Re: LyX Bug Tracker Login

2024-09-26 Thread Pavel Sanda
On Thu, Sep 26, 2024 at 06:07:12PM +, A CBC Member wrote: > Could you please advise me on what I should do? Fixed privately. P -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

LyX Bug Tracker Login

2024-09-26 Thread A CBC Member
Hello, I encountered an issue with LyX after updating from macOS 14 to macOS 15 recently. However, I am not able to open LyX from my MacBook Pro M1Pro anymore. I would like to report the issue to LyX Bug Tracker. However, I forgot my password, and I  was unable to log in to submit the issue

Re: No way to reset Trac password + bug report

2024-09-26 Thread Pavel Sanda
On Thu, Sep 26, 2024 at 12:17:48AM +, Georger Araujo wrote: > Hi, > I would like to report a bug but I forgot my Trac password (username: > georger.araujo) and it seems the 'Forgot password?' link is not available in > the Trac login screen. So I report it here. Sorry f

No way to reset Trac password + bug report

2024-09-25 Thread Georger Araujo
Hi, I would like to report a bug but I forgot my Trac password (username: georger.araujo) and it seems the 'Forgot password?' link is not available in the Trac login screen. So I report it here. Sorry for the trouble. Title: LilyPond preview does not work with LilyPond 2.24.1 L

Regression - crash on document reload with 2.4 (was: Bug with SVN usage on V2.4.1 MAC OSX)

2024-07-23 Thread Pavel Sanda
59f022a771cee9a93 Author: Jean-Marc Lasgouttes Date: Mon Jul 25 22:13:35 2022 +0200 Regenerate equations previews when their numbering changes. Time will tell whether this is too expensive (because most equations after this on will change too, unless equations are numbered by s

Re: Bug report: LyX hangs when copying an inline formula containing \mbox{\,}

2024-07-17 Thread Jürgen Spitzmüller
Am Mittwoch, dem 17.07.2024 um 17:46 +0200 schrieb Léo de Souza: > I would like to report that LyX hangs when copying an inline formula > containing a thin space in an mbox. I think this is https://www.lyx.org/trac/ticket/13069 -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://

Bug report: LyX hangs when copying an inline formula containing \mbox{\,}

2024-07-17 Thread Léo de Souza
Hello, I would like to report that LyX hangs when copying an inline formula containing a thin space in an mbox. Environment: I compiled LyX 2.4.1 on Ubuntu 22.04 with Qt6 enabled. Steps to reproduce: 1. Create a new document: File > New 2. Create an inline formula: Insert > Math > Inline Form

Re: Bug with SVN usage on V2.4.1 MAC OSX

2024-07-15 Thread Pavel Sanda
On Mon, Jul 15, 2024 at 10:56:43AM +1000, Robert Betz wrote: > I am running MAC OSX Sonoma 14.5 with Lyx 2.4.1. > > I have my documents under Subversion Version control. When I commit a > document after changes I am suffering a crash with the following dump from > Lyx. The crash is repeatable. >

Bug with SVN usage on V2.4.1 MAC OSX

2024-07-14 Thread Robert Betz
I am running MAC OSX Sonoma 14.5 with Lyx 2.4.1. I have my documents under Subversion Version control. When I commit a document after changes I am suffering a crash with the following dump from Lyx. The crash is repeatable. Thanks for your assistance with respect to this issue. Regards Robe

Re: Bug to report: Table menue

2024-07-14 Thread Jürgen Spitzmüller
Am Sonntag, dem 14.07.2024 um 11:03 +0200 schrieb Bernd Hafke: > I want to report a bug on v2.4.1 (on Windows) in the table-settings > window. > When the frame spacing (e.g. below the lines) is set to custom via > the dropdown, the custom setting can be done. After reopening ot the >

Bug to report: Table menue

2024-07-14 Thread Bernd Hafke
Dear LyX-Dev-Team, I want to report a bug on v2.4.1 (on Windows) in the table-settings window. When the frame spacing (e.g. below the lines) is set to custom via the dropdown, the custom setting can be done. After reopening ot the able-settings window, it's possible to change the dropdown

Re: [LyX/2.4.1-devel] Fix bug #13028.

2024-06-24 Thread Richard Kimberly Heck
On 6/23/24 4:49 PM, Pavel Sanda wrote: On Sat, Jun 15, 2024 at 01:32:59PM -0400, Richard Kimberly Heck wrote: On 6/14/24 16:53, Pavel Sanda wrote: 2) I think we are only half-way done with deafult of pasting. Ctrl+V is not joining lines anymore (appreciated!) but middle-button pasting sti

Re: [LyX/2.4.1-devel] Fix bug #13028.

2024-06-23 Thread Pavel Sanda
On Sat, Jun 15, 2024 at 01:32:59PM -0400, Richard Kimberly Heck wrote: > On 6/14/24 16:53, Pavel Sanda wrote: > > 2) I think we are only half-way done with deafult of pasting. > > Ctrl+V is not joining lines anymore (appreciated!) but middle-button > > pasting still joins them. > > Shouldn

Re: [LyX/2.4.1-devel] Fix bug #13028.

2024-06-15 Thread Richard Kimberly Heck
On 6/14/24 16:53, Pavel Sanda wrote: 2) I think we are only half-way done with deafult of pasting. Ctrl+V is not joining lines anymore (appreciated!) but middle-button pasting still joins them. Shouldn't this be consistent? If you have ideas about how to do it...please do. I'm not well

Re: [LyX/master] Fix bug #8856.

2024-06-14 Thread Scott Kostyshak
On Sat, Jun 01, 2024 at 04:36:37PM GMT, Richard Kimberly Heck wrote: > commit 2a1c3dce57da0ad25451fc61f413ebbeba2448fe > Author: Richard Kimberly Heck > Date: Sat Jun 1 12:36:00 2024 -0400 > > Fix bug #8856. > > Show values of cross-references in tooltips. >

Re: [LyX/2.4.1-devel] Fix bug #13028.

2024-06-14 Thread Pavel Sanda
On Sun, Jun 09, 2024 at 06:14:08PM +, Richard Kimberly Heck wrote: > commit 03870c03709caa84178c21589cbea41208772add > Author: Richard Kimberly Heck > Date: Sun Jun 9 14:12:40 2024 -0400 > > Fix bug #13028. > > Bindings for 'join lines. 1) status.24x

Re: LyX 2.4.0 -- annoying bug (?) in Windows with multiple documents open

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 10:27, Bernt Lie via lyx-users wrote: LyX 2.4.0 on Windows 11, latest version. When I have more than one document open in LyX and click on the document tab [any one of them], the following warning pops up: This message shows up irrespective of whether I have made any changes, or

LyX 2.4.0 -- annoying bug (?) in Windows with multiple documents open

2024-06-06 Thread Bernt Lie
LyX 2.4.0 on Windows 11, latest version. When I have more than one document open in LyX and click on the document tab [cid:image002.png@01DAB82E.5A90B3D0] [any one of them], the following warning pops up: [cid:image001.png@01DAB82E.1E763280] This message shows up irrespective of whether

Re: [LyX/2.4.1-devel] Fix bug #11796.

2024-06-01 Thread Pavel Sanda
On Sat, Jun 01, 2024 at 03:00:39PM -0400, Richard Kimberly Heck wrote: > On 6/1/24 14:42, Pavel Sanda wrote: > > On Sat, Jun 01, 2024 at 04:45:26PM +, Richard Kimberly Heck wrote: > > > commit d7800919909f120c9fa8e4f5e3805371ec263337 > > > Author: Richard Kimberly Heck > > > Date: Sat Jun 1

Re: [LyX/2.4.1-devel] Fix bug #11796.

2024-06-01 Thread Richard Kimberly Heck
On 6/1/24 14:42, Pavel Sanda wrote: On Sat, Jun 01, 2024 at 04:45:26PM +, Richard Kimberly Heck wrote: commit d7800919909f120c9fa8e4f5e3805371ec263337 Author: Richard Kimberly Heck Date: Sat Jun 1 12:43:56 2024 -0400 (cherry picked from commit 42a8463aab6100e8209caa8cd137d3c50062372

Re: [LyX/2.4.1-devel] Fix bug #11796.

2024-06-01 Thread Pavel Sanda
On Sat, Jun 01, 2024 at 04:45:26PM +, Richard Kimberly Heck wrote: > commit d7800919909f120c9fa8e4f5e3805371ec263337 > Author: Richard Kimberly Heck > Date: Sat Jun 1 12:43:56 2024 -0400 > > (cherry picked from commit 42a8463aab6100e8209caa8cd137d3c500623729) ... Could we merge 2.4.1

Re: A bug with comments within equations?

2024-05-27 Thread Jean-Pierre Chrétien
Le 27/05/2024 à 13:18, fcana...@gmail.com a écrit : \documentclass{article} \begin{document} \[ x = y. % u= v. \] \end{document} It's actually worse than not showing correctly in the work area. Consider: \[ x = y. % u= v. u= v. \] Daniel Indeed. It can be observed not only when importing b

A bug with comments within equations?

2024-05-27 Thread fcanatay
> > \documentclass{article} > > \begin{document} > > \[ > > x = y. > > % u= v. > > \] > > \end{document} > > It's actually worse than not showing correctly in the work area. Consider: > > \[ > x = y. > % u= v. > u= v. > \] > > Daniel Indeed. It can be observed not only when importing but also

Re: A bug with comments within equations?

2024-05-27 Thread Daniel
On 2024-05-26 16:12, fcana...@gmail.com wrote: \documentclass{article} \begin{document} \[ x = y. % u= v. \] \end{document} It's actually worse than not showing correctly in the work area. Consider: \[ x = y. % u= v. u= v. \] Daniel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://li

A bug with comments within equations?

2024-05-26 Thread fcanatay
Greetings, I am not sure whether what I am about to report is a bug or intended behavior. I searched on the web and couldn't find anything related. I hope this is not the wrong list to mention this. Here goes: There seems to be a confusing behavior with imported LaTeX documents that co

Re: BUG [Was Re: TESTING Tarballs for 2.4.0]

2024-05-25 Thread Richard Kimberly Heck
? Not a showstopper for 2.4.0, now filled as a bug #13068. Fixed for 2.4.0 anyway. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: BUG [Was Re: TESTING Tarballs for 2.4.0]

2024-05-23 Thread Pavel Sanda
ag in InsetNote::string2params. Got > > > tabular instead. Line: 0 > > > Lexer.cpp (902): Missing 'Note'-tag in InsetNote::string2params. Got > > > tabular instead. Line: 0 > > We are going to have to rebuild the tarballs, due to the cmake issue. Do we > want to address this? Not a showstopper for 2.4.0, now filled as a bug #13068. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug tracker

2024-05-15 Thread Jean-Marc Lasgouttes
Le 15/05/2024 à 14:02, Pavel Sanda a écrit : On Wed, May 15, 2024 at 12:46:07PM +0100, Andre Silva wrote: I would like to report what appears to be a new bug. How can I register to the LyX Bug Tracker? I will create the account for you. Pavel OK, so I let you do it Pavel. JMarc -- lyx

Re: Bug tracker

2024-05-15 Thread Pavel Sanda
On Wed, May 15, 2024 at 12:46:07PM +0100, Andre Silva wrote: > I would like to report what appears to be a new bug. How can I > register to the LyX Bug Tracker? I will create the account for you. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listin

Bug tracker

2024-05-15 Thread Andre Silva
Hi, I would like to report what appears to be a new bug. How can I register to the LyX Bug Tracker? Thank you -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: BUG [Was Re: TESTING Tarballs for 2.4.0]

2024-05-15 Thread Kornel Benko
Am Tue, 14 May 2024 12:28:09 -0400 schrieb Richard Kimberly Heck : > On 5/14/24 10:29, Pavel Sanda wrote: > > On Tue, May 14, 2024 at 04:13:49PM +0200, Pavel Sanda wrote: > >> On Tue, May 14, 2024 at 03:27:13PM +0200, Pavel Sanda wrote: > >>> On Mon, May 13, 2024 at 05:48:40PM -0400, Richard K

BUG [Was Re: TESTING Tarballs for 2.4.0]

2024-05-14 Thread Richard Kimberly Heck
On 5/14/24 10:29, Pavel Sanda wrote: On Tue, May 14, 2024 at 04:13:49PM +0200, Pavel Sanda wrote: On Tue, May 14, 2024 at 03:27:13PM +0200, Pavel Sanda wrote: On Mon, May 13, 2024 at 05:48:40PM -0400, Richard Kimberly Heck wrote: Tarballs for 2.4.0 are here:     http://ftp.lyx.org/pub/lyx/de

Re: Bug in language conversion ?

2024-04-20 Thread Jürgen Spitzmüller
Am Mittwoch, dem 17.04.2024 um 23:31 +0200 schrieb Jean-Marc Lasgouttes: > > I wouldn't rate it a bug, but I also would prefer if insets > > (generally, > > not only in the case here) would inherit language changes from > > selections. > > Do inset inherit lang

Re: Bug in language conversion ?

2024-04-17 Thread Jean-Marc Lasgouttes
Le 12/04/2024 à 13:57, Jürgen Spitzmüller a écrit : This happens also at other places, where optional arguments are not translated. I can provide a more complete record about Additional. I wouldn't rate it a bug, but I also would prefer if insets (generally, not only in the case here)

  1   2   3   4   5   6   7   8   9   10   >