Search found 1 match

by mech_e
Mon May 14, 2012 5:33 pm
Forum: LyX
Topic: Math in Lyx View and PDF View
Replies: 6
Views: 5407

Math in Lyx View and PDF View

you could superscript the minus sign as follows:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\bar{s}_{ap}^{^-1}\cdot\bar{a} = \bar{v}_{ap}
\end{equation}
\begin{align}
\bar{s}_{ap}^{-1}\cdot\bar{a} &= \bar{v}_{ap}\\
\bar{s}_{gt}^{-1}\cdot\bar{a} &= \bar{v ...