On 18/07/2016 15:06, Steve Burnham wrote:
On Mon, Jul 18, 2016 at 7:33 AM Kiuhnm <[email protected]
<mailto:[email protected]>> wrote:
On 18/07/2016 13:25, Kiuhnm wrote:
> Hello,
>
> what's the best way to write leftside superscripts in Lyx (latest
> version) with /correct spacing/?
\prescript from mathtools seems to work well. It'd be great if leftside
prescripts were supported directly by Lyx.
Kiuhnm
Just type them the same way you would super scripts in LyX. If you
wanted 5 to the power of two it would be 5^2 if you wanted a 2 as a
prescript then ^2 5 or use the underscore for subscripts.That's what
works for me.
That's not a good solution because the spacing is wrong. Compare:
\begin_body
\begin_layout Standard
\begin_inset Formula
\[
f\times^{5}g^{4}\neq f\times\prescript{5}{} g^{4}
\]
\end_inset
\end_layout
\end_body