Add TeX super/sub script.
This commit is contained in:
parent
405b495fe8
commit
332de56fe9
2 changed files with 6 additions and 0 deletions
5
etc/NEWS
5
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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue