Introducing LaTeX Math Typesetting

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
766 replies · 754K views
Physics news on Phys.org
All right, here's a new problem. How do I do this, but right?

[tex] \begin{array}{r l r l}<br /> u &= \ln x \quad & dv &= x\,dx \\<br /> du &= \frac{1}{x}\,dx & v &= \frac{1}{2} x^2<br /> \end{array}[/tex]
 
Originally posted by Hurkyl
All right, here's a new problem. How do I do this, but right?

i don t understand... what are you trying to do?
 
If I want to denote the real and complex sets, using one of the below fonts which looks better?

[tex]\mathbb{RC}\mathbbmss{RC}\mathds{RC}[/tex]

edited to add: it doesn't look like we have the other two fonts. There must be someway of represintg the real and complex sets in this manner, as the first fonts don't really look right to me.
 
Last edited:
I was just hpoing to get something more inline with what's in my textbooks, but I suppose the font is more than adequate.
 
Actually, you can specify that images should be centered vertically within the line of text they're in -- I'm working on getting that attribute into the image tags. Politics, shmolitics.

- Warren
 
Update!

The LaTeX code has been improved a bit. I know you guys have been frustrated with the ugliness of inline TeX, so I went ahead and improved that.

I have introduced a new LaTeX command, the \inline command. Whenever you want to include a graphic inline with your text, like [tex]\inline{C H_4}[/tex] or [tex]\inline{G_\textrm{diffeo}}[/tex] or [tex]\inline{y = mx + b}[/tex], you should use the \inline{...} construct. Remember: click the LaTeX images to see how they're implemented.

Of course, you can inline larger pieces of TeX too, like [tex]\inline{\frac{1}{\sqrt{1 - v^2/c^2}}}[/tex] or even [tex]\inline{e^x = \sum_{n=0}^\infty \frac{x^n}{n!} = \lim_{n\rightarrow\infty} (1+x/n)^n<br /> }[/tex]. But if makes more sense to include larger graphics set apart from your text, like this:

[tex]\frac{1}{\sqrt{1 - v^2/c^2}}[/tex]

[tex]e^x = \sum_{n=0}^\infty \frac{x^n}{n!} = \lim_{n\rightarrow\infty} (1+x/n)^n[/tex]

Note the difference in font sizing and layout between the normal and inlined graphics.

In addition, I have changed the TeX \vec command to boldface vectors. So feel free to use expressions like [tex]\inline{\vec{F} = m \vec{a}}[/tex] to denote vector quantities.

Enjoy!

- Warren
 
Originally posted by Hurkyl
How do I get the arrows, then, if I want them?
Hmmm well, I thought I knew how, but now I'm not so sure. I'll have to look around. Maybe Ambitwistor knows a trick to put a command that has been \renew'd back to its default behavior.

Also, I found this pdf of useful mathematical constructs, that goes a bit beyond what we already have:

http://amath.colorado.edu/documentation/LaTeX/Symbols.pdf

- Warren
 
Originally posted by Ambitwistor
I don't know how to get a command back to its original behavior. You could try defining a new command to act like the original \vec before you redefine it. (Or else you could leave the original alone and define a new command to act like the bold version.)
Both are good ideas. Generally, boldfacing is the "proper" way to represent vectors. Unfortunately, TeX treats lowercase greek letters and uppercase greek letters differently, making it fairly complicated to just boldface any old character. I put the macro into the system so people wouldn't have to jump through hoops if they just wanted to make a boldface [tex]\inline{\vec \lambda}[/tex].

Maybe redefining \boldmath to work everywhere is the best approach here, leaving \vec alone.

- Warren
 
I also just noticed that in IE6, the inline LaTeX images are a few pixels below the baseline of the text. In my preferred browser, Mozilla, they are exactly correct. Perhaps I need to tweak the site's style sheet to get the line spacing just right in all browsers. I'll have to think about it. In the meantime, everyone should switch to Mozilla Firebird!

- Warren
 
Actually, scratch that -- when the font size is set to "Medium" in the view menu, it's just right in IE6 too. (whew) Are any of you experiencing inline LaTeX graphics that are NOT aligned properly with your text?

- Warren
 
Also, Ambi, you LaTeX guru you,

Can you tell me why the font size is different between these two images?

[tex]\inline{<br /> \int_{a}^{b}} e^x dx<br /> }[/tex]

[tex]\inline{<br /> e^x = \sum_{n=0}^\infty \frac{x^n}{n!} = \lim_{n\rightarrow\infty} (1+x/n)^n<br /> }[/tex]

Look at the e^x... does the integral sign somehow cause the font size to change, or what?

- Warren
 
Originally posted by Hurkyl
How do I get the arrows, then, if I want them?

wouldn t it just be better to follow ams guidlines, and have \vec make an overline, and \mathbf make boldface? i much prefer boldface to arrows in print, but i don t see any reason to override ams defaults to get rid of arrows... they are not that bad...
 
Your right it can be annoying, when I posted a load of inline text though, I just copied the commands onto the clipboard and pasted, changing the code between the inline brackets.
 
Originally posted by Hurkyl
What about making a new tag, say, [ itex ] for inline tex? It gets annoying having to type [ tex ]\inline{x}[ /tex ] 10 times in a post!
Yeah, I was strongly considering this from the beginning. Next time Greg let's me on the site, I'll do that.

- Warren
 
Also, \vec now does [itex]\lambda_j = \vec{\lambda} \cdot \vec{e}_j[/itex] while \mathbf does [itex]\lambda_j = \mathbf{\lambda} \cdot \mathbf{e}_j[/itex].

- Warren
 
And ams math environments should work now too:

[tex]a + b + c + d + e + f<br /> +g+h+i+j+k+l+m+n[/tex]

[tex] \begin{multline*}<br /> a + b + c + d + e + f\\<br /> +g+h+i+j+k+l+m+n<br /> \end{multline*}[/tex]

[tex] \begin{gather*}<br /> a_1 = b_1 + c_1\\<br /> a_2 = b_2 + c_2 - d_2 + e_2<br /> \end{gather*}[/tex]

- Warren
 
What are all the spacers available to us? (like '~' and '\,')

(and remember, I'm a LaTeX newbie, so mentioning what they're supposed to do is nice :smile: probably should go in the .pdf too)
 
Is there a smaller triangle that goes well here? What's the command for the floor and ceiling functions? Am I spelling the command for omicron wrong, or is omicron identical to 'o' so there isn't a command?

[tex]\Delta x \triangle x[/tex]
[itex]\Delta x \triangle x[/itex]
 
Last edited:
Yes, it's the letter delta; I want to use it as one notates a differential or a difference, as in [itex]\Delta x[/itex] (my previous post is the theorem I wanted to state in a post; I copped out with [itex]\delta x[/itex] but I prefer the capital delta).

When I write it by hand, I usually write the delta as the same height as a lower case letter... but now that I've checked some reference material, it seems that the full-size is the norm; ah well. I'd still like to know if I can make a half sized one should I want to in a post. :smile: