You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example given on the scholarly markdown syntax guide website doesn't seem to work for me.
$$\left.\begin{aligned}
B'&=-\partial\times E\\
E'&=\partial\times B - 4\pi j
\end{aligned}
\right}
\qquad \text{Maxwell's equations}
```
produces
<span class="math scholmd-math-display" style="display: block;">\[
\begin{equation}
\label{maxwellEq}
\left.\begin{aligned}
B&jgm#39;&=-\partial\times E\\\
E&jgm#39;&=\partial\times B - 4\pi j
\end{aligned}
\right\}
\qquad \text{Maxwell&jgm#39;s equations}
\end{equation}
\]</span>
However, I notice that on the html file on the website, the label is placed at the end just before \end{equation}. If I modify my html file manually to do the same thing, the reference works! Could anyone help me solve this issue.
```$$
The text was updated successfully, but these errors were encountered:
I see that commit 231b717 was supposed to deal with this issue explicitly.. however it doesn't seem to work on my computers...I used debian to install cabal and then did cabal install scholdoc and scholdoc-citeproc. I installed this October 2015. Do I need to do anything else?
Sorry..doing more digging.. I found that the latest version on hackage is still 0.1.3 http://hackage.haskell.org/package/scholdoc. Could this be upgraded to the latest version please? Are there any instructions for installing this manually otherwise?
The example given on the scholarly markdown syntax guide website doesn't seem to work for me.
The text was updated successfully, but these errors were encountered: