> 2. Currently there is NO support for numbered and displayed equations > which go like this > > x = y (1) > y = z (2)
This is no longer true for equations that are embedded as MathML. Equations that are attached with Labels will be typeset as Numbered Display Equations. See the attached file for an illustrative export.
latex-mathml-display-equations.odt
Description: application/vnd.oasis.opendocument.text
#+TITLE: latex-mathml-display-equations.org #+AUTHOR: Jambunathan K #+EMAIL: kjambunat...@gmail.com #+DATE: 2011-09-18 Sun #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: * LaTeX Fragment The equation down below has just a label. #+CAPTION: Kinetic Energy #+LABEL: Equation:2 \begin{equation} x=\sqrt{b} \end{equation} If $a^2=b$ and \( b=2 \), then the solution must be either \[ a=+\sqrt{2} \] or \[ a=-\sqrt{2} \]. * Reference to LaTeX Fragments This is a reference to LaTeX Fragment2 \ref{Equation:2}.