Stefan Monnier | 1 Jul 2007 14:44
Picon

Re: tex mode sub- and super-scripts

> 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

Gmane