Variable: tex-suscript-height-ratio

tex-suscript-height-ratio is a customizable variable defined in tex-mode.el.gz.

Value

0.8

Documentation

Ratio of subscript/superscript height to that of the preceding text.

In nested subscript/superscript, this factor is applied repeatedly, subject to the limit set by tex-suscript-height-minimum.

This variable was added, or its default value changed, in Emacs 23.1.

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defcustom tex-suscript-height-ratio 0.8
  "Ratio of subscript/superscript height to that of the preceding text.
In nested subscript/superscript, this factor is applied repeatedly,
subject to the limit set by `tex-suscript-height-minimum'."
  :type 'float
  :group 'tex
  :version "23.1")