Re: LyX closes when searching and replacing within an equation.

2024-07-12 Thread T Rex
The file and the backtrace: /usr/include/c++/13.2.0/bits/stl_vector.h:1232: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::back() [with _Tp = lyx::CursorSlice; _Alloc = std::allocator; reference = lyx::CursorSlice&]: Assertion '!this->empty()' failed. Thread 1 "lyx" received signa

Re: LyX closes when searching and replacing within an equation.

2024-07-12 Thread Scott Kostyshak
On Fri, Jul 12, 2024 at 03:03:37PM GMT, T Rex wrote: > Yes, it doesn't work as I thought. > > The program closes when you press " signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

LyX and Jupyter notebooks (request for comments)

2024-07-12 Thread José Matos
Hi, this is a topic that I have heard here several times. I have been playing with Jupyter a lot for the last years to the point where I am using meta-data and customized templates prettify the pdf generated from the jupyter notebooks (using koma-script and a toc, for example). Before working o

Re: LyX closes when searching and replacing within an equation.

2024-07-12 Thread José Matos
On Fri, 2024-07-12 at 14:08 -0500, T Rex wrote: > Greetings to all, > >  I am trying to insert Latex from an equation generated by wxMaxima. > When viewing there are "{" symbols that seem to be left over and > although they are not in the final document, I don't like them being > there. So I decid

Re: LyX closes when searching and replacing within an equation.

2024-07-12 Thread T Rex
Yes, it doesn't work as I thought. The program closes when you press "-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: LyX closes when searching and replacing within an equation.

2024-07-12 Thread Richard Kimberly Heck
On 7/12/24 3:08 PM, T Rex wrote: Greetings to all, I am trying to insert Latex from an equation generated by wxMaxima. When viewing there are "{" symbols that seem to be left over and although they are not in the final document, I don't like them being there. So I decided to use the find and

Re: Compilation warning

2024-07-12 Thread Richard Kimberly Heck
On 7/12/24 11:13 AM, Jean-Marc Lasgouttes wrote: Le 12/07/2024 à 17:02, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 16:18 +0200 schrieb Jean-Marc Lasgouttes: It is the fault of autoconf 2.72, actually. Try the patch below. Thanks, this works! Very good. It is in master now.

LyX closes when searching and replacing within an equation.

2024-07-12 Thread T Rex
Greetings to all, I am trying to insert Latex from an equation generated by wxMaxima. When viewing there are "{" symbols that seem to be left over and although they are not in the final document, I don't like them being there. So I decided to use the find and replace tool, but it does nothing on

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 17:02, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 16:18 +0200 schrieb Jean-Marc Lasgouttes: It is the fault of autoconf 2.72, actually. Try the patch below. Thanks, this works! Very good. It is in master now. Riki, this is candidate for branch. A workaround

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.07.2024 um 16:18 +0200 schrieb Jean-Marc Lasgouttes: > It is the fault of autoconf 2.72, actually. Try the patch below. Thanks, this works! -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 15:56, Jean-Marc Lasgouttes a écrit : Le 12/07/2024 à 15:47, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 15:28 +0200 schrieb Jean-Marc Lasgouttes: Do you see a mention of grep and egrep in the configure output? yes: checking for grep that handles long lines an

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 15:47, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 15:28 +0200 schrieb Jean-Marc Lasgouttes: Do you see a mention of grep and egrep in the configure output? yes: checking for grep that handles long lines and -e... /usr/bin/grep I get nothing like the above, b

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.07.2024 um 15:28 +0200 schrieb Jean-Marc Lasgouttes: > Do you see a mention of grep and egrep in the configure output? yes: > checking for grep that handles long lines and -e... /usr/bin/grep I get nothing like the above, but > checking for egrep... /usr/bin/grep -E checking

Re: Compilation warning

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 14:16, Jürgen Spitzmüller a écrit : Am Freitag, dem 12.07.2024 um 11:31 +0200 schrieb Pavel Sanda: Can you share the exact autogen/configure sequence and params so I can try to reproduce your workflow? ./autogen.sh ./configure --enable-build-type=rel The issue shows up in the

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.07.2024 um 11:31 +0200 schrieb Pavel Sanda: > Can you share the exact autogen/configure sequence and params so I > can try to reproduce your workflow? ./autogen.sh ./configure --enable-build-type=rel The issue shows up in the make install step. -- Jürgen -- lyx-devel mailing

Re: Compilation warning

2024-07-12 Thread Pavel Sanda
On Fri, Jul 12, 2024 at 09:35:23AM +0200, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 11.07.2024 um 17:53 +0200 schrieb Pavel Sanda: > > What does line EGREP in your config.log says? > > Here I see EGREP='/usr/bin/grep -E' > > Don't have this. I have in config.log > > configure:9394: checking

Re: LyX 2.4.0 and 2.4.1

2024-07-12 Thread Jean-Marc Lasgouttes
Le 12/07/2024 à 03:54, John O'Gorman a écrit : Hi I have recently installed 2.4.0 and then upgraded to 2.4.1 on 2 machines: an imac and an OpenSuSE tumbleweed. The Mac and Linux implementations differ. On the Mac the top left icon gives the About LyX output. On the Linux you instead go to t

Re: APA article: new on master, xmllint now gives errors

2024-07-12 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.07.2024 um 12:58 -0400 schrieb Scott Kostyshak: > templates/Articles/American_Psychological_Association_%28APA%29,_v._7 > .xhtml:211: parser error : xmlParseEntityRef: no name > r">1961; signature.asc Description: This is a digitally signed message part -- lyx-devel mailing

Re: Compilation warning

2024-07-12 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.07.2024 um 17:53 +0200 schrieb Pavel Sanda: > What does line EGREP in your config.log says? > Here I see EGREP='/usr/bin/grep -E' Don't have this. I have in config.log configure:9394: checking for egrep -e configure:9524: result: /usr/bin/grep -E and ac_cv_path_EGREP_TRADI

LyX 2.4.0 and 2.4.1

2024-07-12 Thread John O'Gorman
Hi I have recently installed 2.4.0 and then upgraded to 2.4.1 on 2 machines: an imac and an OpenSuSE tumbleweed. The Mac and Linux implementations differ. On the Mac the top left icon gives the About LyX output. On the Linux you instead go to the Help menu to get the About Lyx output. Is th