Thread Closed

Introducing LaTeX Math Typesetting

 
Share Thread Thread Tools
Dec1-03, 06:53 AM   #86
 

Introducing LaTeX Math Typesetting


Originally posted by Hurkyl
One should probably use [itex]\mathbb{N}/\mathbb{N}[/itex] style fractions in inline text anyways, but a bug is still a bug!
I agree with Hurkyl. fraction type [itex]\frac{\mathbb{N}}{\mathbb{N}}=\mathbb{N}[/itex] should only be used in equation ( or eqnarray), but while writing along with text we should use [itex]\mathbb{N}/\mathbb{N}[/itex]

cheers,
Nagaraj
/**********************/
VU3OGI is my HAM callsign
/**********************/
Dec2-03, 05:12 AM   #87
 
any ideas why this isn t working?

[tex]
\begin{multline*}
\tan^n \theta=\tan^{n-2}\theta \tan^2 \theta\\ =\tan^{n-2}\theta(\sec^2\theta-1)=\tan^{n-2}\theta\sec^2\theta-\tan^{n-2}\theta
\end{multline*}
[/tex]
Dec2-03, 12:40 PM   #88
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Mainly because the environment is not called multiline, it's called multline (without the 'i'). Try this:

[tex]
\begin{multline*}
\tan^n \theta=\tan^{n-2}\theta \tan^2 \theta\\ =\tan^{n-2}\theta(\sec^2\theta-1)=\tan^{n-2}\theta\sec^2\theta-\tan^{n-2}\theta
\end{multline*}
[/tex]

- Warren
Dec2-03, 02:42 PM   #89
 
Originally posted by chroot
Mainly because the environment is not called multiline, it's called multline (without the 'i'). Try this:
oops... i m an idiot.

thanks chroot.
Dec7-03, 02:12 PM   #90
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
How do I make a script P, such as is typically used in the notation for a power set [itex]P(X)[/itex]?
Dec7-03, 02:13 PM   #91
 
[tex]\mathcal{P}(X)[/tex]
Dec11-03, 09:53 AM   #92
 
Hi folks!

I'm just setting up a practice spot for myself here. Don't mind me. These will be changing/dissappearing as I get new thoughts, but feel free to watch my struggles.

[tex]
M^2 = \left(
\begin{array}{cc}
M^2_{11} & M^2_{18}\\
M^2_{18} & M^2_{88}
\end{array}
\right)
[/tex]

[tex]
M^2_{88} = \frac {1}{3} \left(4m^2_{K} - m^2_{\pi}\right)
[/tex]

[tex]
M^2_{11} = m^2_{\eta} + m^2_{\eta'} - M^2_{88}
[/tex]

[tex]
M^2_{18} = - \sqrt{(M^2_{88} - m^2_{\eta})(m^2_{\eta'} - M^2_{88})}
[/tex]

[tex]
\tan\theta_{P} = \frac {M^2_{88} - m^2_{\eta}}{M^2_{18}}
[/tex]

Dang this is freakin' cool!!!

[tex]
\begin{multline*}
\eta = \eta_{8}\cos\theta_{P} - \eta_{1}\sin\theta_{P}\\
\eta' = \eta_{8}\sin\theta_{p} + \eta_{1}\cos\theta_{P}
\end{multline*}
[/tex]

[tex]
\eta_{1} = \frac {u\bar{u} + d\bar{d} + s\bar{s}}{\sqrt{3}},
\eta_{8} = \frac {u\bar{u} + d\bar{d} - 2s\bar{s}}{\sqrt{6}}
[/tex]

I just can't stop...

[tex]
\nu_e
[/tex]

[tex]
\nu_e\bar
[/tex]
Dec11-03, 10:18 AM   #93
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
[tex]\neq[/tex]

What would be the symbol for 'not equivalent to' and how would you represent it in latex?
Dec11-03, 10:31 AM   #94
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Wouldn't it just be a crossed equivalent sign (or is that stronger than 'not equivalent to'?)? which I can't seem to get that anyway.

[tex]\nequiv \notequiv[/tex]
Dec11-03, 10:58 AM   #95
 
[tex]\not\equiv[/tex]
Dec11-03, 11:05 AM   #96
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
thanks!

I was looking at a table of glyphs used in maths and it had that sign as 'not identical to' is that interchangable with 'not equivalent to' or can the sign mena both things?
Dec11-03, 11:12 AM   #97
 
The symbol can be read as either "identical" or "equivalent".
Dec11-03, 11:19 AM   #98
 
By the way, I never answered this...

Originally posted by chroot
Can you tell me why the font size is different between these two images?

[itex]\int_{a}^{b}} e^x dx[/itex]

[itex]e^x = \sum_{n=0}^\infty \frac{x^n}{n!} = \lim_{n\rightarrow\infty} (1+x/n)^n[/itex]
Look at the TeX for the first one: it has an extra closing curly brace }. Thus, since the TeX expression is being implicitly enclosed within \inline{...}, that extra brace closes the inline, and the e^x dx is not inlined.

You don't need the curly braces here anyway... it should just be [itex]\int_a^b e^x\,dx[/itex].
Dec11-03, 11:02 PM   #99
 
Wow this is awesome, but is there a sperate program or way that I can do the Math Typesetting offline or find it as a standard software? I would like to be able to type out some mathematical notes for my self since my hand writing is a bit sloppy and my notebook becomes incoherent... [g)]
Dec11-03, 11:42 PM   #100
 
Originally posted by phnatomAI
Wow this is awesome, but is there a sperate program or way that I can do the Math Typesetting offline or find it as a standard software? I would like to be able to type out some mathematical notes for my self since my hand writing is a bit sloppy and my notebook becomes incoherent... [g)]
You can use MiKTeX if you use Windows. If you use Linux, your distro should already have TeX and LaTeX software.
Dec12-03, 08:29 PM   #101
 
im kinda slow, andim not that advanced, so im tryin lil things. but i like this thing, ima be the only person in my class with a fully typed physics report.


[itex]f_{x}=f\cos\theta[/itex]
Dec12-03, 10:04 PM   #102
 
Originally posted by master_coda
You can use MiKTeX if you use Windows. If you use Linux, your distro should already have TeX and LaTeX software.
I installed it but how do I use it? Do I just go to notepad and type up and save it as a .dvi file?
Thread Closed
Thread Tools


Similar Threads for: Introducing LaTeX Math Typesetting
Thread Forum Replies
How can I make math (by latex) available in my post? Forum Feedback & Announcements 5
Typesetting Problems General Math 2
Math Typesetting General Math 10
A math book on introducing proofs(?) General Math 29
Notation for recursion - better typesetting General Math 0