Heisenberg Blog

道不远人

How to Add LaTeX Support in Hugo

A step by step guide on how to add LaTex support in Hugo

hugo doesn’t support LaTex natively. LaTex is very useful and essential for writing math related content. I run across KaTex. It’s a LaTex renderer in JavaScript. It has an extension to render all math content automatically. The basic idea is to inlude KaTex in the pages generated by hugo and render all math content with the auto-render extension. Hook to Existing