Greece4ever / Math-Editor

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

Home Page:https://greece4ever.github.io/Math-Editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://greece4ever.github.io/Math-Editor/


Languages

Language:JavaScript 86.7%Language:CSS 8.8%Language:HTML 4.4%