1 Jul 2007 14:44
Re: tex mode sub- and super-scripts
Stefan Monnier <monnier <at> iro.umontreal.ca>
2007-07-01 12:44:43 GMT
2007-07-01 12:44:43 GMT
> 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
RSS Feed