help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

subscript and superscript taken from tex-mode.el


From: michael-franzese
Subject: subscript and superscript taken from tex-mode.el
Date: Tue, 12 Jan 2021 16:06:05 +0100

Am trying to implement subscript and superscript mode (i.e. subscripts
displayed downwards, superscripts displayed upwards) taken from
tex-mode.el.  What else do I have to do?


(defun tex-font-lock-suscript (pos)
(defun tex-font-lock-match-suscript (limit)
(defun tex-font-lock-unfontify-region (beg end)
(defcustom tex-suscript-height-ratio 0.8
(defcustom tex-suscript-height-minimum 0.0
(defun tex-suscript-height (height)
(defface superscript
(defface subscript




reply via email to

[Prev in Thread] Current Thread [Next in Thread]