2311
Technical Questions / Re: Testing Math
« on: September 21, 2012, 02:55:35 AM »This is just a test to see whether I can copy and paste from LyX:
u(x, t) = \varphi(x-ct)+\phi(x+ct)-\intop_{x-ct}^{x+ct}g(y)dy
Yes, you can but need to switch on math (inline or display respectively)
Code: [Select]
$u(x, t) = \varphi(x-ct)+\phi(x+ct)-\intop_{x-ct}^{x+ct}g(y)dy$
$u(x, t) = \varphi(x-ct)+\phi(x+ct)-\intop_{x-ct}^{x+ct}g(y)dy$Code: [Select]
$$u(x, t) = \varphi(x-ct)+\phi(x+ct)-\intop_{x-ct}^{x+ct}g(y)dy$$
$$u(x, t) = \varphi(x-ct)+\phi(x+ct)-\intop_{x-ct}^{x+ct}g(y)dy$$Actually I never saw \intop (just \int) and double dollars are deprecated (see my code), but your example works