Re: Warning inside many insets when double return

2013-06-07 Thread Scott Kostyshak
On Fri, Jun 7, 2013 at 11:45 AM, Richard Heck wrote: > On 06/06/2013 05:30 PM, Scott Kostyshak wrote: >> >> Inside float and note insets (and others I'm guessing), if I do a >> return when I'm not supposed to, I get the following: >> >> frontends/qt4/LayoutBox.cpp (564): Trying to select non exi

Re: trac 'easyfix' tag

2013-06-07 Thread Scott Kostyshak
On Fri, Jun 7, 2013 at 2:32 AM, Tommaso Cucinotta wrote: > On a related note, following LyX through time, I noticed that if something > is really easy to fix, or if anyone thinks so, then it mostly happens that > the person will provide a fix and drop it onto the list. On the other hand, > when it

Re: Why in HTML exports instead of ?

2013-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2013 16:26, Richard Heck a écrit : I don't believe so, but I am not sure. This is certainly something to investigate. Generally, I suspect we should target HTML5 now, though. Defnitely. XHTML has been dead for a long time now. JMarc

Re: Why in HTML exports instead of ?

2013-06-07 Thread Richard Heck
On 06/07/2013 04:51 AM, Jean-Marc Lasgouttes wrote: 06/06/2013 18:35, Richard Heck: Span is more or less allowed everywhere. Of course, span is by default inline. But you can get it to act like a div by setting display:block in CSS. Cheating, no doubt. So a span is designed to be included in t

Re: Warning inside many insets when double return

2013-06-07 Thread Richard Heck
On 06/06/2013 05:30 PM, Scott Kostyshak wrote: Inside float and note insets (and others I'm guessing), if I do a return when I'm not supposed to, I get the following: frontends/qt4/LayoutBox.cpp (564): Trying to select non existent layout type Standard I expected to get nothing, which is what

Re: Why in HTML exports instead of ?

2013-06-07 Thread Richard Heck
On 06/07/2013 08:34 AM, Jean-Marc Lasgouttes wrote: 06/06/2013 18:35, Richard Heck: Yes. No "p" inside "p". Most browsers will allow it, but when Firefox is in a strict XHTML mode, it simply refuses to load the document. And you have to be in that mode, in Firefox, at least, in order to use Math

Re: Why in HTML exports instead of ?

2013-06-07 Thread Jean-Marc Lasgouttes
06/06/2013 18:35, Richard Heck: Yes. No "p" inside "p". Most browsers will allow it, but when Firefox is in a strict XHTML mode, it simply refuses to load the document. And you have to be in that mode, in Firefox, at least, in order to use MathML. I suspect that the ePub converters would reject i

Re: [LyX GSoC/xhtml/bugs/8280] Render multicharacter delims properly to MathML and XHTML (Fix bug #8280)

2013-06-07 Thread Richard Heck
On 06/07/2013 12:33 AM, Josh Hieronymus wrote: The branch, xhtml/bugs/8280, has been updated. - Log - commit f7fdd4bf321de7f59ac44913bf34382f85e289b6 Author: Josh Hieronymus Date: Fri Jun 7 00:28:41 2013 -0400 Render multi

Re: Why in HTML exports instead of ?

2013-06-07 Thread Jean-Marc Lasgouttes
06/06/2013 18:35, Richard Heck: Span is more or less allowed everywhere. Of course, span is by default inline. But you can get it to act like a div by setting display:block in CSS. Cheating, no doubt. So a span is designed to be included in the flow of the text, like a footnote is... Why is th