Search found 3 matches

by Nifty77PMP
Wed Jan 07, 2015 4:29 pm
Forum: Text Formatting
Topic: Space being inserted between math and comma
Replies: 3
Views: 5450

Re: Space being inserted between math and comma

Problem solved. I rebooted the computer and it still happened.

I shut it down for 5 min and restarted. It's working fine now.
by Nifty77PMP
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}
If I move the comma inside the $ there is no space ($x,$). Also, if I use $x$\!, it closes up the space.
by Nifty77PMP
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