Hi,

I have a small orgmode document with a \begin{align} section for a few 
equations.  I can successfully export to HTML using MathJax, but I need a nice 
little self-contained document, so I'm trying to use dvipng.  Unfortunately it 
keeps exporting with MathJax.

Here's my document:

=========================================
#+TITLE: Test Doc
#+AUTHOR: Ken Williams
#+PROPERTY: results output
#+PROPERTY: exports both
#+OPTIONS: tex:dvipng

Some math:

\begin{align}
a_{11}& =b_{11}&
a_{12}& =b_{12}\\
a_{21}& =b_{21}&
a_{22}& =b_{22}+c_{22}
\end{align}
=========================================

The value of my "org-latex-create-formula-image-program" variable is dvipng - I 
set it manually from within the editor by doing "set-variable 
org-latex-create-formula-image-program dvipng".

Any hints?  There are no clues in the *Messages* buffer.

My org-mode is Org-mode version 7.9.4.


--
Ken Williams, Senior Research Scientist
WindLogics
http://windlogics.com


________________________________

CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended 
recipient(s) and may contain confidential and privileged information. Any 
unauthorized review, use, disclosure or distribution of any kind is strictly 
prohibited. If you are not the intended recipient, please contact the sender 
via reply e-mail and destroy all copies of the original message. Thank you.

Reply via email to