File: test-mathjax-error.html

package info (click to toggle)
node-mj-context-menu 0.6.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,848 kB
  • sloc: javascript: 2,165; sh: 35; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Cause Math Processing Error</title>
<script type="text/x-mathjax-config">
MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
  var TEXDEF = MathJax.InputJax.TeX.Definitions;
  TEXDEF.macros.crash = "Crasher";
});
</script>
<script src="/javascript/mathjax/MathJax.js"></script>
</head>
<body>
\(\crash\)
<address></address>
<!-- hhmts start -->
Last modified: Wed Aug  3 08:57:00 BST 2016
<!-- hhmts end -->
</body> </html>