Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

choose mathjax or sphinx.ext.pngmath #9

Open
cpsaltis opened this issue Nov 26, 2012 · 0 comments
Open

choose mathjax or sphinx.ext.pngmath #9

cpsaltis opened this issue Nov 26, 2012 · 0 comments
Labels
Milestone

Comments

@cpsaltis
Copy link
Owner

Should compare these in order to decide what to use in documentation. The final selection should be compatible with multiple browesrs and have a clear syntax.

A simple pngmath example:

\left[
    \begin{array}{c}
        x - x_c \\
        y - y_c \\
    \end{array}
\right] * R =
\left[
    \begin{array}{c}
        x' \\
        y' \\
    \end{array}
\right]

\newline

\left[
    \begin{array}{c}
        x'' \\
        y'' \\
    \end{array}
\right] =
\left[
    \begin{array}{c}
        x' + x_c \\
        y' + y_c \\
    \end{array}
\right]

Check out http://sphinx.pocoo.org/latest/ext/math.html for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant