When I write $VSS$ in my LaTeX studio, it behaves it as if there is a space between V and S (i.e. V SS).
Is there a way to fix this? I tried \scalebox{.85}[1.0]{$VSS$}, but it did not work well. Any suggestion would be appreciated.
When I write $VSS$ in my LaTeX studio, it behaves it as if there is a space between V and S (i.e. V SS).
Is there a way to fix this? I tried \scalebox{.85}[1.0]{$VSS$}, but it did not work well. Any suggestion would be appreciated.
$VSS$ means $V$ times $S$ times $S$. If you need an italic text in math mode, you may use $\textit{VSS}$ or $\mathit{VSS} (they are not equivalent).
VSS. Don't worry. – Sigur Jun 18 '14 at 22:37