* Intro I have an align environment: #+begin_src latex :file alignedequation.png :results raw \begin{align*} \Lambda= & \max_{k,l}\left| \sum_{i=0}^{M-1}r_{i+l}x_{i}^{*}e^{j2\pi\Delta_{f}ki}+\sum_{i=M}^{2M-1}r_{i+l}x_{i}^{*}e^{j2\pi\Delta_{f}ki}+\cdots\right| \\ \approx & \max_{k,l}\left| \sum_{m}e^{j2\pi\Delta_{f}kmM}\sum_{i=mM}^{(m+1)M-1}r_{i+l}x_{i}^{*}\right| \end{align*} #+end_src That exports fine to latex, but not html. Is there a way to do this? * settings # Local Variables: # org-export-allow-bind-keywords: t # org-format-latex-options: (:foreground "black" :background "white" :matchers '("begin") :scale 1.0 ) # org-latex-create-formula-image-program: imagemagick # End: