TyOverby / Pipe

Mozilla Public License 2.0
21 stars 1 forks source link

!int, !sum do not correctly position upper elements #47

Closed TyOverby closed 10 years ago

TyOverby commented 10 years ago

!int(a,b) should yield \int_{a}^{b} but instead is \int_{a}{b}. The same is true for !sum and perhaps others as well.