Re: change xml info when exporting to LyXHTML

2022-07-11 Thread Steve Litt
Lorenzo Bertini said on Mon, 11 Jul 2022 10:29:16 +0200 >Il 11/07/22 08:02, Steve Litt ha scritto: >> Lorenzo Bertini said on Mon, 11 Jul 2022 04:00:56 +0200 >>> beware it will be put BEFORE any >>> layout generated CSS, so anything hardcoded by the layout will >>> override your custom rules; in t

Re: change xml info when exporting to LyXHTML

2022-07-11 Thread Lorenzo Bertini
Il 11/07/22 08:02, Steve Litt ha scritto: Lorenzo Bertini said on Mon, 11 Jul 2022 04:00:56 +0200 LyX has two (three?) ways of inserting custom stuff in the of a LyXHTML document, like for example CSS: 1. if you write your own layout file, or use the convenient "local layout" section in the

Re: change xml info when exporting to LyXHTML

2022-07-10 Thread Steve Litt
Lorenzo Bertini said on Mon, 11 Jul 2022 04:00:56 +0200 > >LyX has two (three?) ways of inserting custom stuff in the of a >LyXHTML document, like for example CSS: > >1. if you write your own layout file, or use the convenient "local >layout" section in the document settings (so you don't have

Re: change xml info when exporting to LyXHTML

2022-07-10 Thread Steve Litt
Lorenzo Bertini said on Mon, 11 Jul 2022 04:00:56 +0200 >If you think something LyX puts in the preamble is outdated or >hardcoding too much, feel free to report it on the bug tracker >https://www.lyx.org/trac/wiki/BugTrackerHome. I'm reporting everything >I find about LyXHTML but I always feel

Re: change xml info when exporting to LyXHTML

2022-07-10 Thread Lorenzo Bertini
Il 10/07/22 23:50, Steve Litt ha scritto: tush via lyx-users said on Sat, 09 Jul 2022 15:54:06 + I want to override the default information LyX provides to my document when I export it to xml with Export->LyXHTML At the moment the info inserted to tag is http://www.w3.org/Math/DTD/math

Re: change xml info when exporting to LyXHTML

2022-07-10 Thread Steve Litt
tush via lyx-users said on Sat, 09 Jul 2022 15:54:06 + >I want to override the default information LyX provides to my document >when I export it to xml with Export->LyXHTML > >At the moment the info inserted to tag is > > > >"http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd";> > >http://

change xml info when exporting to LyXHTML

2022-07-09 Thread tush via lyx-users
I want to override the default information LyX provides to my document when I export it to xml with Export->LyXHTML At the moment the info inserted to tag is http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd";> http://www.w3.org/1999/xhtml";> I am writing my own layout file in whi