]> git.eshelyaron.com Git - emacs.git/commitdiff
Add TeX super/sub script.
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2007 03:36:15 +0000 (03:36 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2007 03:36:15 +0000 (03:36 +0000)
etc/NEWS
lisp/ChangeLog

index 3022068d0a330760224b4ae2c95682ade138de46..63a3797b6d08cfedcde15bb510cb1aa9c83d20e6 100644 (file)
--- 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
index 2023fa93c4ef90333967b52441e2d186741bbc5d..1a5e5d6d68130276044456236c75fd782f9817d7 100644 (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>