Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 06:38:30PM +0200, Scott Kostyshak wrote: > On Tue, Jun 17, 2025 at 06:19:38PM +0200, Jürgen Spitzmüller wrote: > > Am Dienstag, dem 17.06.2025 um 15:00 +0200 schrieb Scott Kostyshak: > > > Can anyone else test and see if LyX (correctly) gives an error during > > > compilatio

Re: Can't compile math manual

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 06:50:59PM +0200, Scott Kostyshak wrote: > On Tue, Jun 17, 2025 at 06:48:01PM +0200, Jürgen Spitzmüller wrote: > > Am Dienstag, dem 17.06.2025 um 18:11 +0200 schrieb Scott Kostyshak: > > > > > Or rather > > > > > \AtBeginDocument{\shorthandoff{-}} > > > > > > > > I committe

Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Pavel Sanda
On Tue, Jun 17, 2025 at 06:38:30PM +0200, Scott Kostyshak wrote: > On Tue, Jun 17, 2025 at 06:19:38PM +0200, Jürgen Spitzmüller wrote: > > Am Dienstag, dem 17.06.2025 um 15:00 +0200 schrieb Scott Kostyshak: > > > Can anyone else test and see if LyX (correctly) gives an error during > > > compilatio

Re: Can't compile math manual

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 06:48:01PM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 17.06.2025 um 18:11 +0200 schrieb Scott Kostyshak: > > > > Or rather > > > > \AtBeginDocument{\shorthandoff{-}} > > > > > > I committed this one. Thanks, > > > > The ctests for Math.lyx are now failing. When I

Re: Can't compile math manual

2025-06-17 Thread Jürgen Spitzmüller
Am Dienstag, dem 17.06.2025 um 18:11 +0200 schrieb Scott Kostyshak: > > > Or rather > > > \AtBeginDocument{\shorthandoff{-}} > > > > I committed this one. Thanks, > > The ctests for Math.lyx are now failing. When I try manually, I get: > > ! Package babel Error: I can't switch '-' on or off--not

Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 06:19:38PM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 17.06.2025 um 15:00 +0200 schrieb Scott Kostyshak: > > Can anyone else test and see if LyX (correctly) gives an error during > > compilation? > > Fixed. The problem was that your label contained a dot, and our r

Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Jürgen Spitzmüller
Am Dienstag, dem 17.06.2025 um 15:00 +0200 schrieb Scott Kostyshak: > Can anyone else test and see if LyX (correctly) gives an error during > compilation? Fixed. The problem was that your label contained a dot, and our regex did not account for that. -- Jürgen signature.asc Description: This i

Re: Can't compile math manual

2025-06-17 Thread Scott Kostyshak
On Mon, Jun 16, 2025 at 11:04:13PM +0200, Pavel Sanda wrote: > On Mon, Jun 16, 2025 at 08:08:57PM +0200, Jürgen Spitzmüller wrote: > > Am Montag, dem 16.06.2025 um 16:55 +0200 schrieb Pavel Sanda: > > > I do not see anything cz-related in our preamble but exported .tex > > > source on my machine ad

Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 02:52:36PM +0200, Pavel Sanda wrote: > On Tue, Jun 17, 2025 at 10:50:59AM +0200, Scott Kostyshak wrote: > > On Tue, Jun 17, 2025 at 10:40:18AM +0200, Pavel Sanda wrote: > > > On Tue, Jun 17, 2025 at 09:56:47AM +0200, Scott Kostyshak wrote: > > > > I recently ran into an issu

Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Pavel Sanda
On Tue, Jun 17, 2025 at 10:50:59AM +0200, Scott Kostyshak wrote: > On Tue, Jun 17, 2025 at 10:40:18AM +0200, Pavel Sanda wrote: > > On Tue, Jun 17, 2025 at 09:56:47AM +0200, Scott Kostyshak wrote: > > > I recently ran into an issue [1] where one of my labels did not get > > > defined properly and s

Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Pavel Sanda
On Tue, Jun 17, 2025 at 09:56:47AM +0200, Scott Kostyshak wrote: > I recently ran into an issue [1] where one of my labels did not get > defined properly and so the reference did not work. But I didn't realize > it because LaTeX cannot easily give an error in this case, I think > because it doesn't

Re: Give an error if missing cross-reference in final compilation

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 10:40:18AM +0200, Pavel Sanda wrote: > On Tue, Jun 17, 2025 at 09:56:47AM +0200, Scott Kostyshak wrote: > > I recently ran into an issue [1] where one of my labels did not get > > defined properly and so the reference did not work. But I didn't realize > > it because LaTeX c

Give an error if missing cross-reference in final compilation

2025-06-17 Thread Scott Kostyshak
I recently ran into an issue [1] where one of my labels did not get defined properly and so the reference did not work. But I didn't realize it because LaTeX cannot easily give an error in this case, I think because it doesn't know if it's the last compilation. Would this be a nice feature for LyX