LyX 2.4.0 & Jupyter Notebooks

2024-04-09 Thread Bernt Lie via lyx-users
Is there a way to import Jupyter Notebooks into LyX 2.4.0 (when v. 2.4.0 is released)? I'm particularly interested in the possibility to... * link the notebooks into LyX so that I always get the latest version/computations in the notebook, i.e., preferably not a static import * inclusion of

Re: After-preamble with polyglossia

2024-04-09 Thread Folsk Pratima
On Tue, 09 Apr 2024 08:01:03 +0200 "Jürgen Spitzmüller" wrote: > Am Dienstag, dem 09.04.2024 um 00:17 +0300 schrieb Folsk Pratima: > > \addto\captions{% > >   \renewcommand{\figurename}{I LOVE LYX}% > > } > > > > does not work after \begin{document} and there is no way to put it > > after

Re: After-preamble with polyglossia

2024-04-09 Thread Jürgen Spitzmüller
Am Dienstag, dem 09.04.2024 um 00:17 +0300 schrieb Folsk Pratima: > \addto\captions{% >   \renewcommand{\figurename}{I LOVE LYX}% > } > > does not work after \begin{document} and there is no way to put it > after \usepackage{polyglossia}. I am enraged! \AtBeginDocument{ \addto\captions{%

After-preamble with polyglossia

2024-04-08 Thread Folsk Pratima
\addto\captions{% \renewcommand{\figurename}{I LOVE LYX}% } does not work after \begin{document} and there is no way to put it after \usepackage{polyglossia}. I am enraged! LyX 2.3.7 (2023-01-01) Should I compile whatever is the latest version to fix this? It feels so dumb to handcraft a file

Re: Adding Languages to LyX on Mac

2024-04-04 Thread Kornel Benko
Am Thu, 4 Apr 2024 09:06:34 +0300 schrieb Ami Stein : > Hi all, > > I recently downloaded LyX for documents in math classes in University. I > work with a mac, and the program is terrific so far in English. > > How do I download/add another language to LyX (on a Mac) in order to create >

Adding Languages to LyX on Mac

2024-04-04 Thread Ami Stein
Hi all, I recently downloaded LyX for documents in math classes in University. I work with a mac, and the program is terrific so far in English. How do I download/add another language to LyX (on a Mac) in order to create documents in a different language other than English? Thanks, Ami --

Re: Index is not displayed

2024-04-02 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.04.2024 um 14:54 +0200 schrieb Andreas Plihal via lyx-users: > I'm working on a book (KOMA-Script). Three years ago, a similar LYX > document worked without any problems. > But now the index is no longer displayed to me. >   > Based on advice from the community (Jürgen) at the

Index is not displayed

2024-04-02 Thread Andreas Plihal via lyx-users
Hi,   I'm working on a book (KOMA-Script). Three years ago, a similar LYX document worked without any problems. But now the index is no longer displayed to me.   Based on advice from the community (Jürgen) at the time, I chose texindy as the index generator.   So far I have entered the

Re: LyX 2.4.0 RC4

2024-04-01 Thread Rich Shepard
On Sun, 31 Mar 2024, Richard Kimberly Heck wrote: What we hope will be the final release candidate for 2.4.0 is now available here: http://ftp.lyx.org/pub/lyx/devel/lyx-2.4/ Please report bugs to lyx-de...@lists.lyx.org. Riki, Just upgraded from 2.3.7.1 to 2.4.0~RC4 on Slackware64-15.0 on

LyX 2.4.0 RC4

2024-03-31 Thread Richard Kimberly Heck
What we hope will be the final release candidate for 2.4.0 is now available here: http://ftp.lyx.org/pub/lyx/devel/lyx-2.4/ Please report bugs to lyx-de...@lists.lyx.org. Riki -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Rich Shepard
On Fri, 29 Mar 2024, Paul Rubin wrote: First, try "kpsewhich biblatex.sty" in a terminal to confirm that TeXLive knows where to find it. If the return is empty, there's a setup problem with TeXLive. Paul, Working off the mail list with Herbert I think I just found the problem, but not yet

Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Paul Rubin
On 3/29/24 10:21, Rich Shepard wrote: On Fri, 29 Mar 2024, Rich Shepard wrote: Found a couple and changed them. Will check this morning if that solves the problem. Invoked lyx-2.3.7.1 and opened a document with bibliography. When the document loaded a message box appeared telling me that

Re: Builing 2.4.0~RC4

2024-03-29 Thread Richard Kimberly Heck
On 3/29/24 10:25, Rich Shepard wrote: On Fri, 29 Mar 2024, Richard Kimberly Heck wrote: Which build script? Riki, - #!/bin/sh # Slackware build script for LyX # Written by Morten Juhl-Johansen Zölde-Fejér # Now maintained by R. S. Ananda Murthy (rsamu...@gmail.com) PRGNAM=lyx

Re: Builing 2.4.0~RC4

2024-03-29 Thread Rich Shepard
On Fri, 29 Mar 2024, Eckhard Höffner wrote: Did you change the Version? Am 29.03.24 um 3:25 PM schrieb Rich Shepard: PRGNAM=lyx VERSION=${VERSION:-2.3.7.1} # change as needed Eckhard, Not for the installed version. When I tried to build lyx-2.4 I tried several ways of presenting that RC4

Re: Builing 2.4.0~RC4

2024-03-29 Thread Eckhard Höffner
Did you change the Version? Am 29.03.24 um 3:25 PM schrieb Rich Shepard: PRGNAM=lyx VERSION=${VERSION:-2.3.7.1} # change as needed -- Eckhard Höffner Volkartstr. 64 80636 München 089 210 31 888 -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Builing 2.4.0~RC4

2024-03-29 Thread Rich Shepard
On Fri, 29 Mar 2024, Richard Kimberly Heck wrote: Which build script? Riki, - #!/bin/sh # Slackware build script for LyX # Written by Morten Juhl-Johansen Zölde-Fejér # Now maintained by R. S. Ananda Murthy (rsamu...@gmail.com) PRGNAM=lyx VERSION=${VERSION:-2.3.7.1} # change as needed

Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Rich Shepard
On Fri, 29 Mar 2024, Rich Shepard wrote: Found a couple and changed them. Will check this morning if that solves the problem. Invoked lyx-2.3.7.1 and opened a document with bibliography. When the document loaded a message box appeared telling me that lyx couldn't find biblatex.sty. However,

Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Rich Shepard
On Thu, 28 Mar 2024, Rich Shepard wrote: This is a new installation of the OS on the laptop. There is no TeXLive2023 anywhere. And the only reference to texlive is the TEXLIVEPATH in ~/.bash_profile. I've no idea where `echo $PATH' could find a texlive/2023/ directory since none exists. Paul,

Re: Builing 2.4.0~RC4

2024-03-28 Thread Richard Kimberly Heck
On 3/28/24 16:41, Rich Shepard wrote: I downloaded lyx-2.4.0~RC4.tar.xz. That name is not accepted when the build script wants to crate a /tmp/ directory. Changing the file name to match what the build script says it's looking for also fails because the console displaying progress shows the

Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard
On Thu, 28 Mar 2024, Paul Rubin wrote: Not sure this is the problem, but you have .../texlive/202*4*/... in the bash profile and .../texlive/202*3*/... in PATH. Paul, This is a new installation of the OS on the laptop. There is no TeXLive2023 anywhere. And the only reference to texlive is

Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard
On Thu, 28 Mar 2024, Tobias Hilbricht wrote: check if biber is found, at the command line like this: $ which biber  $ /home/tobias/.local/bin/biber If it is not installed, install, e. g. $ tlmgr install biber If it is installed but not found you have to place it in $PATH: $ echo $PATH shows

Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Tobias Hilbricht
Rich, check if biber is found, at the command line like this: $ which biber  $ /home/tobias/.local/bin/biber If it is not installed, install, e. g. $ tlmgr install biber If it is installed but not found you have to place it in $PATH: $ echo $PATH shows possible folders. Hope it helps Tobias

Builing 2.4.0~RC4

2024-03-28 Thread Rich Shepard
I downloaded lyx-2.4.0~RC4.tar.xz. That name is not accepted when the build script wants to crate a /tmp/ directory. Changing the file name to match what the build script says it's looking for also fails because the console displaying progress shows the version as above. Suggestions? Rich --

Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard
On Thu, 28 Mar 2024, Rich Shepard wrote: Screenshot now sent. Rich-- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard
I installed LyX-2.3.7.1 and JabRef-5.12 on my laptop running Slackware64-15.0. When I try to compile a document using pdflatex LyX tells me that the bibliography processor (biber) is not available (see attached.) How to I make biber available in 2.3.7.1? TIA, Rich -- lyx-users mailing list

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-28 Thread Stefano Simonucci
With LXQt desktop lyx is fully functional. Stefano On 27/03/24 17:20, Stefano Simonucci wrote: How do I learn about screen scaling. It's not in the monitor settings. xrandr doesn't seem to work with nvidia driver while it works with nouveau driver. Stefano -- lyx-users mailing list

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Stefano Simonucci
How do I learn about screen scaling. It's not in the monitor settings. xrandr doesn't seem to work with nvidia driver while it works with nouveau driver. Stefano On 27/03/24 15:05, Jean-Marc Lasgouttes wrote: Le 27/03/2024 à 14:32, Stefano Simonucci a écrit : Mate e gnome classic. And

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Jean-Marc Lasgouttes
Le 27/03/2024 à 14:32, Stefano Simonucci a écrit : Mate e gnome classic. And do you use some screen scaling (in particular fractional scaling like x1.25)? JMarc On 27/03/24 12:46, Jean-Marc Lasgouttes wrote: Le 27/03/2024 à 12:44, Stefano Simonucci a écrit : I have added \draw_strategy

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Stefano Simonucci
Mate e gnome classic. On 27/03/24 12:46, Jean-Marc Lasgouttes wrote: Le 27/03/2024 à 12:44, Stefano Simonucci a écrit : I have added \draw_strategy backingstore but the result is the same. I use X11 because wayland is not compatible with nvidia drivers. In what environment? Gnome, KDE,

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Jean-Marc Lasgouttes
Le 27/03/2024 à 12:44, Stefano Simonucci a écrit : I have added \draw_strategy backingstore but the result is the same. I use X11 because wayland is not compatible with nvidia drivers. In what environment? Gnome, KDE, other? JMarc -- lyx-users mailing list lyx-users@lists.lyx.org

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Stefano Simonucci
I have added \draw_strategy backingstore but the result is the same. I use X11 because wayland is not compatible with nvidia drivers. Stefano On 27/03/24 12:23, Jean-Marc Lasgouttes wrote: Le 27/03/2024 à 12:15, Stefano Simonucci a écrit : I add more information. The bad behavior occurs when

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Jean-Marc Lasgouttes
Le 27/03/2024 à 12:15, Stefano Simonucci a écrit : I add more information. The bad behavior occurs when I use a 6.6 kernel with nvidia video driver. If I use a previous kernel 6.1 with nouveau video driver I have no problems. What happens if you add \draw_strategy backingstore to your

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Jean-Marc Lasgouttes
Le 27/03/2024 à 12:05, Stefano Simonucci a écrit : Lyx screenshot On 27/03/24 11:18, Jean-Marc Lasgouttes wrote: Le 27/03/2024 à 10:56, Stefano Simonucci a écrit : After the last upgrade from lyx 2.3 to lyx 2.4 I started to observe display problems in the menu and in the main window. Some

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Stefano Simonucci
I add more information. The bad behavior occurs when I use a 6.6 kernel with nvidia video driver. If I use a previous kernel 6.1 with nouveau video driver I have no problems. Stefano On 27/03/24 12:05, Stefano Simonucci wrote: What version of 2.4 is this? Could you send a screenshot of what

Re: Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Jean-Marc Lasgouttes
Le 27/03/2024 à 10:56, Stefano Simonucci a écrit : After the last upgrade from lyx 2.3 to lyx 2.4 I started to observe display problems in the menu and in the main window. Some time ago I thought I had seen problems of this type online (I don't remember if it was a Qt problem), but with

Problems in the lyx 2.4 menu (Debian testing)

2024-03-27 Thread Stefano Simonucci
After the last upgrade from lyx 2.3 to lyx 2.4 I started to observe display problems in the menu and in the main window. Some time ago I thought I had seen problems of this type online (I don't remember if it was a Qt problem), but with Google I wasn't able to see anything that suited my

Re: Scheduled maintenance of LyX servers (Mar 21, 2024) [done]

2024-03-24 Thread Eberhard W Lisse
Thanks, tested it just now and doesn't make much difference. el On 2024-03-24 00:25, Pavel Sanda wrote: [...] > Yes, also looking at your domain, you might get way better speed > from our .za mirror. [...] -- lyx-users mailing list lyx-users@lists.lyx.org

Re: Scheduled maintenance of LyX servers (Mar 21, 2024) [done]

2024-03-23 Thread Pavel Sanda
On Sat, Mar 23, 2024 at 02:09:47PM -0400, Richard Kimberly Heck wrote: > On 3/22/24 17:44, Eberhard W Lisse wrote: > >On 22/03/2024 04:46, Richard Kimberly Heck wrote: > >>On 3/21/24 19:46, Scott Kostyshak wrote: > >[...] > >>>Thanks a lot to both of you! I don't imagine that was fun, but it >

Re: Scheduled maintenance of LyX servers (Mar 21, 2024) [done]

2024-03-23 Thread Richard Kimberly Heck
On 3/22/24 17:44, Eberhard W Lisse wrote: On 22/03/2024 04:46, Richard Kimberly Heck wrote: On 3/21/24 19:46, Scott Kostyshak wrote: [...] Thanks a lot to both of you! I don't imagine that was fun, but it certainly was very important. Seconded. Thirded :-)-O Did you move the ftp server

Re: Scheduled maintenance of LyX servers (Mar 21, 2024) [done]

2024-03-21 Thread Richard Kimberly Heck
On 3/21/24 19:46, Scott Kostyshak wrote: On Thu, Mar 21, 2024 at 11:42:13PM +0100, Pavel Sanda wrote: On Wed, Mar 20, 2024 at 10:23:40AM +0100, Pavel Sanda wrote: we plan to do the major transition of our web infrastructure soon. We are done with the transition. Basic summary: - ftp server

Re: Scheduled maintenance of LyX servers (Mar 21, 2024) [done]

2024-03-21 Thread Scott Kostyshak
On Thu, Mar 21, 2024 at 11:42:13PM +0100, Pavel Sanda wrote: > On Wed, Mar 20, 2024 at 10:23:40AM +0100, Pavel Sanda wrote: > > we plan to do the major transition of our web infrastructure soon. > > We are done with the transition. > > Basic summary: > > - ftp server for wiki (not the

Re: Scheduled maintenance of LyX servers (Mar 21, 2024) [done]

2024-03-21 Thread Pavel Sanda
On Wed, Mar 20, 2024 at 10:23:40AM +0100, Pavel Sanda wrote: > we plan to do the major transition of our web infrastructure soon. We are done with the transition. Basic summary: - ftp server for wiki (not the ftp.lyx.org) is deceased. For uploading material use wiki-uploads.git, all

Re: Scheduled maintenance of LyX servers (Mar 21, 2024)

2024-03-21 Thread Richard Kimberly Heck
On 3/21/24 05:25, Jean-Marc Lasgouttes wrote: Le 20/03/2024 à 10:23, Pavel Sanda a écrit : Dear LyXers, we plan to do the major transition of our web infrastructure soon. Web and wiki were already moved to read-only mode, bug tracker (trac) will be probably inaccesible altogether, probably

Re: Scheduled maintenance of LyX servers (Mar 21, 2024)

2024-03-21 Thread Jean-Marc Lasgouttes
Le 20/03/2024 à 10:23, Pavel Sanda a écrit : Dear LyXers, we plan to do the major transition of our web infrastructure soon. Web and wiki were already moved to read-only mode, bug tracker (trac) will be probably inaccesible altogether, probably from Thu morning (all times in CET). The main

Re: Unable to use Trac + bug report

2024-03-20 Thread Pavel Sanda
On Fri, Mar 15, 2024 at 10:59:02AM -0300, Carlos Pita wrote: > because the current one is really slow, particularly when browsing the > git repository. If you need faster git browsing, there is an alternative here: https://git.lyx.org Pavel -- lyx-users mailing list lyx-users@lists.lyx.org

Re: Upgrade fails: to 2.3.7

2024-03-20 Thread Pavel Sanda
On Mon, Mar 18, 2024 at 08:40:23AM -0700, Rich Shepard wrote: > Trying to upgrade from 2.3.6.1 to 2.3.7 fails here: > - > make[5]: Entering directory '/tmp/SBo/lyx-2.3.7/src/support' > CXX FileMonitor.o > In file included from FileMonitor.cpp:262:0: > moc_FileMonitor.cpp:13:2: error:

Scheduled maintenance of LyX servers (Mar 21, 2024)

2024-03-20 Thread Pavel Sanda
Dear LyXers, we plan to do the major transition of our web infrastructure soon. Web and wiki were already moved to read-only mode, bug tracker (trac) will be probably inaccesible altogether, probably from Thu morning (all times in CET). The main switch is planned on Thu evening hours. The

Upgrade fails: to 2.3.7

2024-03-18 Thread Rich Shepard
Trying to upgrade from 2.3.6.1 to 2.3.7 fails here: - make[5]: Entering directory '/tmp/SBo/lyx-2.3.7/src/support' CXX FileMonitor.o In file included from FileMonitor.cpp:262:0: moc_FileMonitor.cpp:13:2: error: #error "This file was generated using the moc from 4.8.7. It" #error

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-17 Thread Rich Shepard
On Sat, 16 Mar 2024, Paul Rubin wrote: I'd never heard of ptex before. Uncle Google says it's used to publish in Japanese. I take it that's what you are trying to do? Paul, No, I write in English. For some reason the fresh installation of TeXLive2024 and attempted update of fmtutil failed.

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Paul Rubin
On 3/16/24 15:38, Rich Shepard wrote: On Sat, 16 Mar 2024, Paul Rubin wrote: In order to try to compile the doc, LyX has to write a .tex file someplace, and that someplace has to be the "tempbuf" directory. As long as you don't close LyX (and barring a rift in the space-time continuum), that

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Eberhard W Lisse
Thank you so much for telling me what it SHOULD do. It didn't in the Mac case (two different laptops). el On 2024-03-16 20:40, Rich Shepard wrote: > On Sat, 16 Mar 2024, Eberhard W Lisse wrote: [...] > A fresh installation of TeXLive2024 yesterday should have installed all > necessary files. >

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Rich Shepard
On Sat, 16 Mar 2024, Eberhard W Lisse wrote: I needed to (re-)install footmisc with the tlmgr. El, A fresh installation of TeXLive2024 yesterday should have installed all necessary files. But Lyx has an option of looking at the logfiles. And you did not mention what OS you use, on the Mac

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Rich Shepard
On Sat, 16 Mar 2024, Paul Rubin wrote: In order to try to compile the doc, LyX has to write a .tex file someplace, and that someplace has to be the "tempbuf" directory. As long as you don't close LyX (and barring a rift in the space-time continuum), that buffer directory and its contents should

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Paul Rubin
On 3/16/24 13:33, Rich Shepard wrote: On Sat, 16 Mar 2024, Paul Rubin wrote: I trust you are leaving LyX open while you look for the temp directory. If you go to Tools > Preferences... > Paths, what do you have filled in for "Temporary directory:"? Paul, /tmp, and that's where I've found

MacTeX/BasicTeX (off of TexLive 2024) on Mac Sonoma 14.4 Silicon

2024-03-16 Thread Eberhard W Lisse
I upgraded through Homebrew using the basictex cask and had not problems. For some or other reason I have never really figured out how to pass the $SELFAUTOPARENT variable to the environment, but a perl script modifying TEXMFLOCAL = $SELFAUTOPARENT/texlive/texmf-local to

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Rich Shepard
On Sat, 16 Mar 2024, Paul Rubin wrote: I trust you are leaving LyX open while you look for the temp directory. If you go to Tools > Preferences... > Paths, what do you have filled in for "Temporary directory:"? Paul, /tmp, and that's where I've found LyX_tempbuf* before. Thanks, Rich --

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Eberhard W Lisse
I needed to (re-)install footmisc with the tlmgr. But Lyx has an option of looking at the logfiles. And you did not mention what OS you use, on the Mac the latest version is automatically symlinked. el On 2024-03-15 22:54, Rich Shepard wrote: > I upgraded TeXLive from 2023 to 2024 and tried

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Paul Rubin
On 3/16/24 11:39, Rich Shepard wrote: On Sat, 16 Mar 2024, Rich Shepard wrote: The first place I looked was /tmp/lyx_* but both subdirectories were empty. Just invoked Lyx-2.3.6.1 and tried compiling mwe.lyx using pdflatex. Same message box displayed; image attached. There is no lyx

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Rich Shepard
On Sat, 16 Mar 2024, Rich Shepard wrote: The first place I looked was /tmp/lyx_* but both subdirectories were empty. Just invoked Lyx-2.3.6.1 and tried compiling mwe.lyx using pdflatex. Same message box displayed; image attached. There is no lyx directory in /tmp. All new issues for me.

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Rich Shepard
On Fri, 15 Mar 2024, Paul Rubin wrote: The log file will be in the temp directory created by LyX for the document. Most likely you'll start spelunking in /tmp, but if you set up the temp directory to be somewhere else you can find out where in Tools > Preferences Paths > Temporary directory.

Re: Upgraded TeXLive; pdflatex throws an error

2024-03-15 Thread Paul Rubin
On 3/15/24 17:54, Rich Shepard wrote: I upgraded TeXLive from 2023 to 2024 and tried compiling the MWE for the math issues still unresolve. A message box displayed: The external program pdflatex finished with an error. It is recommended you fix the cause of the external program's error

Re: Inline math: one ERT compiles, the other doesn't

2024-03-15 Thread Paul Rubin
On 3/15/24 16:14, Rich Shepard wrote: On Fri, 15 Mar 2024, Rich Shepard wrote: Apparently so. Careful re-entering the ERT allowed the doc to compile. I was wrong. I cannot get an simple equation to compile via the menus or ERT. I copied the real doc.lyx to mwe.lyx and deleted everything

Upgraded TeXLive; pdflatex throws an error

2024-03-15 Thread Rich Shepard
I upgraded TeXLive from 2023 to 2024 and tried compiling the MWE for the math issues still unresolve. A message box displayed: The external program pdflatex finished with an error. It is recommended you fix the cause of the external program's error (check the logs). 1. Where do I find the

Re: ERT: entering down arrow [RESOLVED]

2024-03-15 Thread Rich Shepard
On Fri, 15 Mar 2024, Ricardo Berlasso wrote: The \downarrow command do not have a dedicated keyboard shortcut (you can create your own under Tools → Preferences). You can insert this command either by using the "arrows" menu or simply by typing \downarrow and then pressing TAB or Space. If you

Re: Inline math: one ERT compiles, the other doesn't

2024-03-15 Thread José Matos
On Fri, 2024-03-15 at 13:14 -0700, Rich Shepard wrote: > I was wrong. I cannot get an simple equation to compile via the menus > or > ERT. > > I copied the real doc.lyx to mwe.lyx and deleted everything above and > below > the paragraph with the equation. That non-printable character shows > up

Re: Inline math: one ERT compiles, the other doesn't

2024-03-15 Thread Rich Shepard
On Fri, 15 Mar 2024, Rich Shepard wrote: Apparently so. Careful re-entering the ERT allowed the doc to compile. I was wrong. I cannot get an simple equation to compile via the menus or ERT. I copied the real doc.lyx to mwe.lyx and deleted everything above and below the paragraph with the

ERT: entering down arrow

2024-03-15 Thread Rich Shepard
In the Math manual, subsection fractions, the table of commands and results shows down arrows on a yellow background. How do I enter the down arrow; ctrl-down arrow does nothing. Rich -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Inline math: one ERT compiles, the other doesn't (fwd)

2024-03-15 Thread Rich Shepard
On Fri, 15 Mar 2024, Rich Shepard wrote: I'll see with the display version if it's my fingers mis-typing a backslash that creates the unprintable character. Apparently so. Careful re-entering the ERT allowed the doc to compile. Thanks again, Rich -- lyx-users mailing list

Re: Inline math: one ERT compiles, the other doesn't (fwd)

2024-03-15 Thread Rich Shepard
On Fri, 15 Mar 2024, Paul Rubin wrote: There's nothing inherent in the content causing this. I opened your mwe.lyx file in LyX and, after confirming the error, deleted the second ERT box and trailing comma, confirmed what was left compiled without error, then typed the ERT box and content

Re: Inline math: one ERT compiles, the other doesn't (fwd)

2024-03-15 Thread Paul Rubin
On 3/15/24 10:59, Rich Shepard wrote: On Fri, 15 Mar 2024, Rich Shepard wrote: What's the difference causing this discrepancy? How do I write the second line so it builds without complaint? Looking at the mwe.lyx file in emacs I see that control character on line 137. It's not at line 118

Re: Unable to use Trac + bug report

2024-03-15 Thread Jean-Marc Lasgouttes
Le 15/03/2024 à 14:59, Carlos Pita a écrit : The looks are ok, I'm an old timer that has used Trac many times in the past, it's a fine tool. Glad to hear you got a new server though, because the current one is really slow, particularly when browsing the git repository. That said, today it's

Re: Inline math: one ERT compiles, the other doesn't (fwd)

2024-03-15 Thread Rich Shepard
On Fri, 15 Mar 2024, Rich Shepard wrote: What's the difference causing this discrepancy? How do I write the second line so it builds without complaint? Looking at the mwe.lyx file in emacs I see that control character on line 137. It's not at line 118 which is the same position for the first

Inline math: one ERT compiles, the other doesn't (fwd)

2024-03-15 Thread Rich Shepard
I've read the math section in the User Guide and am working my way through the separate math manual. Attached is a MWE. The first line (if the only one in the document) compiles using pdflatex. The second line causes a build error because a code point (0xfffc) is detected. The font encoding is

Re: Low quality instant preview of math

2024-03-15 Thread Carlos Pita
Both issues reported here: https://www.lyx.org/trac/ticket/13045 Thanks! -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Unable to use Trac + bug report

2024-03-15 Thread Carlos Pita
> Our bug tracker is in end-of-life support (old OS, old tracker) and we > had to disable account creation to avoid spam. > > The good news is that we should have a brand new version on a brand new > server (same basic appearance, though) next week. The looks are ok, I'm an old timer that has

Re: Unable to use Trac + bug report

2024-03-15 Thread Jean-Marc Lasgouttes
Le 12/03/2024 à 23:27, Carlos Pita a écrit : Hi, I tried to report a bug after 5 years of having used your bug tracker for the last time and I found that: - I cannot login with my old saved password (that's probably on me) - From the reset password form, I don't get any reset password email

Re: Unable to use Trac + bug report

2024-03-15 Thread Steve Litt
Carlos Pita said on Tue, 12 Mar 2024 19:27:40 -0300 >Hi, > >I tried to report a bug after 5 years of having used your bug tracker >for the last time and I found that: Bug trackers are where bug reports go to die. On a lot of projects I tried using their bug tracker, and the bug never got

Re: Entering a string of variables [UPDATED]

2024-03-14 Thread Rich Shepard
On Thu, 14 Mar 2024, Rich Shepard wrote: How should I enter such strings to not get this error? I'm reading the math manual and will re-enter this string using command mode (the former ERT, yes?). Not since 2005 have I entered complex equations. What size brackets should I specify for the

Entering a string of variables

2024-03-14 Thread Rich Shepard
In a document I entered a string of variables using inline math mode: x_1, x_2, ..., x_n (the numbers are subscripts) When compiled with pdflatex an error is displayed that there's a unicode non-printable character (U+FFFC) at the end of the string. How should I enter such strings to not get

Re: Source of another error [FIXED]

2024-03-14 Thread Rich Shepard
On Thu, 14 Mar 2024, Rich Shepard wrote: Looking at the small window of View -> Code Preview Pane -> Complete Source and scrolling I didn't see any control character. Looking at the .lyx file in emacs and searching for the string highlighted by the error message also did not present a visible

Re: Source of another error

2024-03-14 Thread Rich Shepard
On Thu, 14 Mar 2024, Jürgen Spitzmüller wrote: When you open View > Source, you might locate where this control character is, and remove it. Jürgen, Looking at the small window of View -> Code Preview Pane -> Complete Source and scrolling I didn't see any control character. Looking at the

Re: Source of another error

2024-03-13 Thread Jürgen Spitzmüller
Am Mittwoch, dem 13.03.2024 um 15:09 -0700 schrieb Rich Shepard: > Here's the text from the .lyx file: > > Because all environmental (and ecological) studies work with > comparatively > small samples from populations of almost infinite numbers of possible > samples we need models based on

Source of another error

2024-03-13 Thread Rich Shepard
Looking at the LyX doc and the resulting .pdf I don't see the error: - chapter 2. ! LaTeX Error: Unicode character ^^Q (U+0011) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.222 ...els based on

Re: Finding and removing old font commands [RESOLVED]

2024-03-13 Thread Rich Shepard
On Wed, 13 Mar 2024, Jürgen Spitzmüller wrote: Probably in the bibtex style file (*.bst). Look in the bibtex inset to see what style you are using. Jürgen, Thank you, that was the problem. When I updated the settings to current scrreport settings I missed the citation style format. It

Re: Finding and removing old font commands

2024-03-13 Thread Jürgen Spitzmüller
Am Mittwoch, dem 13.03.2024 um 11:49 -0700 schrieb Rich Shepard: > Updating documents from several years ago (the current one was > originally > written in 2018) pdflatex tells me I have old font commands such as > \sc and > \bf in the bibliography. I don't find them when looking in >

Finding and removing old font commands

2024-03-13 Thread Rich Shepard
Updating documents from several years ago (the current one was originally written in 2018) pdflatex tells me I have old font commands such as \sc and \bf in the bibliography. I don't find them when looking in jabrefbib.bib; for example a 1982 book and a 1940 article. I need a clue stick on where

Low quality instant preview of math

2024-03-12 Thread Carlos Pita
Hi, The quality of the rendered instant previews for math is low compared to the actual output (see attachment). It's too thin and a bit blurry. I guess a bitmap for a lower resolution device is being rendered instead of svg, but I don't know how to check that. This is in macOS Sonoma with 2.4.0

Unable to use Trac + bug report

2024-03-12 Thread Carlos Pita
Hi, I tried to report a bug after 5 years of having used your bug tracker for the last time and I found that: - I cannot login with my old saved password (that's probably on me) - From the reset password form, I don't get any reset password email (I've tried many times and there is no email in

Re: Table in table

2024-03-10 Thread Scott Kostyshak
On Sun, Mar 10, 2024 at 05:05:40PM +0100, Jürgen Spitzmüller wrote: > Am Sonntag, dem 10.03.2024 um 11:29 -0400 schrieb Scott Kostyshak: > > By the way, how does this work with RTL languages? Is the cursor > > connected to the inset when it is on the right of the inset? > > Haven't inspected the

Re: Table in table

2024-03-10 Thread Jürgen Spitzmüller
Am Sonntag, dem 10.03.2024 um 11:29 -0400 schrieb Scott Kostyshak: > By the way, how does this work with RTL languages? Is the cursor > connected to the inset when it is on the right of the inset? Haven't inspected the code, but after a quick testing I'd say yes. -- Jürgen signature.asc

Re: Table in table

2024-03-10 Thread Scott Kostyshak
On Sun, Mar 10, 2024 at 04:17:52PM +0100, Jürgen Spitzmüller wrote: > Am Sonntag, dem 10.03.2024 um 15:15 +0100 schrieb Paolo M: > > Yes, It works if the cursor is on the right of the math inset. That > > is strange! > > Not so strange. When the cursor is before the inset, the inset is "at >

Re: Table in table

2024-03-10 Thread Jürgen Spitzmüller
Am Sonntag, dem 10.03.2024 um 15:15 +0100 schrieb Paolo M: > Yes, It works if the cursor is on the right of the math inset. That > is strange! Not so strange. When the cursor is before the inset, the inset is "at point" of (i.e., connected to) the cursor. So in the 2.3 case, with this cursor

Re: Table in table

2024-03-10 Thread Paolo M
Yes, It works if the cursor is on the right of the math inset. That is strange! Happy that it's been fixed in 2.4 Paolo M Pumilia, t. +39 347 231 54 96 Il dom 10 mar 2024, 15:04 Jürgen Spitzmüller ha scritto: > Am Sonntag, dem 10.03.2024 um 14:52 +0100 schrieb Paolo M: > > - Open mu

Re: Table in table

2024-03-10 Thread Jürgen Spitzmüller
Am Sonntag, dem 10.03.2024 um 14:52 +0100 schrieb Paolo M: > - Open mu tables-test.lyx doc > - Enter the cursor in the table cell containing the math expression > a+b, but keep it outside the math inset > - Open the context menu (right mouse or touchpad button) > - Go to settings > - Apply your

Re: Table in table

2024-03-10 Thread Paolo M
- Open mu tables-test.lyx doc - Enter the cursor in the table cell containing the math expression a+b, but keep it outside the math inset - Open the context menu (right mouse or touchpad button) - Go to settings - Apply your changes ( i have set default additional space to 'top of row') - You Will

Re: Table in table

2024-03-10 Thread Jürgen Spitzmüller
Am Sonntag, dem 10.03.2024 um 14:27 +0100 schrieb Paolo M: > Cursor was not in the math inset, but in the same cell. Table > properties could not be changed. What do you mean by the latter? Is the menu entry greyed out? Is it not there? Or something else? Please describe _precisely_ (step by

Re: Table in table

2024-03-10 Thread Paolo M
Cursor was not in the math inset, but in the same cell. Table properties could not be changed. Paolo M Pumilia, t. +39 347 231 54 96 Il dom 10 mar 2024, 08:29 Jürgen Spitzmüller ha scritto: > Am Samstag, dem 09.03.2024 um 21:57 +0100 schrieb Paolo M: > > I have put the cursor inside the cell

Re: Table in table

2024-03-09 Thread Jürgen Spitzmüller
Am Samstag, dem 09.03.2024 um 21:57 +0100 schrieb Paolo M: > I have put the cursor inside the cell containing the math expression. > I have noticed that putting the cursor in cells not containing the > math expression, editing table properties is allowed. > Is that a feature? There are two

Re: Table in table

2024-03-09 Thread Paolo M
I have put the cursor inside the cell containing the math expression. I have noticed that putting the cursor in cells not containing the math expression, editing table properties is allowed. Is that a feature? Il giorno sab 9 mar 2024 alle ore 21:51 Jean-Marc Lasgouttes < lasgout...@lyx.org> ha

Re: Table in table

2024-03-09 Thread Jean-Marc Lasgouttes
Le 09/03/2024 à 14:24, Paolo M a écrit : I cannot change table properties (borders and additional space) if the table, contained in another table, contains a math expression (a+b, in this case). Here included my example lyx doc Hi, where do you put the cursor and what action do you perform?

<    1   2   3   4   5   6   7   8   9   10   >