Difference between revisions of "Essai Latex"

(Replaced content with "<math>E=mc^2</math>")
Line 1: Line 1:
<!DOCTYPE html>
+
<math>E=mc^2</math>
<html>
+
<head>
+
<title>MathJax TeX Test Page</title>
+
<script type="text/x-mathjax-config">
+
  MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
+
</script>
+
<script type="text/javascript" async
+
  src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
+
</script>
+
</head>
+
<body>
+
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
+
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
+
</body>
+
</html>
+

Revision as of 14:20, 3 April 2016

\(E=mc^2\)