auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] tex-math.el inclusion


From: David Kastrup
Subject: Re: [AUCTeX-devel] tex-math.el inclusion
Date: Sun, 26 Apr 2009 12:18:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Mehdi Dogguy <address@hidden> writes:

> Hi,
>
> I was wondering if it is possible to (re-)include tex-math.el and its
> dependencies (namely, min-bind.el and kill-fix.el)?
>
> I find it very useful.  In particular, I appreciate very much the function
> LaTeX-abbrev-math.
> How does this sound to you? Is there any problem with these files?
>
> Files can be found at:
> http://stuff.mit.edu/afs/athena/contrib/emacs-contrib/AucTeX-7.3/

Uh, what's wrong with

C-c ~ runs the command LaTeX-math-mode, which is an interactive
compiled Lisp function in `latex.el'.

It is bound to C-c ~, <menu-bar> <LaTeX> <Math Mode>.

(LaTeX-math-mode &optional ARG)

A minor mode with easy access to TeX math macros.

Easy insertion of LaTeX math symbols.  If you give a prefix argument,
the symbols will be surrounded by dollar signs.  The following
commands are defined:

key             binding
---             -------

`               Prefix Command

` C-b           LaTeX-math-leftarrow
` C-c           LaTeX-math-cos
` C-d           LaTeX-math-det
` C-e           LaTeX-math-exp
` C-f           LaTeX-math-rightarrow
` C-l           LaTeX-math-lim
` C-n           LaTeX-math-downarrow
` C-p           LaTeX-math-uparrow
` C-s           LaTeX-math-sin
` C-t           LaTeX-math-tan
` C-^           LaTeX-math-sup
` C-_           LaTeX-math-inf
` &             LaTeX-math-wedge
` (             LaTeX-math-langle
` )             LaTeX-math-rangle
` *             LaTeX-math-times
` +             LaTeX-math-cup
` -             LaTeX-math-cap
` .             LaTeX-math-cdot
` /             LaTeX-math-not
` 0             LaTeX-math-emptyset
` :             LaTeX-math-colon
` <             LaTeX-math-leq
` >             LaTeX-math-geq
` A             LaTeX-math-forall
` D             LaTeX-math-Delta
` E             LaTeX-math-exists
` F             LaTeX-math-Phi
` G             LaTeX-math-Gamma
` I             LaTeX-math-infty
` J             LaTeX-math-Theta
` L             LaTeX-math-Lambda
` N             LaTeX-math-nabla
` P             LaTeX-math-Pi
` S             LaTeX-math-Sigma
` U             LaTeX-math-Upsilon
` W             LaTeX-math-Omega
` X             LaTeX-math-Xi
` Y             LaTeX-math-Psi
` [             LaTeX-math-subseteq
` \             LaTeX-math-setminus
` ]             LaTeX-math-supseteq
` ^             LaTeX-math-hat
` `             self-insert-command
` a             LaTeX-math-alpha
` b             LaTeX-math-beta
` c             LaTeX-math-cal
` d             LaTeX-math-delta
` e             LaTeX-math-epsilon
` f             LaTeX-math-phi
` g             LaTeX-math-gamma
` h             LaTeX-math-eta
` i             LaTeX-math-in
` j             LaTeX-math-theta
` k             LaTeX-math-kappa
` l             LaTeX-math-lambda
` m             LaTeX-math-mu
` n             LaTeX-math-nu
` p             LaTeX-math-pi
` q             LaTeX-math-chi
` r             LaTeX-math-rho
` s             LaTeX-math-sigma
` t             LaTeX-math-tau
` u             LaTeX-math-upsilon
` v             Prefix Command
` w             LaTeX-math-omega
` x             LaTeX-math-xi
` y             LaTeX-math-psi
` z             LaTeX-math-zeta
` {             LaTeX-math-subset
` |             LaTeX-math-vee
` }             LaTeX-math-supset
` ~             LaTeX-math-tilde

` v D           LaTeX-math-varDelta
` v F           LaTeX-math-varPhi
` v G           LaTeX-math-varGamma
` v J           LaTeX-math-varTheta
` v L           LaTeX-math-varLambda
` v P           LaTeX-math-varPi
` v S           LaTeX-math-varSigma
` v U           LaTeX-math-varUpsilon
` v W           LaTeX-math-varOmega
` v X           LaTeX-math-varXi
` v Y           LaTeX-math-varPsi
` v e           LaTeX-math-varepsilon
` v f           LaTeX-math-varphi
` v j           LaTeX-math-vartheta
` v p           LaTeX-math-varpi
` v r           LaTeX-math-varrho
` v s           LaTeX-math-varsigma


-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]