Hey together,

I'm working on some code documentation which I need both as HTML as well as 
PDF. Is there any way to achieve the following graphical output not
only as PDF but as HTML as well?

For latex output I've used the following code:

.. math::
      :label: testpdf
      :nowrap:

      \begin{align}
         2x^2 + 3(x-1)(x-2)   & = 2x^2 + 3(x^2-3x+2) \\ \nonumber
                              & = 2x^2 + 3x^2 - 9x + 6 \\ 
                              & = 5x^2 - 9x + 6 
      \end{align}

But I couldn't manage to get the same rendering in HTML (either only one 
label number, or no at all...)

Thanks for any suggestions.

Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/e1f8f0ac-0d30-4e45-a342-d332499a4370%40googlegroups.com.

Reply via email to