-
Notifications
You must be signed in to change notification settings - Fork 2
/
others.txt
29 lines (22 loc) · 1.14 KB
/
others.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
My own goals: Something lightweight, simple and immediately practical for
mathematicians.
nath
- replacement for left/right (spacing, better choice)
- decide whether to use / based on display/inline
(use frac(x)(y) to force fractions as display, and x//y as inline.
- Also their subfractions don't get smaller; that's nice.
nath really hasn't caught on, despite its coolness. Most likely because it's
not compatible with amsmath. I think if I don't try to implement the equation
environments it'll fix many incompatibilities.
ALSO: Note nath is GPL'd, so if I use its code I should do the same.
See also the refs in Marvan.pdf (Rayleigh & Wick) which discuss rules for
typesetting math. (and refs of marvan-3.pdf)
breqn: Not quite what I'm trying to do, but it's the same basic philosophy as
asciimath and nath.
ASCIIMathML: my motivation. Should keep porting features from it.
See also the W3C page on MathML software: http://www.w3.org/Math/Software/
Other things to check out:
"MathML Formatting with TeX rules"
"Two linear formats interoperable with MathML"
"Unicode nearly-plain-text encoding of mathematics"
"mathscape - Combining Mathematics and TeX"