New Reply

LaTex in Lyx differs from LaTex on forum?

 
Share Thread
Jun3-11, 09:48 AM   #1
 
Recognitions:
Science Advisor Science Advisor

LaTex in Lyx differs from LaTex on forum?


Are there supposed to be significant differences in how LaTex is displayed in the Lyx editor and how LaTex is displayed by the processor used by this forum?

On this forum, the LaTex expression \int_a^b f(x) dx shows an integral with lower limit a and upper limit b. When I ( as a novice user) type this expression into Lyx, I get an integral with the lower limit a^b.

(I prefer the way the LaTex processor on this forum does it.)
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Jun3-11, 01:06 PM   #2
 
Mentor
Quote by Stephen Tashi View Post
Are there supposed to be significant differences in how LaTex is displayed in the Lyx editor and how LaTex is displayed by the processor used by this forum?

On this forum, the LaTex expression \int_a^b f(x) dx shows an integral with lower limit a and upper limit b. When I ( as a novice user) type this expression into Lyx, I get an integral with the lower limit a^b.

(I prefer the way the LaTex processor on this forum does it.)
I don't know this for sure, but it might be that the Lyx processor is more picky than the one here. It could be that you need to use braces around each of the limits, like this:
\int_{a}^{b} f(x) dx

The LaTeX processor in use here requires braces when the limits contain more than one character, so if the lower limit happened to be -a and the upper limit were 2b, you would have to include braces, like so:
\int_{-a}^{2b} f(x) dx
Jun3-11, 01:11 PM   #3
 
Recognitions:
Science Advisor Science Advisor
By experimentation, I determined that the Lyx processor is very particular about the use of the spacebar key. If I type \int_a ^b (with a space between 'a' and '^') then I get b as the upper limit of integration.
Jun3-11, 06:42 PM   #4

Math 2012
 
Recognitions:
Science Advisor Science Advisor

LaTex in Lyx differs from LaTex on forum?


Quote by Stephen Tashi View Post
By experimentation, I determined that the Lyx processor is very particular about the use of the spacebar key. If I type \int_a ^b (with a space between 'a' and '^') then I get b as the upper limit of integration.
\int_a^b is valid LaTex defining the lower limit a and upper limit b. Interpreting it as \int_{a^b} is just wrong.

I don't use Lyx, but this seems such a fundamental "bug", if it really is a bug, that I wonder if you are misunderstanding how to use Lyx properly.

Spaces in math expressions should be ignored, except to delimit a macro name followed by a letter (i.e. you have to write \sin x not \sinx, but you can write \sin90, \sin 90, or even \sin 9 0, and all three should give identical output).
Jun3-11, 08:19 PM   #5
 
Recognitions:
Science Advisor Science Advisor
When I view the page source, the LaTex that is actually there is:
$\int_{a}^{b}f(x)$
so I think the behavior of the spacebar key is peculiar to Lyx.
New Reply

Similar Threads for: LaTex in Lyx differs from LaTex on forum?
Thread Forum Replies
why latex of this forum is horrible Forum Feedback & Announcements 2
How to use Latex in this Forum Calculus & Beyond Homework 1
What kind of LaTex is this forum using? Forum Feedback & Announcements 1
How to use Latex on a forum Math & Science Software 5
Which forum to test LaTeX? Forum Feedback & Announcements 3