Commit Graph

182 Commits

Author SHA1 Message Date
Alexandre Nunes
feef2d20a9 feat: add mfenced and mtable as pmatrix 2020-09-19 15:50:37 -03:00
Alexandre Nunes
118a38f0ab refactor: import all mathmltags on Dispatcher 2020-09-19 15:45:22 -03:00
Alexandre Nunes
76da37b4d8 test: add mfenced and mtable as bmatrix 2020-09-19 15:41:42 -03:00
Alexandre Nunes
187cd3bf00 feat: add mfenced and mtable as bmatrix 2020-09-19 15:41:21 -03:00
Alexandre Nunes
6921b8869f refactor: move mfenced vector case to external class 2020-09-19 14:53:15 -03:00
Alexandre Nunes
605eaed457 test: ensure mi pass char convertion to parent 2020-09-19 14:23:56 -03:00
Alexandre Nunes
b86144ca84 refactor: group syntax files to single one 2020-09-19 14:16:23 -03:00
Alexandre Nunes
65e1d0985c test: add especial symbols to mi tag implementation 2020-09-19 14:14:03 -03:00
Alexandre Nunes
83dc582946 feat: add especial symbols to mi tag implementation 2020-09-19 14:13:58 -03:00
Alexandre Nunes
0cb16d14b5 fix: fix math symbols by glyph name 2020-09-19 14:06:23 -03:00
Alexandre Nunes
1f4b5f9dd0 fix: fix math operator map 2020-09-19 14:03:44 -03:00
Alexandre Nunes
c83ec6e338 refactor: remove all math symbols original file and script 2020-09-19 13:57:18 -03:00
Alexandre Nunes
b140d8c4c6 feat: add math symbols by char and glyph 2020-09-19 13:56:43 -03:00
Alexandre Nunes
75c9910a0e feat: add math symbols and script 2020-09-19 13:55:59 -03:00
Alexandre Nunes
e73c40880e test: add munderover tag use case 2020-09-19 12:15:08 -03:00
Alexandre Nunes
1e775e47e4 feat: add munderover tag use case 2020-09-19 12:15:02 -03:00
Alexandre Nunes
3323c7a13b refactor: add generic preset name to UnderOverTag 2020-09-19 00:57:07 -03:00
Alexandre Nunes
b70d9fc19b test: ensure munder process especial characters 2020-09-19 00:52:52 -03:00
Alexandre Nunes
350660823a fix: test message 2020-09-19 00:49:02 -03:00
Alexandre Nunes
91e47bed41 test: ensure wraps mrow content inside underset command for munder tag 2020-09-19 00:47:23 -03:00
Alexandre Nunes
5d84976977 refactor: move mover and munder tag to single class 2020-09-19 00:44:14 -03:00
Alexandre Nunes
ddaf33fef5 test: add munder tag use case 2020-09-19 00:21:50 -03:00
Alexandre Nunes
6c1a2c4fe8 feat: add munder tag use case 2020-09-19 00:21:37 -03:00
Alexandre Nunes
564eb9e3b3 refactor: move mover tag use cases test to test file bottom 2020-09-19 00:15:37 -03:00
Alexandre Nunes
5c8e26920d test: add mtext monospace text use case 2020-09-17 11:45:54 -03:00
Alexandre Nunes
99594e8b53 feat: add mtext monospace text use case 2020-09-17 11:45:48 -03:00
Alexandre Nunes
3c3f91833c test: add mtext script text use case as simple text command 2020-09-17 11:43:48 -03:00
Alexandre Nunes
5464060621 test: add mtext bold-fraktur text use case 2020-09-17 11:39:31 -03:00
Alexandre Nunes
758767e14c feat: add mtext bold-fraktur text use case 2020-09-17 11:39:17 -03:00
Alexandre Nunes
f21196d2cd test: add mtext fraktur text use case 2020-09-17 11:37:52 -03:00
Alexandre Nunes
99b0699df5 feat: add mtext fraktur text use case 2020-09-17 11:37:47 -03:00
Alexandre Nunes
a908efe165 test: add mtext double-struck text case 2020-09-17 11:35:33 -03:00
Alexandre Nunes
8aa1b7a665 feat: add mtext double-struck text case 2020-09-17 11:35:27 -03:00
Alexandre Nunes
4925e9174e fix: fix test describe message 2020-09-17 11:29:43 -03:00
Alexandre Nunes
aa085a3e76 test: add mtext bold-italic use case 2020-09-17 11:29:18 -03:00
Alexandre Nunes
0e69847439 feat: add mtext bold-italic use case 2020-09-17 11:29:03 -03:00
Alexandre Nunes
b003619f6a test: add mtext use case for normal, bold and italic 2020-09-17 11:17:20 -03:00
Alexandre Nunes
2535444444 feat: add mtext use case for normal, bold and italic 2020-09-17 11:17:15 -03:00
Alexandre Nunes
c7e3584f99 chore: add default nodejs version using tool-versions 2020-09-17 10:47:40 -03:00
Alexandre Nunes
f10c600de8 test: wrap base of msubsup into parenthesis if there is spaces 2020-09-15 12:39:13 -03:00
Alexandre Nunes
fc757425fc feat: wrap base of msubsup into parenthesis if there is spaces 2020-09-15 12:39:08 -03:00
Alexandre Nunes
88009bba6e test: add msubsup single command use case 2020-09-15 12:30:08 -03:00
Alexandre Nunes
d8776ec34a feat: add msubsup single command use case 2020-09-15 12:29:52 -03:00
Alexandre Nunes
720dde60e3 test: implement msub tag use case 2020-09-15 12:22:33 -03:00
Alexandre Nunes
a1be62bf19 feat: implement msub tag use case 2020-09-15 12:22:27 -03:00
Alexandre Nunes
ce30359447 refactor: move msup test to end of test file 2020-09-15 12:15:47 -03:00
Alexandre Nunes
83a33aff8e test: implement mphatom use case always destroying its content 2020-09-15 12:11:28 -03:00
Alexandre Nunes
95862aca6a feat: implement mphatom use case always destroying its content 2020-09-15 12:11:23 -03:00
Alexandre Nunes
3d33d61f03 test: implement hat operator use cases 2020-09-15 12:03:22 -03:00
Alexandre Nunes
c44d8656c7 feat: implement hat operator use cases 2020-09-15 12:03:04 -03:00