| Thread Closed |
Introducing LaTeX Math Typesetting |
Share Thread | Thread Tools |
| Nov18-03, 09:52 PM | #18 |
|
|
Introducing LaTeX Math Typesetting
scientific notebook lets you create things that look like math but when you save it, it's in tex (or latex?). i'm looking for other equation editors myself cuz there is one thing i don't like about scientific notebook.
how does one go about adding tex capabilities to their message board? |
| Nov19-03, 02:33 PM | #19 |
|
|
Lets have a go....
[tex]2\pi\sqrt{l/g}[/tex] [tex]\gamma \equiv \frac{1}{\sqrt{1 - v^2/c^2}}[/tex] edit: After three attempts I got it to work!! [:)] |
| Nov20-03, 11:47 AM | #20 |
|
|
Displaying vectors can be tricky.
The default \vec LaTeX command produces a little arrow over the top of vectors, e.g. [tex]\lambda_j = \vec{\lambda} \cdot \vec{e}_j[/tex] If you'd prefer to make your vectors boldface, just redefine the \vec command. See the source for this image to see how the command is redefined. [tex] \renewcommand{\vec}[1]{\mbox{\boldmath $ #1 $}} \lambda_j = \vec{\lambda} \cdot \vec{e}_j[/tex] - Warren |
| Nov20-03, 10:29 PM | #21 |
|
|
does this always generate display mode, or can we make it do inline mode as well?
|
| Nov20-03, 10:30 PM | #22 |
|
|
- Warren |
| Nov20-03, 10:47 PM | #23 |
|
|
|
| Nov20-03, 10:52 PM | #24 |
|
|
- Warren |
| Nov20-03, 10:56 PM | #25 |
|
|
Display math:
[tex]\sum_i x^i[/tex] (inline) math, [tex]\mbox{$\sum_i x^i$}[/tex], hacked |
| Nov20-03, 10:57 PM | #26 |
|
|
|
| Nov20-03, 10:58 PM | #27 |
|
|
Ambi,
Cool, I tried a few things and couldn't find anything that displayed differently! Using \mbox is a fine way to do it. - Warren |
| Nov20-03, 10:59 PM | #28 |
|
|
If it becomes a serious wishlist item for a lot of people, I can consider adding some attributes like mode=displaymath or mode=inline to the [ tex ] tag. Otherwise, \mbox is the easiest way to accomplish it.
- Warren |
| Nov20-03, 11:01 PM | #29 |
|
|
|
| Nov20-03, 11:02 PM | #30 |
|
|
[tex]y = m x + b[/tex] [tex]\mbox{ $ y = m x + b $ }[/tex] - Warren |
| Nov20-03, 11:04 PM | #31 |
|
|
|
| Nov20-03, 11:05 PM | #32 |
|
|
|
| Nov20-03, 11:06 PM | #33 |
|
|
|
| Nov20-03, 11:12 PM | #34 |
|
|
Yes, we have amsmath; I only recently started using it, so I keep forgetting about it...
However, if you're proposing \text as a replacement for \mbox in this instance ... [tex]\mbox{$\sum_i x^i$}[/tex] [tex]\text{$\sum_i x^i$}[/tex] |
| 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 | ||