In this post I'd like to test MathJax rendering, and its inclusion in the ReStructured Text files used by Pelican (the static site generator powering this site.) So here's some inline math: \( (p^\alpha q^\alpha)^{1/\alpha} \prec_G (p^\beta q^\beta)^{1/\beta} \) And here's some display style math:
\[ J_\lambda = \begin{pmatrix} \lambda & 1 \\ & \ddots & \ddots \\ & & \lambda & 1 \\ & & & \lambda \end{pmatrix} \]And there we have it! A special shoutout to the following webpages that helped me piece this all together:
- The official Pelican documentation, specifically this page.
- The official MathJax documentation, specifically this part.
- This ReStructured Text quick reference
- And this quick how-to for getting MathJax to play nice with ReST