From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ryan Krauss" Newsgroups: gmane.emacs.help Subject: Re: LaTeX Keybindings for Math Symbols Date: Thu, 27 Apr 2006 13:10:54 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146157883 13548 80.91.229.2 (27 Apr 2006 17:11:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 17:11:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 27 19:11:21 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FZA1I-0006Ld-Dc for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Apr 2006 19:11:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZA1H-0004mw-Ig for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Apr 2006 13:11:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZA13-0004lS-Lq for help-gnu-emacs@gnu.org; Thu, 27 Apr 2006 13:10:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZA11-0004l2-83 for help-gnu-emacs@gnu.org; Thu, 27 Apr 2006 13:10:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZA11-0004kz-2g for help-gnu-emacs@gnu.org; Thu, 27 Apr 2006 13:10:55 -0400 Original-Received: from [64.233.162.196] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZA3y-0001DP-8R for help-gnu-emacs@gnu.org; Thu, 27 Apr 2006 13:13:58 -0400 Original-Received: by nz-out-0102.google.com with SMTP id 14so1943245nzn for ; Thu, 27 Apr 2006 10:10:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UWL5N2fgX4az//IZjDLdzPtWk6VyNTocXPq+uFU56xLEiCRno0k0qSnbKf73YArKIR4zxWRFHB0ZGxaeQHu3YuT27ydyztfUlFEEm1RpZGF+A1Spl1vu5wZ7RR7s5OzA7CLs6V7zVXKB9YIJLonr8oJjM1IzZzEBU30w+ttIUpo= Original-Received: by 10.64.24.20 with SMTP id 20mr2740032qbx; Thu, 27 Apr 2006 10:10:54 -0700 (PDT) Original-Received: by 10.64.47.14 with HTTP; Thu, 27 Apr 2006 10:10:54 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org In-Reply-To: Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34685 Archived-At: Thanks. I had stumbled across that. Is there a reason that the auctex menu doesn't have a \begin{equation} option? What is \begin{math}? Thanks, Ryan On 4/27/06, Reiner Steib wrote: > On Thu, Apr 27 2006, Ryan Krauss wrote: > > > I would like to create Latex keybindings for math symbols (or find out > > what they are if they already exist). For example, in Vim I used to > > have mappings for `t -> \tau so that typing ` and then a english > > character would insert the Latex math code for the corresponding greek > > symbol (`a would insert \alpha and `b would insert \beta ...). > > In case you use AUCTeX: > > ,----[ (info "(auctex)Mathematics") ] > | 5.1 Entering Mathematics > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > | > | TeX is written by a mathematician, and has always contained good > | support for formatting mathematical text. AUCTeX supports this > | tradition, by offering a special minor mode for entering text with many > | mathematical symbols. You can enter this mode by typing `C-c ~'. > | > | -- Command: LaTeX-math-mode > | (`C-c ~') Toggle LaTeX-math-mode. This is a minor mode rebinding > | the key `LaTeX-math-abbrev-prefix' to allow easy typing of > | mathematical symbols. ``' will read a character from the keyboard= , > | and insert the symbol as specified in `LaTeX-math-list'. If given > | a prefix argument, the symbol will be surrounded by dollar signs. > | > | You can use another prefix key (instead of ``') by setting the > | variable `LaTeX-math-abbrev-prefix'. > | > | To enable LaTeX-math-mode by default, add the following in your > | `.emacs' file: > | (add-hook 'LaTeX-mode-hook 'LaTeX-math-mode) > `---- > > Bye, Reiner. > -- > ,,, > (o o) > ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs >