www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5c40227d7909f3c78bb282dc051b743bfeef3efe
parent a903e2e5dcc63a9ca08a784ae1f3665b51e7416a
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon,  7 Mar 2011 20:09:47 -0500

Add elementJax property

Diffstat:
Mdocs/source/api/inputjax.rst | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/source/api/inputjax.rst b/docs/source/api/inputjax.rst @@ -47,6 +47,11 @@ Properties The directory where the jax files are stored (e.g., ``"[MathJax]/jax/input/TeX"``); +.. describe:: elementJax + + The name of the ElementJax class that this input jax will produce + (typically ``mml``, as that is the only ElementJax at the moment). + Methods =======