emacs-devel
[Top][All Lists]
Advanced

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

Re: tex mode sub- and super-scripts


From: Stefan Monnier
Subject: Re: tex mode sub- and super-scripts
Date: Sun, 01 Jul 2007 08:44:43 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> I'd be willing to port AUCTeX's customization options ([1], code
> written by me) to tex-mode.el.  Any objections?  Stefan?

Fine by me.

> +(defcustom tex-font-script-display '((raise -0.3) . (raise 0.3))
> +  "Display specification for subscript and superscript content.
> +The car is used for subscript, the cdr is used for superscripts."
> +  :group 'tex
> +  :type '(cons (choice (sexp :tag "Subscript form")
> +                    (const :tag "No lowering" nil))
> +            (choice (sexp :tag "Superscript form")
> +                    (const :tag "No raising" nil))))

I'm curious: for what has this been used?


        Stefan




reply via email to

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