zoukankan      html  css  js  c++  java
  • MathJax $TeX$ Test Page

    MathJax TeX Test Page

    When $a e 0$, there are two solutions to (ax^2 + bx + c = 0) and they are $$x = {-b pm sqrt{b^2-4ac} over 2a}.$$

    <!DOCTYPE html>
    <html>
    <head>
    <title>MathJax TeX Test Page</title>
    <script type="text/x-mathjax-config">
      MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
    </script>
    <script type="text/javascript"
      src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
    </script>
    </head>
    <body>
    When $a 
    e 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>
    View Code

    MathJax TeX Test Page

    $$left(egin{array}{cc}a & b\ c & cend{array} ight)$$

  • 相关阅读:
    2017年3月笔记
    2017年2月笔记
    2017年1月笔记
    2016年12月笔记
    2016年11月笔记
    2016年10月笔
    2016年9月笔记
    2016年8月笔记
    2016年7月笔记
    2016年6月笔记
  • 原文地址:https://www.cnblogs.com/wangshixi12/p/3240690.html
Copyright © 2011-2022 走看看