PureTex

No Javascript Math library.

Installation

Put files in your server

<link rel="stylesheet" href="path/to/puretex.css">

OR

Use CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/mtugb/pureTex@v1.0.0/styles/puretex.css">

Usage

You can use this library to display math expressions.

This is compatible with Darkmode.Try it! (automatically change)

Integral

HTML

Result

b
a
x + 3 dx

fraction

HTML

Result

b
a

Sigma

HTML

Result

n
i = 1
i
3
+ a
i
2

Matrix

HTML

Result

2 3
2 3

System

HTML

Result

x+2y=5
3x+y=7

System

HTML

Result

x


β


x


x

Practical examples

fraction & integral

HTML

Result

3
2
+
7
2
= 3 +
2
0
x dx

double integral

HTML

Result

b
a
β
α
x
3
dxdy