Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!gateway!THEORY.LCS.MIT.EDU!bard From: bard@THEORY.LCS.MIT.EDU Newsgroups: comp.emacs Subject: Using abbrev mode while editing {La,}TeX? Message-ID: <8907311559.AA00226@toucan.LCS.MIT.EDU> Date: 31 Jul 89 15:59:51 GMT References: <5932@natmlab.dms.oz> Sender: news@bbn.COM Organization: BBN news/mail gateway Lines: 11 Probably the easiest thing to do is \newcommand{\Z}{{\bf Z}} or \def\Z{\bf Z} Probably the hardest sensible thing to do is to write an abbrev hook which turns {\Bf Z} to {\bf Z}, and install that hook in edit-abbrevs. I haven't done this kind of thing recently, but it was easy after a bit of tinkering. -- Bard the latex/emacs gargoyle