Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-25 Thread Pavel Sanda
On Wed, Mar 24, 2021 at 10:15:45PM +0100, Thibaut Cuvelier wrote:
> That's right. I've updated the manual to indicate it. Is this better?

Looks good to me, thanks. Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Thibaut Cuvelier
On Wed, 24 Mar 2021 at 18:36, Pavel Sanda  wrote:

> On Wed, Mar 24, 2021 at 04:38:01PM +0100, Thibaut Cuvelier wrote:
> > On Wed, 24 Mar 2021 at 16:19, Pavel Sanda  wrote:
> >
> > > On Tue, Mar 23, 2021 at 11:25:55PM +0100, Thibaut Cuvelier wrote:
> > > > I have pushed a new section in d0120078fd. I think the most important
> > > > points for the user are documented there. Comments welcome :)!
> > >
> > > Hmm, even after reading about the prefix options I have no clue in what
> > > conditions or context should I choose either of them...
> > >
> >
> > It's a matter either of taste or of buggy tools (like Pandoc right now,
> but
> > others make similar assumptions about the prefix).
>
> Aha, so the proper context which we could state in the manual basically
> is that buggy docbook postprocessing tools (like currently pandoc)
> might require you to select different prefix for mathml content, right?
>

That's right. I've updated the manual to indicate it. Is this better?
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Pavel Sanda
On Wed, Mar 24, 2021 at 04:38:01PM +0100, Thibaut Cuvelier wrote:
> On Wed, 24 Mar 2021 at 16:19, Pavel Sanda  wrote:
> 
> > On Tue, Mar 23, 2021 at 11:25:55PM +0100, Thibaut Cuvelier wrote:
> > > I have pushed a new section in d0120078fd. I think the most important
> > > points for the user are documented there. Comments welcome :)!
> >
> > Hmm, even after reading about the prefix options I have no clue in what
> > conditions or context should I choose either of them...
> >
> 
> It's a matter either of taste or of buggy tools (like Pandoc right now, but
> others make similar assumptions about the prefix).

Aha, so the proper context which we could state in the manual basically
is that buggy docbook postprocessing tools (like currently pandoc) 
might require you to select different prefix for mathml content, right?

Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Scott Kostyshak
On Tue, Mar 23, 2021 at 11:27:35PM +0100, Thibaut Cuvelier wrote:
> On Tue, 23 Mar 2021 at 22:08, Richard Kimberly Heck 
> wrote:
> 
> > On 3/23/21 4:13 PM, Thibaut Cuvelier wrote:
> >
> > On Tue, 23 Mar 2021 at 15:48, Richard Kimberly Heck 
> > wrote:
> >
> >> On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> >> > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> >> > Author: Thibaut Cuvelier 
> >> > Date:   Tue Mar 23 00:08:50 2021 +0100
> >> >
> >> > DocBook: add a parameter to change the namespace prefix for MathML.
> >>
> >> Any time the syntax of semantics of the LyX file itself changes, it's a
> >> format change, so: (1) Bump the document format; (2) Write a lyx2lyx
> >> routine to remove the new parameter; (3) Do what needs doing with
> >> tex2lyx. See lib/doc/Document.lyx, section 2.2.
> >>
> >
> > I had missed that, thanks for the notice. It should be corrected in the
> > new commit: 7a1e048f. There is nothing to add in tex2lyx, as its behaviour
> > should not change with this new parameter.
> >
> > The one last thing to do, then, is to update the tex2lyx tests. Otherwise,
> > Scott will very soon complain that they are all failing.
> >
> With CMake, according to the docs, it should just be running the
> updatetex2lyxtests target. However, it does not do a lot of things: in one
> hour, it only changed one file. Here is the patch:

I think that is the correct target. When I run that target, it takes 45
seconds and produced the diff that I committed at b2b68c3e. I went ahead
and committed the diff so that we can fix the tests while we work
through this issue.

Does it show which commands it is running in the terminal? If not,
perhaps you can look in the process manager? I attach my log for
comparison.

Scott
scott@tallinn:~/lyxbuilds/master/repo$ cd ../CMakeBuild/
scott@tallinn:~/lyxbuilds/master/CMakeBuild$ time make updatetex2lyxtests

/usr/bin/cmake -S/home/scott/lyxbuilds/master/repo 
-B/home/scott/lyxbuilds/master/CMakeBuild --check-build-system 
CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 updatetex2lyxtests
make[1]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
/usr/bin/cmake -S/home/scott/lyxbuilds/master/repo 
-B/home/scott/lyxbuilds/master/CMakeBuild --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/home/scott/lyxbuilds/master/CMakeBuild/CMakeFiles 54
make -f CMakeFiles/Makefile2 
src/tex2lyx/test/CMakeFiles/updatetex2lyxtests.dir/all
make[2]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/support/CMakeFiles/support.dir/build.make 
src/support/CMakeFiles/support.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo/src/support /home/scott/lyxbuilds/master/CMakeBuild 
/home/scott/lyxbuilds/master/CMakeBuild/src/support 
/home/scott/lyxbuilds/master/CMakeBuild/src/suppo
rt/CMakeFiles/support.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f src/support/CMakeFiles/support.dir/build.make 
src/support/CMakeFiles/support.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
make[3]: Nothing to be done for 'src/support/CMakeFiles/support.dir/build'.
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[  7%] Built target support
make -f CMakeFiles/lyx_version.dir/build.make CMakeFiles/lyx_version.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /home/scott/lyxbuilds/master/repo /home/scott/lyxbuilds/master/
repo /home/scott/lyxbuilds/master/CMakeBuild 
/home/scott/lyxbuilds/master/CMakeBuild 
/home/scott/lyxbuilds/master/CMakeBuild/CMakeFiles/lyx_version.dir/Depend
Info.cmake --color=
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
make -f CMakeFiles/lyx_version.dir/build.make CMakeFiles/lyx_version.dir/build
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
/usr/bin/cmake -DTOP_SRC_DIR=/home/scott/lyxbuilds/master/repo 
-DTOP_CMAKE_PATH=/home/scott/lyxbuilds/master/repo/development/cmake 
-DTOP_BINARY_DIR=/home/sco
tt/lyxbuilds/master/CMakeBuild -DLYX_DATE=2021-02-14 -P 
/home/scott/lyxbuilds/master/repo/development/cmake/scripts/LyXGetVersion.cmake
-- Git-hash = 616274458e
-- Created /home/scott/lyxbuilds/master/CMakeBuild/lyx_date.tmp
-- Created /home/scott/lyxbuilds/master/CMakeBuild/lyx_commit_hash.tmp
make[3]: Leaving directory '/home/scott/lyxbuilds/master/CMakeBuild'
[  7%] Built target lyx_version
make -f src/tex2lyx/CMakeFiles/tex2lyx.dir/build.make 
src/tex2lyx/CMakeFiles/tex2lyx.dir/depend
make[3]: Entering directory '/home/scott/lyxbuilds/master/CMakeBuild'
cd /home/scott/lyxbuilds/master/CMakeBuild && /usr/bin/cmake -E cmake_depends 
"Uni

Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Scott Kostyshak
On Wed, Mar 24, 2021 at 09:03:41AM +0100, Jürgen Spitzmüller wrote:
> Am Dienstag, dem 23.03.2021 um 23:32 -0400 schrieb Richard Kimberly
> Heck:
> > I think those tests are worth having. There have been real bugs, I
> > believe.
> 
> Yes, definitely.

Good to know!

Scott


signature.asc
Description: PGP signature
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Thibaut Cuvelier
On Wed, 24 Mar 2021 at 16:19, Pavel Sanda  wrote:

> On Tue, Mar 23, 2021 at 11:25:55PM +0100, Thibaut Cuvelier wrote:
> > I have pushed a new section in d0120078fd. I think the most important
> > points for the user are documented there. Comments welcome :)!
>
> Hmm, even after reading about the prefix options I have no clue in what
> conditions or context should I choose either of them...
>

It's a matter either of taste or of buggy tools (like Pandoc right now, but
others make similar assumptions about the prefix).
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Pavel Sanda
On Tue, Mar 23, 2021 at 11:25:55PM +0100, Thibaut Cuvelier wrote:
> I have pushed a new section in d0120078fd. I think the most important
> points for the user are documented there. Comments welcome :)!

Hmm, even after reading about the prefix options I have no clue in what
conditions or context should I choose either of them... 

Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-24 Thread Jürgen Spitzmüller
Am Dienstag, dem 23.03.2021 um 23:32 -0400 schrieb Richard Kimberly
Heck:
> I think those tests are worth having. There have been real bugs, I
> believe.

Yes, definitely.

Jürgen



signature.asc
Description: This is a digitally signed message part
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Richard Kimberly Heck

On 3/23/21 5:39 PM, Scott Kostyshak wrote:

On Tue, Mar 23, 2021 at 05:08:39PM -0400, Richard Kimberly Heck wrote:

On 3/23/21 4:13 PM, Thibaut Cuvelier wrote:

On Tue, 23 Mar 2021 at 15:48, Richard Kimberly Heck mailto:rikih...@lyx.org>> wrote:

 On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
 > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
 > Author: Thibaut Cuvelier mailto:tcuvel...@lyx.org>>
 > Date:   Tue Mar 23 00:08:50 2021 +0100
 >
 >     DocBook: add a parameter to change the namespace prefix for
 MathML.

 Any time the syntax of semantics of the LyX file itself changes,
 it's a
 format change, so: (1) Bump the document format; (2) Write a lyx2lyx
 routine to remove the new parameter; (3) Do what needs doing with
 tex2lyx. See lib/doc/Document.lyx, section 2.2.


I had missed that, thanks for the notice. It should be corrected in the
new commit: 7a1e048f. There is nothing to add in tex2lyx, as its
behaviour should not change with this new parameter.

The one last thing to do, then, is to update the tex2lyx tests. Otherwise,
Scott will very soon complain that they are all failing.

True :). I would be fine, by the way, if the tests were removed. Have
they caught any bugs? Or rather, are they likely to catch bugs in the
future?


I think those tests are worth having. There have been real bugs, I believe.

Riki


--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Thibaut Cuvelier
On Tue, 23 Mar 2021 at 22:08, Richard Kimberly Heck 
wrote:

> On 3/23/21 4:13 PM, Thibaut Cuvelier wrote:
>
> On Tue, 23 Mar 2021 at 15:48, Richard Kimberly Heck 
> wrote:
>
>> On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
>> > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
>> > Author: Thibaut Cuvelier 
>> > Date:   Tue Mar 23 00:08:50 2021 +0100
>> >
>> > DocBook: add a parameter to change the namespace prefix for MathML.
>>
>> Any time the syntax of semantics of the LyX file itself changes, it's a
>> format change, so: (1) Bump the document format; (2) Write a lyx2lyx
>> routine to remove the new parameter; (3) Do what needs doing with
>> tex2lyx. See lib/doc/Document.lyx, section 2.2.
>>
>
> I had missed that, thanks for the notice. It should be corrected in the
> new commit: 7a1e048f. There is nothing to add in tex2lyx, as its behaviour
> should not change with this new parameter.
>
> The one last thing to do, then, is to update the tex2lyx tests. Otherwise,
> Scott will very soon complain that they are all failing.
>
With CMake, according to the docs, it should just be running the
updatetex2lyxtests target. However, it does not do a lot of things: in one
hour, it only changed one file. Here is the patch:

Index: src/tex2lyx/test/test.lyx.lyx
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===
diff --git a/src/tex2lyx/test/test.lyx.lyx b/src/tex2lyx/test/test.lyx.lyx
--- a/src/tex2lyx/test/test.lyx.lyx (revision
d0120078fd1b36076ee77972de068cd459378e5a)
+++ b/src/tex2lyx/test/test.lyx.lyx (date 1616535391572)
@@ -1,5 +1,5 @@
 #LyX file created by tex2lyx 2.4
-\lyxformat 607
+\lyxformat 608
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -89,6 +89,7 @@
 \html_css_as_file 0
 \html_be_strict false
 \docbook_table_output 0
+\docbook_mathml_prefix 1
 \end_header

 \begin_body
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Thibaut Cuvelier
On Tue, 23 Mar 2021 at 21:49, Pavel Sanda  wrote:

> On Tue, Mar 23, 2021 at 09:37:07PM +0100, Thibaut Cuvelier wrote:
> > For now, I made a more explicit tool tip. In which part of the
> > documentation would you add this? I was thinking about adding a new
> section
> > in Additional, after the HTML section (before the LyX server).
>
> Yes, that's good location.
>

I have pushed a new section in d0120078fd. I think the most important
points for the user are documented there. Comments welcome :)!
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Scott Kostyshak
On Tue, Mar 23, 2021 at 05:08:39PM -0400, Richard Kimberly Heck wrote:
> On 3/23/21 4:13 PM, Thibaut Cuvelier wrote:
> > On Tue, 23 Mar 2021 at 15:48, Richard Kimberly Heck  > > wrote:
> > 
> > On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> > > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> > > Author: Thibaut Cuvelier  > >
> > > Date:   Tue Mar 23 00:08:50 2021 +0100
> > >
> > >     DocBook: add a parameter to change the namespace prefix for
> > MathML.
> > 
> > Any time the syntax of semantics of the LyX file itself changes,
> > it's a
> > format change, so: (1) Bump the document format; (2) Write a lyx2lyx
> > routine to remove the new parameter; (3) Do what needs doing with
> > tex2lyx. See lib/doc/Document.lyx, section 2.2.
> > 
> > 
> > I had missed that, thanks for the notice. It should be corrected in the
> > new commit: 7a1e048f. There is nothing to add in tex2lyx, as its
> > behaviour should not change with this new parameter.
> 
> The one last thing to do, then, is to update the tex2lyx tests. Otherwise,
> Scott will very soon complain that they are all failing.

True :). I would be fine, by the way, if the tests were removed. Have
they caught any bugs? Or rather, are they likely to catch bugs in the
future? The only strong preference I have is that if we keep them, we
try our best to update them. I believe updating them is on the check
list in Development.lyx so I guess the hard thing to remember is to
follow the check list.

Scott


signature.asc
Description: PGP signature
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Richard Kimberly Heck

On 3/23/21 4:13 PM, Thibaut Cuvelier wrote:
On Tue, 23 Mar 2021 at 15:48, Richard Kimberly Heck > wrote:


On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> Author: Thibaut Cuvelier mailto:tcuvel...@lyx.org>>
> Date:   Tue Mar 23 00:08:50 2021 +0100
>
>     DocBook: add a parameter to change the namespace prefix for
MathML.

Any time the syntax of semantics of the LyX file itself changes,
it's a
format change, so: (1) Bump the document format; (2) Write a lyx2lyx
routine to remove the new parameter; (3) Do what needs doing with
tex2lyx. See lib/doc/Document.lyx, section 2.2.


I had missed that, thanks for the notice. It should be corrected in 
the new commit: 7a1e048f. There is nothing to add in tex2lyx, as its 
behaviour should not change with this new parameter.


The one last thing to do, then, is to update the tex2lyx tests. 
Otherwise, Scott will very soon complain that they are all failing.


Riki



-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Pavel Sanda
On Tue, Mar 23, 2021 at 09:37:07PM +0100, Thibaut Cuvelier wrote:
> For now, I made a more explicit tool tip. In which part of the
> documentation would you add this? I was thinking about adding a new section
> in Additional, after the HTML section (before the LyX server).

Yes, that's good location.
Thanks, Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Thibaut Cuvelier
On Tue, 23 Mar 2021 at 17:15, Pavel Sanda  wrote:

> On Tue, Mar 23, 2021 at 10:48:22AM -0400, Richard Kimberly Heck wrote:
> > On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> > > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> > > Author: Thibaut Cuvelier 
> > > Date:   Tue Mar 23 00:08:50 2021 +0100
> > >
> > > DocBook: add a parameter to change the namespace prefix for MathML.
> >
> > Any time the syntax of semantics of the LyX file itself changes, it's a
> > format change, so: (1) Bump the document format; (2) Write a lyx2lyx
> > routine to remove the new parameter; (3) Do what needs doing with
> > tex2lyx. See lib/doc/Document.lyx, section 2.2.
>
> Additionaly could you please add some documentation for users?
>
> Someone just looking at the document preferences will probably have no idea
> what the prefix options mean or when they should be used...
>

For now, I made a more explicit tool tip. In which part of the
documentation would you add this? I was thinking about adding a new section
in Additional, after the HTML section (before the LyX server).
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Thibaut Cuvelier
On Tue, 23 Mar 2021 at 15:48, Richard Kimberly Heck 
wrote:

> On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> > Author: Thibaut Cuvelier 
> > Date:   Tue Mar 23 00:08:50 2021 +0100
> >
> > DocBook: add a parameter to change the namespace prefix for MathML.
>
> Any time the syntax of semantics of the LyX file itself changes, it's a
> format change, so: (1) Bump the document format; (2) Write a lyx2lyx
> routine to remove the new parameter; (3) Do what needs doing with
> tex2lyx. See lib/doc/Document.lyx, section 2.2.
>

I had missed that, thanks for the notice. It should be corrected in the new
commit: 7a1e048f. There is nothing to add in tex2lyx, as its behaviour
should not change with this new parameter.
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Pavel Sanda
On Tue, Mar 23, 2021 at 10:48:22AM -0400, Richard Kimberly Heck wrote:
> On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> > commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> > Author: Thibaut Cuvelier 
> > Date:   Tue Mar 23 00:08:50 2021 +0100
> >
> > DocBook: add a parameter to change the namespace prefix for MathML.
> 
> Any time the syntax of semantics of the LyX file itself changes, it's a
> format change, so: (1) Bump the document format; (2) Write a lyx2lyx
> routine to remove the new parameter; (3) Do what needs doing with
> tex2lyx. See lib/doc/Document.lyx, section 2.2.

Additionaly could you please add some documentation for users?

Someone just looking at the document preferences will probably have no idea
what the prefix options mean or when they should be used...


Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: [LyX/master] DocBook: add a parameter to change the namespace prefix for MathML.

2021-03-23 Thread Richard Kimberly Heck
On 3/22/21 7:33 PM, Thibaut Cuvelier wrote:
> commit 0f782b0ded08953dbcde48f22d51ba87133bc029
> Author: Thibaut Cuvelier 
> Date:   Tue Mar 23 00:08:50 2021 +0100
>
> DocBook: add a parameter to change the namespace prefix for MathML.

Any time the syntax of semantics of the LyX file itself changes, it's a
format change, so: (1) Bump the document format; (2) Write a lyx2lyx
routine to remove the new parameter; (3) Do what needs doing with
tex2lyx. See lib/doc/Document.lyx, section 2.2.

Riki


-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel