[IPython-User] equation numbering in ipython 0.12
Brian Granger
ellisonbg@gmail....
Mon Jan 23 15:36:06 CST 2012
Could you create an issue with links to this information. It looks
like we need to wait a bit for this stuff to show up in a stable
MathJax release.
On Mon, Jan 23, 2012 at 1:33 PM, Paul Ivanov <pivanov314@gmail.com> wrote:
> Comer Duncan, on 2012-01-23 15:25, wrote:
>> Hi,
>>
>> I am working on a notebook and have found that the equations I put in
>> markup cells are beginning to increase in number where it would be
>> useful to have them rendered (mathjax) with equation numbered
>> sequentially. Does anyone know how to do this by modifying mathjax
>> somewhere or by some other means?
>
> Here's a relevant pointer:
>
> https://github.com/mathjax/MathJax/issues/71
>
> There are new configuration parameters (see the
> config/defaults.js file) that control the equation numbering. In
> particular, The TeX.equationNumbers.autoNumber configuration
> parameter controls how MathJax handles automatic numbering. By
> default, no automatic numbering is done (so the default is the
> same as the current MathJax behavior). But you can set
>
> MathJax.Hub.Config({
> TeX: {
> equationNumbers: { autoNumber: "AMS" },
> extensions: ["AMSmath.js"]
> }
> });
>
> to get numbering for the AMS environments (equation, align,
> gather, multline, etc.), with the starred environments
> suppressing the numbers
>
> best,
> --
> Paul Ivanov
> 314 address only used for lists, off-list direct email at:
> http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
--
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger@calpoly.edu and ellisonbg@gmail.com
More information about the IPython-User
mailing list