← Posts

Hello World - My first blog

September 1, 2022

I started to build this personal website yesterday.

LaTeX\LaTeX Support

LaTeX test:

x3+y3=z3x^3+y^3=z^3

Though I'm quite satisfied showing my work on GitHub, it turns out that I have much more I want to show. For example, GitHub is extremely unfriendly to show .pdf files since the internal link (we call it hyperlink for those LaTeX\LaTeX geeks) doesn't work.

Apart from all these, since I use LaTeX\LaTeX a LOT, and the only way I know how to render LaTeX\LaTeX formula on GitHub is ugly, and it can only render fixed color texts, hence this makes me made my mind eventually. For example, we can easily print out some beautiful formula like

1m(B(x,r))B(x,r)f(y)f(x)dy=0 for a.e. x\frac{1}{m(B(x, r))}\int_{B(x, r)}\left\vert f(y) - f(x) \right\vert\,\mathrm{d}y = 0 \text{ for a.e. } x

for fL1f\in L^1, which is the statement of Lebesgue Differentiation Theorem.

Code Support

{
  "openapi": "3.0.2",
  "info": {
    "title": "test",
    "description": "test",
    "version": "0.1.0"
  }
}