I'm using TeXShop and I was wondering if there is a way to line up the "&" in the code for tables in Latex, to make them readable and able to modify them without having to compile permanently.
For example, I have :
test&44&2
test2&24&3
and I want :
test & 44 & 2
test2 & 24 & 3
I don't know if there is a solution to my problem ?
Thanks in advance !
tabularenvironment? – Mico Nov 14 '17 at 17:47I don't know how to make this in TexShop so I tried to the Tabular plugin in Vim, but I fail...
– Rnd Nov 14 '17 at 18:21tabkey... – Dan Nov 14 '17 at 20:01M-x align-currentin Emacs (not sure it it isauctexthat provides the tex aware alignments here), really nice feature. Still wonder why other editors don't copy some of these features – daleif Nov 14 '17 at 20:16