New Reply

LaTeX bug?

 
Share Thread Thread Tools
Jun9-12, 02:05 AM   #1
 
Admin

LaTeX bug?


Is it a bug, or am I missing something obvious?

[tex]\frac {L\times atm} {K\times mol}[/tex]

[itex]\frac {L\times atm} {K\times mol}[/itex]

Same if you don't use \times, on my computer it is rendered the same wrong way under Opera and under Chrome.

This is image, not part of the text:

------------

------------
Attached Thumbnails
Untitled-1.png  
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jun9-12, 02:24 AM   #2
 
[itex] \frac{ L \times \mathrm{atm}}{K \times \mathrm{mol}} [/itex]

Code:
\frac{ L \times \mathrm{atm}}{K \times \mathrm{mol}}
 
Jun9-12, 03:01 AM   #3
 
Admin
OK, thanks, that's a way of getting it rendered correctly.

But it doesn't answer my question - was my LaTeX wrong, or was it rendered wrong?
 
Jun9-12, 06:23 AM   #4
 

LaTeX bug?


Can't really see anything wrong with your LaTeX. I never leave a space after the \frac, don't know if that makes a difference...
 
Jun9-12, 06:52 AM   #5
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Hi Borek!

You left a space between the two brackets, so I think it assumed you wanted that space under the line!

[tex]\frac {L\times atm} {K\times mol}[/tex]

[tex]\frac {L\times atm}{K\times mol}[/tex]
 
Jun9-12, 07:10 AM   #6
 
Admin
Thanks, that explains it

I have a feeling it wasn't this way before, I find it hard to believe this is the first time I put the space between the brackets, I tend to add spaces to my code to make it less crowded and easier to read (be it LaTeX or C++ or anything). But I am not going to browse all my posts to check it.
 
Jun9-12, 10:19 AM   #7
 
Recognitions:
Homework Helper Homework Help
Looks to me that you found a bug in MathJax! .


Spaces are not supposed to be significant in Latex.
They are only required to separate operators from operands if necessary, like \sin x, which is different from \sinx (which is an error:##\sinx##).
I googled for confirmation, but could not quickly find it.

Even letters with spaces between them are rendered as if the spaces were not there.
And operations on text without spaces, treat the letters as if they are separate,
like \frac ab versus \frac a b (both rendered as ##\frac ab## respectively ##\frac a b##).

Afaik the only other time when white space should be significant is within a \text environment.
Note that some latex engines have difficulty rendering long formulas without spaces (a bug).


So I believe it's a bug in MathJax that your fraction does not render correctly.
A quick check shows that it is rendered correctly by another engine.
If the space were supposed to be significant, it should have been escaped.
 
Jun9-12, 10:36 AM   #8
 
Don't leave spaces between the numerator and denominator braces.
 
Jun9-12, 11:28 AM   #9
 
Admin
Looks like it is not a space between brackets, but a thin space, & # 8201; , so no wonder it was treated differently. But I have no idea what happened . For sure I have not inserted it purposely, I have no idea how to do it even if I would like to.
 
Jun9-12, 11:35 AM   #10
 
Recognitions:
Homework Helper Homework Help
Oh.
So it's not a bug.

Did you copy and paste the formula from elsewhere?
I know that for instance Microsoft Word and Excel automatically change what you type (to be supposedly more aesthetically pleasing).
Copying and pasting from any word processor that supports formatting is a risk.
 
Jun9-12, 12:01 PM   #11
 
Admin
OK, I think I know what have happened.

I was answering question about ideal gas constant value and units, I went to wikipedia, marked units there, copied and pasted them to the edit field, but they looked like L atm K−1 mol−1 - so I wanted to latexize them to look better. I added \frac and brackets and never noticed there is a thin space instead of normal space.

Sigh. If not for the fact I tried to report problems at Google groups and CC mail that came to me displayed small square between brackets I would never found what the problem was.
 
New Reply
Thread Tools


Similar Threads for: LaTeX bug?
Thread Forum Replies
[LaTeX] What are the standard margins on a latex document? Math & Science Software 2
LaTex in Lyx differs from LaTex on forum? Programming & Comp Sci 4
Relation between LaTeX Code: \\theta and LaTeX Code: \\mu ? Introductory Physics Homework 0
Is it possible to define in LaTeX documents Latex Help Math & Science Software 2