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: Wed, 04 Jul 2007 23:32:02 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>>> +(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?

> A replacement for the hard-codes values, but that's obvious, isn't it?
> Probably I didn't understand your question.  Could you be more
> specific, please?

Well, supposedly you/someone replaced those values by different ones, right?
So how did they differ?  Did only the 0.3 ever change or sometimes the whole
thing?  Did it always change symmetrically? ...

I mean the above variable can be used to make super/subscript display in
very wild ways, so I'm wondering if is a feature or a misfeature.


        Stefan




reply via email to

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