Re: tex2lyx tests failing on master

2021-01-05 Thread Richard Kimberly Heck
On 1/6/21 1:06 AM, Scott Kostyshak wrote: > I think it's because of the format update. Sorry, updated. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

fr User Guide fails to compile with Lua TeX fonts

2021-01-05 Thread Scott Kostyshak
On current master, to reproduce open the French User Guide and without using system fonts, compile with LuaTeX. It fails for me, although it passed a couple of days ago. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailm

tex2lyx tests failing on master

2021-01-05 Thread Scott Kostyshak
I think it's because of the format update. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: #11371: default equation reference format

2021-01-05 Thread Richard Kimberly Heck
On 1/5/21 6:29 PM, Thomas wrote: > Riki: > > Thank you for giving this matter some attention. > > Yes. (At least for me ...) Remembering a most recent case should be really > good. (My "most recent (and desired) outcome" has remained unchanged for > years. I am not certain if or how I would need

Re: [LyX/master] Arabic Beamer template

2021-01-05 Thread Kornel Benko
Am Tue, 5 Jan 2021 18:12:00 -0500 schrieb Scott Kostyshak : > On Tue, Jan 05, 2021 at 09:16:48PM +0100, Pavel Sanda wrote: > > On Mon, Jan 04, 2021 at 01:47:38PM -0500, Richard Kimberly Heck wrote: > > > On 1/4/21 4:19 AM, Pavel Sanda wrote: > > > > On Mon, Jan 04, 2021 at 01:23:34AM +0100, Ri

Re: [LyX/master] Arabic Beamer template

2021-01-05 Thread Scott Kostyshak
On Tue, Jan 05, 2021 at 09:16:48PM +0100, Pavel Sanda wrote: > On Mon, Jan 04, 2021 at 01:47:38PM -0500, Richard Kimberly Heck wrote: > > On 1/4/21 4:19 AM, Pavel Sanda wrote: > > > On Mon, Jan 04, 2021 at 01:23:34AM +0100, Richard Kimberly Heck wrote: > > >> commit 469d3270aee7b7b812f1e212af02f674

Re: #11371: default equation reference format

2021-01-05 Thread Richard Kimberly Heck
On 1/5/21 3:09 PM, Thomas wrote: Permit me to describe the situation. Hopefully, you can tell "what to do" or "what to set" (or you can prioritize an upgrade). I have a long document with many (more than 100) equations and many tables. To generate an internal cross-reference to an equation, ..

Re: [LyX/master] Arabic Beamer template

2021-01-05 Thread Pavel Sanda
On Mon, Jan 04, 2021 at 01:47:38PM -0500, Richard Kimberly Heck wrote: > On 1/4/21 4:19 AM, Pavel Sanda wrote: > > On Mon, Jan 04, 2021 at 01:23:34AM +0100, Richard Kimberly Heck wrote: > >> commit 469d3270aee7b7b812f1e212af02f6746c15f7a8 > >> Author: Richard Kimberly Heck > >> Date: Sun Jan 3 1

Re: Legacy graphics conversion problems

2021-01-05 Thread Jean-Marc Lasgouttes
Le 13/06/2019 à 17:41, José Abílio Matos a écrit : Last week while working with python2/python3 differences I found clues that the legacy graphics conversion has problems. Like I said in bugs #11457 and #11282: "This also means that the legacy conversion has some issues but I think that by now e

Re: Problem with standard regex

2021-01-05 Thread Kornel Benko
Am Mon, 4 Jan 2021 23:37:04 +0200 schrieb Yuriy Skalko : > > Thanks. I am not so sure that 'from_ascii()' is the better choice comparing > > to > > 'from_utf8()' though. > > Maybe it will be better, but I cannot remember seeing exceptions with > `what`-messages not in plain English. Feel free

Re: XML stream writer library

2021-01-05 Thread Joel Kulesza
On Tue, Jan 5, 2021 at 1:19 AM Pavel Sanda wrote: > On Mon, Jan 04, 2021 at 09:48:42PM +0100, Thibaut Cuvelier wrote: > > There are multiple issues here. What is needed to generate HTML and > DocBook > > is a simple SAX writer, not a parser. I've done plenty of research about > > it, there's no X

Re: XML stream writer library

2021-01-05 Thread Pavel Sanda
On Mon, Jan 04, 2021 at 09:48:42PM +0100, Thibaut Cuvelier wrote: > There are multiple issues here. What is needed to generate HTML and DocBook > is a simple SAX writer, not a parser. I've done plenty of research about > it, there's no XML library that does that. Most of them are using a DOM, > whi