1

I am working with a variable called VAL in my LaTeX document. But it behaves strange in math mode.

Here is an example (I'm using tabular to highlight the issue):

\documentclass{article}

\begin{document} \begin{tabular}{ll} Normal italic text: & \textit{VAL} \ Math mode text: & $VAL$ \ \end{tabular} \end{document}

Rendered example.

As you can see, math mode inserted a space between V and A. Why? How can I remove it?

0 Answers0