Rev 539 | Rev 6515 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 539 | Rev 6057 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | formula=!translate ; to , in $formula |
1 | formula=!translate ; to , in $formula |
2 | !if , notin $formula |
- | |
3 | formula=!words2items $formula |
- | |
4 | !else |
- | |
5 | formula=!lines2items $formula |
- | |
6 | !endif |
- | |
7 | formula=!rawmath $formula |
- | |
8 | formula=!nonempty items $formula |
- | |
9 | formula=!replace , by , $ in $formula |
- | |
10 | formula=!singlespace $formula |
- | |
11 | - |