From 538beaf73749e8ae72f6c38e266a7aa79317f69f Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Mon, 13 Jan 2014 19:09:14 -0800 Subject: [PATCH] Add hacky left margin to superscripts Auditors: emily, eater --- static/katex.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/katex.less b/static/katex.less index 4d1b9fa..19fb675 100644 --- a/static/katex.less +++ b/static/katex.less @@ -179,6 +179,10 @@ big parens .baseline-align-hack-outer; text-align: left; + // The rendering of $y'$, for example, looks bad without this. + // TODO(alpert): Obviously incorrect. Figure out the proper fix here. + margin-left: 0.1em; + .msup, .msub { .baseline-align-hack-middle;