---
title: Probando MathJax
date: 2017-10-23
description: Post de prueba para validar que MathJax renderiza ecuaciones LaTeX display e inline en el sitio estático.
image: /static/images/posts/mathjax/7-cube-column-graph.svg
tags:
- mathjax
- latex
- mathematics
- equations
---

Se supone que MathJax está soportado en ~~GitHub~~ Jekyll. A ver si sirve.

## Ecuación cuadrática

$$a^2 + b^2 = c^2$$

## Ecuaciones en el mismo párrafo

Este es un seno cuadrado: \\( \sin(x^2) \\).

## Nivel de Fermi

$$ f(E) = \frac{1}{1 + e^{(E-E_F)/kT}} $$

**FIN**
