pfhub icon indicating copy to clipboard operation
pfhub copied to clipboard

add eqn numbers

Open tkphd opened this issue 7 years ago • 1 comments

Benchmark specification notebooks can auto-generate proper numbers by using a javascript magic up top:

%%javascript
MathJax.Hub.Config({
  TeX: { equationNumbers: { autoNumber: "AMS" } }
});

tkphd avatar Jan 12 '18 23:01 tkphd