Text Formatting ⇒ Space being inserted between math and comma
-
- Posts: 3
- Joined: Wed Jan 07, 2015 3:27 pm
Space being inserted between math and comma
Now since $e^{mx} > 0$ for all values of $x$, we must have
a space is appearing between the math mode and the comma. I am getting
...for all values of x , we must have
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Space being inserted between math and comma
please give us some compilable example reproducing the behaviour.
Code: Select all
\documentclass{article}
\begin{document}
Now since $e^{mx} > 0$ for all values of $x$, we must have
\end{document}
-
- Posts: 3
- Joined: Wed Jan 07, 2015 3:27 pm
Space being inserted between math and comma
Code: Select all
\documentclass{book}
Now since $e^{mx} > 0$ for all values of
$x$, we must have $m = 2$ and
$m = 3$ therefore $y = e^{2x} $
and $y = e^{3x} $ are solutions.
\end{document}
-
- Posts: 3
- Joined: Wed Jan 07, 2015 3:27 pm
Re: Space being inserted between math and comma
I shut it down for 5 min and restarted. It's working fine now.