Commit Graph

25 Commits

Author SHA1 Message Date
Arthur Sonzogni fe9fd23ac2 Improve the flowchart translator and add history API. (#15) 2021-03-18 21:37:18 +01:00
Xin Wu bbf3788823 Add infty ∞ (#14)
* Add infty ∞
* Add infinity and add tests.

Co-authored-by: Xin Wu <xin.wu@uni-paderborn.de>
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2021-03-18 21:32:08 +01:00
ArthurSonzogni 7e755898a3 Improve the flowchart translator and add history API. 2021-03-16 21:50:49 +01:00
ArthurSonzogni 95f070f953 TMP 2020-12-22 16:33:15 +01:00
ArthurSonzogni ffbf4a7093 Add graph DAG. 2020-12-13 22:05:10 +01:00
ArthurSonzogni 4b0b881265 Add the DAG translator. 2020-12-05 18:05:37 +01:00
ArthurSonzogni 0dcd30b3fe Add \ldots for latex
This fixes:
https://github.com/ArthurSonzogni/Diagon/issues/6
2020-06-29 21:09:01 +02:00
ArthurSonzogni d232315f10 Optimize output with mixed pow/subscript.
This fixes:
https://github.com/ArthurSonzogni/Diagon/issues/1
2020-06-28 16:53:02 +02:00
ArthurSonzogni dbc9b2ad5b Math. Fix the translted greek letters.
This is related to issue:
https://github.com/ArthurSonzogni/Diagon/issues/6
2020-06-24 01:14:48 +02:00
ArthurSonzogni 2b2cde71a6 Fix function names in latex.
This is related to issue:
https://github.com/ArthurSonzogni/Diagon/issues/6
2020-06-24 01:03:23 +02:00
ArthurSonzogni fda9a21cbd Math > Fix latex braces output.
Related issue:
https://github.com/ArthurSonzogni/Diagon/issues/6
2020-06-24 00:34:20 +02:00
ArthurSonzogni 04068a7c56 Add tests for ascii mode in Math. 2020-06-21 18:42:13 +02:00
ArthurSonzogni 2f11c19648 Add the "Latex" output.
This addressed issue:
https://github.com/ArthurSonzogni/Diagon/issues/6
2020-06-20 17:58:22 +02:00
ArthurSonzogni 8dce6979d6 Expand the set of letters using in variables.
Unfortunately, it is still not possible to use "2u"o
This is related to issue:
https://github.com/ArthurSonzogni/Diagon/issues/2
2020-06-07 01:31:09 +02:00
ArthurSonzogni 2bd5b29344 Add support for braces {}
This fixes task [1/3] of:
https://github.com/ArthurSonzogni/Diagon/issues/2
2020-06-07 01:27:02 +02:00
ArthurSonzogni 7d52f4eb76 Add support for quoted strings.
Any string quoted will appear unquoted.

This fixes task [2/3] of:
https://github.com/ArthurSonzogni/Diagon/issues/2
2020-06-07 00:47:44 +02:00
ArthurSonzogni 4df472a2d2 Add support for subscript
Example:

Input:
┌───────────────────────────┐
│S_n = u_1 + u_2 + ... + u_n│
└───────────────────────────┘
Output:
┌───────────────────────┐
│S  = u  + u  + ... + u │
│ n    1    2          n│
└───────────────────────┘

This fixes issue:
https://github.com/ArthurSonzogni/Diagon/issues/1
2020-05-18 15:07:41 +02:00
ArthurSonzogni 43e21c6b64 Add the command line tool. 2019-09-07 22:55:07 +02:00
Arthur Sonzogni 6bd7d2fbe1 Math: Add integral. 2018-05-21 17:54:33 +02:00
Arthur Sonzogni 291c7bffa7 Add more tests for Math > sqrt. 2018-05-13 03:38:46 +02:00
Arthur Sonzogni 96d799a9aa Add Math translator. 2018-05-13 01:53:00 +02:00
Arthur Sonzogni 623a683d5f Introduce options, implement it on all the translators. 2018-04-01 11:27:22 +02:00
Arthur Sonzogni eec03027be Make PlanarGraph correct and add tests. 2018-03-25 14:48:28 +02:00
Arthur Sonzogni aab521f828 Add examples. 2018-02-08 23:16:24 +01:00
Arthur Sonzogni 4de9780acc Add LineNumber, Improve GUI, Improve tests. 2018-02-05 21:54:42 +01:00