]> git.lyx.org Git - lyx.git/blob - autotests/export/docbook/mathml_ns_entities.xml
DocBook: fixes in bibliography (missing new line at the end).
[lyx.git] / autotests / export / docbook / mathml_ns_entities.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This DocBook file was created by LyX 2.4.0dev
3   See http://www.lyx.org/ for more information -->
4 <article xml:lang="en_US" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.1">
5 <title>Test document</title>
6 <para>A formula: 
7  <informalequation>
8   <m:math>
9   <m:alt role='tex'>\Vert,\vert</m:alt>
10  <m:mrow>
11   <m:mrow><m:mi>&#x2225;</m:mi><m:mo>,</m:mo><m:mi>&#x007C;</m:mi>
12   </m:mrow>
13  </m:mrow>
14   </m:math>
15  </informalequation>A second formula: 
16  <informalequation>
17   <m:math>
18   <m:alt role='tex'>\left\Vert \mathbf{a^{T}\,x}\right\Vert _{2}\leq x_{0}</m:alt>
19  <m:mrow>
20   <m:mrow>
21    <m:msub>
22     <m:mrow><m:mo form='prefix' fence='true' stretchy='true' symmetric='true'><m:mrow>&#x2225;</m:mrow></m:mo>
23
24      <m:mstyle mathvariant='bold'>
25       <m:mrow>
26        <m:msup>
27         <m:mrow><m:mi>a</m:mi>
28         </m:mrow>
29         <m:mrow><m:mi>T</m:mi>
30         </m:mrow>
31        </m:msup><m:mspace width="6px" /><m:mi>x</m:mi>
32       </m:mrow>
33      </m:mstyle>
34 <m:mo form='postfix' fence='true' stretchy='true' symmetric='true'><m:mrow>&#x2225;</m:mrow></m:mo>
35
36     </m:mrow>
37     <m:mrow><m:mn>2</m:mn>
38     </m:mrow>
39    </m:msub><m:mo>&#x2264;</m:mo>
40    <m:msub>
41     <m:mrow><m:mi>x</m:mi>
42     </m:mrow>
43     <m:mrow><m:mn>0</m:mn>
44     </m:mrow>
45    </m:msub>
46   </m:mrow>
47  </m:mrow>
48   </m:math>
49  </informalequation></para>
50
51 </article>