Skip to content

simonschmidt/Asciimath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Asciimath

Convert plain-text math to unicode

#examples: $ asciimath '\intf_1(x)f_2(x)d\mu' ∫f₁(x)f₂(x)dμ

$ asciimath 'cos(\pi) = -1'
cos(π) = -1

$ asciimath 'q\in\bbB \right q\in\bbR'
q∈ℚ ⇒ q∈ℝ

$ asciimath 'a^\alpha = \tau'
aᵅ = τ

$ asciimath -a
-- prints all available symbols --

#unicode-limitations: very few greek symbols are possible to sup and subscript supscriptable: α β γ δ ε θ ι Φ φ χ subscriptable: β ι ρ φ χ

Capital letters are not possible to subscript at all
Supscriptable capitals: A B D E G H I J K L M N O P R T U V W

About

Converts ascii math to utf8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages