lyx_mirror/autotests
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
..
checklatexexports Added new testcase to check for correct VCS-Info 2018-01-01 14:05:25 +01:00
export DocBook: output inline equations in their own paragraph if they are the only inset of the paragraph. 2020-10-18 08:23:36 +02:00
mathmacros Cmake tests: Converted to new format, to insert \use_non_tex_fonts variable set 2019-04-07 21:09:56 +02:00
Makefile.am Remove files that do not exist anymore 2019-05-20 12:16:57 +02:00