Monday, August 26, 2019
[GoodToKnow] MathJax for Blogger
Aftter adding this line,
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true } }); </script> <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>
in 'head' of the blogger template editor in html mode, you can use MathJax expressions.
For a new line, use this block,
$$ ... $$
and, for an inline equation, use this line,
$ ... $
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
lidar (laser scanner) georeferencingf (sensor model)
Derivation of projective transformation based on shift, rotation and scale parameters
How to calculate areas of triangles and polygons
3 vertices and cross product If 3 vertices' coordinates are given, the size of the cross product of the two vectors is same to two ...
How to get paths defined in the system environment
char path[_MAX_PATH]; const char* varName = "[system environment variable name]"; size_t len; getenv_s(&len, path, 80, varName...
No comments:
Post a Comment