Advertisement
Geometrian

MathJax or Chrome Positioning Bug

Jun 19th, 2017
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <script type="text/x-mathjax-config">
  4.             MathJax.Hub.Config({
  5.                 extensions: ["tex2jax.js"],
  6.                 jax: ["input/TeX", "output/HTML-CSS"],
  7.                 tex2jax: {
  8.                     inlineMath: [ ["\\(","\\)"] ],
  9.                     displayMath: [ ["\\[","\\]"] ],
  10.                     processEscapes: true
  11.                 },
  12.                 "HTML-CSS": { availableFonts: ["TeX"] }
  13.             });
  14.         </script>
  15.         <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"></script>
  16.     </head>
  17.     <body>
  18.         <h1>H1</h1>
  19.         <h3>H3</h3>
  20.         <p>par</p>
  21.         <h3>H3</h3>
  22.         <h4>H4</h4>
  23.         Dimensionless Kerr parameter: \(\chi=(a c^2)/(M G)\)
  24.     </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement