#+TITLE: examplebug.org #+AUTHOR: Eric S Fraga #+options: tex:dvipng * exporting latex maths to odt In the following equation, \[ y = \sqrt{x} \] we have two variables. Rearrange to solve for \(x\) given \(y\). *************** solution :noexport: \[ x = y^2 \] is the solution. But I want an equation that needs some definition: \[ x = \ydot^2 \] *************** END