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>
|