ThunderSmotch’s WebTex to HTML Parser

This library/website provides a way to convert WebTex files to MathJax HTML ready pages.

What is WebTex? It’s simply a Latex file with some extra custom commands that the parser converts into several custom HTML tags.

Click here to upload and convert local files from WebTex to HTML and vice versa.

Examples of custom tags:

The spoiler environment

The following Latex code:

\begin{spoiler}[Title]
\[E = mc^2\]
\end{spoiler}

when converted to HTML will result in the following clickable element:

Title
\[E = mc^2\]

Which renders equations using the MathJax library.