text
node now accepts halign
and valign
attributes, which come in handy in many situations, like the following one
Needless to say
ha
and va
are aliases for the new properties, which accept [left,center,right] and [top,middle,baseline,bottom] as respective values. Halign defaults to 'left' and Valign defaults to 'bottom', keeping backward compatibility. In the case of multiline text baseline has the same effect as middle, it only makes sense to use baseline in single line text.Now on to other matters, perhaps the LaTeX support suggested by Demetrios and Toni.
Keep on Groovying!