It would be nice for users to be able to extract a link like: http://planetmath.org/15producttypes#Thmrmk1 when mousing over "Remark 1". As another related question: @dginev can we get `\label{here}` to translate into anything predictable/useful in the source? Here's an example that @rspuzio and I came up with (http://metameso.org/beta/node/87626/source) ``` latex \begin{document} before \begin{paragraph}{my-example}\label{here} During. \end{paragraph} after \end{document} ``` ``` html <div id="p1" class="ltx_para"> <p id="p1.1" class="ltx_p">before</p> </div> <section id="S0.SS0.SSS0.P1" class="ltx_paragraph"> <hgroup><h1 class="ltx_title ltx_title_paragraph">my-example</h1> </hgroup> <div id="S0.SS0.SSS0.P1.p1" class="ltx_para"> <p id="S0.SS0.SSS0.P1.p1.1" class="ltx_p">During. after</p> </div> </section> ```
It would be nice for users to be able to extract a link like:
http://planetmath.org/15producttypes#Thmrmk1
when mousing over "Remark 1".
As another related question: @dginev can we get
\label{here}to translate into anything predictable/useful in the source?Here's an example that @rspuzio and I came up with (http://metameso.org/beta/node/87626/source)