Problem solved. I rebooted the computer and it still happened.
I shut it down for 5 min and restarted. It's working fine now.
Search found 3 matches
- Wed Jan 07, 2015 4:29 pm
- Forum: Text Formatting
- Topic: Space being inserted between math and comma
- Replies: 3
- Views: 5450
- Wed Jan 07, 2015 4:00 pm
- Forum: Text Formatting
- Topic: Space being inserted between math and comma
- Replies: 3
- Views: 5450
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}
- Wed Jan 07, 2015 3:32 pm
- Forum: Text Formatting
- Topic: Space being inserted between math and comma
- Replies: 3
- Views: 5450
Space being inserted between math and comma
I am using Textures. When I enter the following:
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
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