From 332de56fe9b45cc585756f0ade2b70b9cbff0170 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 28 Sep 2007 03:36:15 +0000 Subject: [PATCH] Add TeX super/sub script. --- etc/NEWS | 5 +++++ lisp/ChangeLog | 1 + 2 files changed, 6 insertions(+) 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 -- 2.39.5