Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. begin{equation}
  2. a^2 + b^2 = c^2
  3. end{equation}
  4.  
  5. (@foo) $a^2 + b^2 = c^2$
  6.  
  7. As (@foo) says, ...
  8.  
  9. (@bar) $e = x + y$
  10.  
  11. a^2 + b^2 = c^2
  12.  
  13. <script type="text/x-mathjax-config">
  14. MathJax.Hub.Config({ TeX: { equationNumbers: {autoNumber: "all"} } });
  15. </script>
  16.  
  17. pandoc math.txt -t html -s -o test.html --mathjax=https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML -H header
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement