Add TeX super/sub script.

This commit is contained in:
Glenn Morris 2007-09-28 03:36:15 +00:00
parent 405b495fe8
commit 332de56fe9
2 changed files with 6 additions and 0 deletions

View file

@ -165,6 +165,11 @@ with the face `eldoc-highlight-function-argument'.
** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
** The appearance of superscript and subscript in TeX is more customizable.
See the documentation of the variables: tex-fontify-script,
tex-font-script-display, tex-suscript-height-ratio, and
tex-suscript-height-minimum.
** BibTeX mode:
*** New `bibtex-entry-format' options `whitespace', `braces', and

View file

@ -8,6 +8,7 @@
(tex-suscript-height): New function.
(superscript, subscript): Set height using tex-suscript-height
rather than fixing at 0.8.
(tex-fontify-script, tex-font-script-display): Add :version tag.
2007-09-27 Juanma Barranquero <lekktu@gmail.com>