* subscript and superscript taken from tex-mode.el
@ 2021-01-12 15:06 michael-franzese
0 siblings, 0 replies; only message in thread
From: michael-franzese @ 2021-01-12 15:06 UTC (permalink / raw)
To: Help Gnu Emacs
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-12 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-12 15:06 subscript and superscript taken from tex-mode.el michael-franzese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).