{"@attributes":{"version":"2.0"},"channel":{"title":"JS on GeneralZer0","link":"https:\/\/generalzero.org\/tags\/js\/","description":"Recent content in JS on GeneralZer0","generator":"Hugo -- 0.161.1","language":"en-us","lastBuildDate":"Wed, 11 Dec 2024 20:23:42 -0500","item":[{"title":"Satellite Orbits","link":"https:\/\/generalzero.org\/posts\/2024\/12\/satellite-orbits\/","pubDate":"Wed, 11 Dec 2024 20:23:42 -0500","guid":"https:\/\/generalzero.org\/posts\/2024\/12\/satellite-orbits\/","description":"How Satellite Orbits are defined"},{"title":"MathJax With Toto","link":"https:\/\/generalzero.org\/posts\/2014\/03\/mathjax-with-toto\/","pubDate":"Sun, 09 Mar 2014 20:00:00 +0000","guid":"https:\/\/generalzero.org\/posts\/2014\/03\/mathjax-with-toto\/","description":"<p>This is how I make Toto embed MathJax in to the page using Tex markup.<\/p>\n<pre><code>&lt;script type=&quot;math\/tex; mode=display&quot;&gt;\n\\begin{align}\nx &amp;= 100011_2 \\\\\n  &amp;= 100_2 * 2^3 + 011_2 \n\\end{align}\n&lt;\/script&gt;\n<\/code><\/pre>\n<p>It looks like this when rendered<\/p>\n<script type=\"math\/tex; mode=display\">\n\\begin{align}\nx &= 100011_2 \\\\\n  &= 100_2 * 2^3 + 011_2 \n\\end{align}\n<\/script>\n<p>The <code>mode=display<\/code> makes it so that it is centered in case that is what you need because it looks better than left or right aligned.<\/p>"}]}}