I wrote this post in Emacs. In order to make the tables look nice, I decided to adjust the spacing so that decimals line up neatly. The original format from the database looked like this:
emacs 11505 227 3.6 3.3 1.9 68.9 93.5 68
vi 1087 289 11.1 6.9 2.9 71.7 96.2 9
wolfram-mathematica 2993 360 4 2.2 1.9 66.7 92.5 51
That's pretty close, but I want the columns right justified and all the ones digits lined up. The fourth column should look like:
3.6
11.1
4
I played around with the align commands and could not find a way to automatically align the table on the (optional) decimal point. For some reason, these instructions fail to align anything at all:
Figures can also be lined up with respect to the decimal point, using
M-- M-x align
.