IS there a way to 'texify' an ASCII table written with Emacs' orgtabl-mode. Creating tables in this mode is extremely simple.
E.g. suppose I have this table
|------+-----+-----|
| A | B | C |
|------+-----+-----|
| 2.34 | 2.7 | 8.9 |
| 3.67 | 4.5 | 8.9 |
|------+-----+-----|
If in EMACS, I could highlight this region and do soething like M-x texify
or whatver to generate the latex code for that table that would save me a lot of pain.
Any non-emacs suggestion is also welcome.
tabular
environment manually? – David Z