Commit Graph

13 Commits

Author SHA1 Message Date
Arthur Sonzogni 413132bc56 Math generator: add limit (#60)
Bug:https://github.com/ArthurSonzogni/Diagon/issues/56
2023-01-24 10:49:11 +01:00
Arthur Sonzogni 30e6b87874 Add mathbb (#34)
This resolves:
https://github.com/ArthurSonzogni/Diagon/issues/33
2022-03-20 15:40:14 +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 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