Skip to content

Greece4ever/Math-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Editor (demo)

img

Simple markdown editor that makes writting Latex math easier. it replaces each symbol on the table with it's corresponding latex value on the left

SYMBOL LATEX
>= \ge
<=> \iff
<= \le
=> \implies
+- (+ and - with no space) \pm
sqrt \sqrt
!= \neq
<- \leftarrow
-> \rightarrow

it also converts (ab)/cd to \frac{ab}{cd} and x0 to x_0 (replace x with any character and 0 with any number). Besides Latex it converts the following symbols to their correspondir HTML entities

SYMBOL HTML
** Bold
*_ Italic
\n\n Paragraph
``` Code

The "PRINT .PDF" button calls the javascript print() function with which you can print/save as pdf a document. This is what happens after hitting the button (windows 10). img

About

Simple non-WYSIWYG editor for math using a Markdown language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published