From: Glenn Morris Date: Fri, 28 Sep 2007 03:36:15 +0000 (+0000) Subject: Add TeX super/sub script. X-Git-Tag: emacs-pretest-23.0.90~10590 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=332de56fe9b45cc585756f0ade2b70b9cbff0170;p=emacs.git Add TeX super/sub script. --- diff --git a/etc/NEWS b/etc/NEWS index 3022068d0a3..63a3797b6d0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2023fa93c4e..1a5e5d6d681 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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