summaryrefslogtreecommitdiff
path: root/pancake.el
diff options
context:
space:
mode:
Diffstat (limited to 'pancake.el')
-rw-r--r--pancake.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/pancake.el b/pancake.el
index 341d74f..b56e417 100644
--- a/pancake.el
+++ b/pancake.el
@@ -195,11 +195,10 @@
(add-face-text-property start (point) face t))
(`(subscript . ,rest)
(pancake-print-line rest)
- (add-text-properties start (point) '(display (height 0.75))))
+ (add-text-properties start (point) '(display (raise -0.2))))
(`(superscript . ,rest)
(pancake-print-line rest)
- (add-text-properties start (point) '(display ((raise 0.25)
- (height 0.75)))))
+ (add-text-properties start (point) '(display (raise 0.2))))
(`(denotation (math . ,formula) . ,rest)
(pancake-print-line rest))
(`(denotation (link . ,uri) . ,rest)