I would like Emacs/AUCTeX to show the contents of tabular environments in a fixed-width font, so table boundaries line up. Is it possible to set the font face of specific environments like this?
The verbatim environment shows its contents in a fixed-width font (in Emacs, not the typeset output). I tried adding tabular to the variable LaTeX-verbatim-environments, which works but then all the colour highlighting is gone.
Also, it would be good to show comment environments in fixed-width for use with Org-mode tables, but adding comment to LaTeX-verbatim-environments has no effect.
Of course I could just use a fixed-width font, but I would rather have a nice font for the majority of the text.
variable-pitch-modeto show the majority of the text in non-monospaced fonts for easy reading. – ricklupton Feb 17 '13 at 22:07