Thibaut Cuvelier
739735ab73
DocBook: output inline equations in their own paragraph if they are the only inset of the paragraph.
...
It's invalid to have an <inlineequation> outside a paragraph. Another solution would have been to change InsetMathHull::docbook to generate an <informalequation>, but that function would have required more knowledge about its context than now.
Need more tests to determine if <inlineequation> should only be output for hullSimple or in more cases like:
const static std::set<HullType> inlineHulls = {
hullUnknown,
hullNone,
hullSimple,
hullEquation,
hullMultline,
hullGather,
hullRegexp
};
2020-10-18 08:23:36 +02:00
..
2020-09-19 20:43:41 +02:00
2020-09-19 20:43:41 +02:00
2020-09-19 20:43:40 +02:00
2020-09-19 20:43:40 +02:00
2020-06-26 21:55:44 +02:00
2020-09-19 20:43:38 +02:00
2020-06-26 21:55:44 +02:00
2020-09-19 20:43:38 +02:00
2020-10-07 05:03:24 +02:00
2020-08-01 03:39:53 +02:00
2020-10-07 05:03:24 +02:00
2020-07-25 17:37:13 +02:00
2020-09-19 20:43:39 +02:00
2020-07-25 23:51:32 +02:00
2020-09-19 20:43:39 +02:00
2020-08-01 00:02:36 +02:00
2020-09-19 20:43:39 +02:00
2020-07-21 02:59:57 +02:00
2020-09-19 20:43:39 +02:00
2020-10-18 08:23:36 +02:00
2020-10-18 08:23:36 +02:00
2020-09-19 20:43:37 +02:00
2020-10-07 05:03:24 +02:00
2020-09-19 20:43:40 +02:00
2020-09-19 20:43:40 +02:00
2020-10-07 05:03:24 +02:00
2020-10-07 05:03:24 +02:00
2020-07-20 03:41:44 +02:00
2020-09-19 20:43:39 +02:00
2020-07-25 17:37:13 +02:00
2020-09-19 20:43:39 +02:00
2020-07-26 04:44:04 +02:00
2020-09-19 20:43:39 +02:00
2020-09-19 20:43:40 +02:00
2020-10-07 05:03:24 +02:00
2020-07-25 22:39:56 +02:00
2020-09-19 20:43:39 +02:00
2020-06-26 21:55:44 +02:00
2020-09-19 20:43:39 +02:00
2020-09-19 20:43:38 +02:00
2020-09-19 20:43:39 +02:00
2020-06-26 21:55:44 +02:00
2020-07-26 23:23:02 +02:00
2020-09-19 20:43:39 +02:00
2020-06-26 21:55:44 +02:00
2020-09-19 20:43:39 +02:00
2020-10-07 05:33:56 +02:00
2020-10-07 06:05:22 +02:00
2020-10-07 05:33:56 +02:00
2020-10-07 06:05:22 +02:00
2020-09-19 20:43:41 +02:00
2020-09-19 20:43:41 +02:00
2020-09-19 20:43:41 +02:00
2020-09-19 20:43:41 +02:00
2020-09-19 20:43:41 +02:00
2020-09-19 20:43:41 +02:00
2020-06-26 21:55:44 +02:00
2020-09-19 20:43:39 +02:00
2020-07-20 03:01:41 +02:00
2020-09-19 20:43:39 +02:00