File: tex2html_local_mathjax_header.html

package info (click to toggle)
cb2bib 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,584 kB
  • sloc: cpp: 28,329; sh: 516; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX","output/HTML-CSS"],
    tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
  });
</script>
<script type="text/javascript" src="/usr/share/javascript/mathjax/MathJax.js"></script>