Answers for "latex space in math mode"

6

latex space in math mode

\; - a thick space.
\: - a medium space.
\, - a thin space.
\! - a negative thin space.
Posted by: Guest on January-28-2021
2

space latex math

Spaces in mathematical mode.

\begin{align*}
f(x) &= x^2\! +3x\! +2 \\
f(x) &= x^2+3x+2 \\
f(x) &= x^2\, +3x\, +2 \\
f(x) &= x^2\: +3x\: +2 \\
f(x) &= x^2\; +3x\; +2 \\
f(x) &= x^2\ +3x\ +2 \\
f(x) &= x^2\quad +3x\quad +2 \\
f(x) &= x^2\qquad +3x\qquad +2
\end{align*}
Posted by: Guest on December-17-2020

Browse Popular Code Answers by Language