Re: License

2025-05-18 Thread Pavel Sanda
On Sun, May 18, 2025 at 04:25:36PM +0300, fcana...@gmail.com wrote: > I hereby grant permission to license my contributions to LyX under the GNU > General Public License, version 2 or later. > > Fatihcan Atay Thanks, it's in. Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org https://list

License

2025-05-18 Thread fcanatay
I hereby grant permission to license my contributions to LyX under the GNU General Public License, version 2 or later. Fatihcan Atay -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: owards #13132 - Extend the default length of pdftex log lines

2025-05-18 Thread Enrico Forestieri
On Sun, May 18, 2025 at 03:09:24AM +0200, Pavel Sanda wrote: On Sun, May 18, 2025 at 02:06:49AM +0200, Enrico Forestieri wrote: On Sun, May 18, 2025 at 01:08:24AM +0200, Pavel Sanda wrote: > > Can someone on windows confirm the attached patch works? > (Mac would be also nice but I am reasonably

Re: owards #13132 - Extend the default length of pdftex log lines

2025-05-18 Thread Pavel Sanda
On Sun, May 18, 2025 at 12:44:53PM +0200, Enrico Forestieri wrote: > So, I removed max_print_line from configuration files and got broken lines > in the log. Then, I applied the patch with the "999" value and ... nothing > changed, i.e. still broken lines. > > Apparently, MiKTeX doesn't pay attent

Re: label whitespaces no more

2025-05-18 Thread Igor
Thank you, Daniel: indeed even a simple \newref{sss}{} in the LaTeX preamble for my .lyx document solves the problem by replacing the automatically LyX-generated definition: \AtBeginDocument{\providecommand\sssref[1]{\ref{sss:#1}}} On Sun, May 18, 2025 at 3:01 AM Daniel Els wrote: > > Igor > > P