| Thread Closed |
Introducing LaTeX Math Typesetting |
Share Thread | Thread Tools |
| Mar22-06, 09:12 AM | #613 |
|
|
Introducing LaTeX Math Typesetting
The PSPICTURE Environment:
http://www.ursoswald.ch/LaTeXGraphic.../pstricks.html NASA Index of LaTeX instructions plus so much more: http://www.giss.nasa.gov/tools/latex/ltx-2.html -LD PS: I tried a few and none of it works here. So I editted the post down to the URLs as an FYI. |
| Mar22-06, 09:45 AM | #614 |
|
|
Let me try... [tex] \] \usepackage{pstricks, pstcol, pst-text} \begin{pspicture}(-4, -3.2)(3, 0.2) \psset{linecolor=white} % hidden \pstextpath {\pscurve(-4, -2)(-2, 0)(0, -3)(2, -1)% (3, -2)(5, -3)} {\color{blue} % font color If you want to type $(a+b)^n=\sum_{k=0}^n {n\choose k} a^{n-k}b^k$ and let it follow along a curving line \ldots} \end{pspicture} \[ [/tex] I think the problem is that a line like "\usepackage{pstricks, pstcol, pst-text}" may call packages that are unavailable to this system... or maybe it's that this line must come before the \begin{document} line, which we wouldn't have access to. I think you'll just have to make do with the picture environment. But one can get it to do some interesting stuff... for example, http://physicsforums.com/showpost.ph...&postcount=300 |
| Mar29-06, 03:26 PM | #615 |
|
|
|
| Apr4-06, 08:18 PM | #618 |
|
|
[latex]E=mc^6[/latex]
- Warren |
| Apr4-06, 09:37 PM | #619 |
|
|
[latex]
\begin{gathered} \varepsilon _x = \bar \varepsilon _x = \frac{{d^2 }} {{12}}\left( {M^2 - 1} \right) \hfill \\ d = \sqrt {\frac{{12\bar \varepsilon _x }} {{M^2 - 1}}} \hfill \\ M = \sqrt {\frac{{12\bar \varepsilon _x }} {{d^2 }} + 1} \hfill \\ \end{gathered} [/latex] LaTeX is functional again. - Warren |
| Apr4-06, 09:47 PM | #620 |
|
|
What's up with the white background?
|
| Apr4-06, 09:49 PM | #621 |
|
|
[tex] \] \unitlength 1mm \begin{picture}(55,90)(0,0) \linethickness{0.3mm} \put(20,10){\line(0,1){80}} \linethickness{0.3mm} \multiput(20,90)(0.12,-0.12){250}{\line(1,0){0.12}} \linethickness{0.3mm} \multiput(20,30)(0.12,0.12){250}{\line(1,0){0.12}} \linethickness{0.3mm} \multiput(20,10)(0.12,0.2){250}{\line(0,1){0.2}} \put(15,30){\makebox(0,0)[cc]{t}} \put(15,60){\makebox(0,0)[cc]{\gamma t}} \put(15,90){\makebox(0,0)[cc]{k^2t}} \put(55,60){\makebox(0,0)[cc]{kt}} \end{picture} \[ [/tex]
[tex]\mbox{transparency gone?}[/tex] with tex [latex]\mbox{transparency gone?}[/latex] with latex [itex]\mbox{transparency gone?}[/itex] with itex preview working?
|
| Apr5-06, 03:02 AM | #622 |
|
|
[tex]
\begin{gathered} {\text{CH}}_4 + 2{\text{O}}_2 \to {\text{CO}}_2 + 2{\text{H}}_2 {\text{O}} \hfill \\ 2{\text{C}}_2 {\text{H}}_6 + 7{\text{O}}_2 \to 4{\text{CO}}_2 + 6{\text{H}}_2 {\text{O}} \hfill \\ 2{\text{C}}_2 {\text{H}}_4 + 3{\text{O}}_2 \to 2{\text{CO}}_2 + 2{\text{H}}_2 {\text{O}} \hfill \\ 2{\text{C}}_2 {\text{H}}_2 + 5{\text{O}}_2 \to 4{\text{CO}}_2 + 2{\text{H}}_2 {\text{O}} \hfill \\ \end{gathered} [/tex] |
| Apr5-06, 06:18 AM | #623 |
|
|
[tex]\LaTeX[/tex]
-White Background ????????
|
| Apr5-06, 08:07 AM | #624 |
|
Mentor
Blog Entries: 1
|
Testing....
[tex]\vec{F} = m \vec{a}[/tex] white background? Blech!
|
| Apr6-06, 07:46 AM | #626 |
|
|
re-test of an old example
|
| Apr6-06, 10:08 AM | #627 |
|
Recognitions:
|
I am not familiar with drawing in LaTeX, and I just wonder where I can find a short tutorial on this topic.
I think it should also be added to the first page of this thread, so that someone new to LaTeX can learn how to draw. It's just my $0.02. |
| Apr6-06, 11:33 AM | #628 |
|
|
I don't know of anyone else who uses this \picture environment here at PF. For general (i.e. not-necessarily PF) LaTeX, you might look at http://www.eng.cam.ac.uk/help/tpl/te...ml/ltx-43.html
Here what I use sometimes http://jpicedt.sourceforge.net/ With some effort (see example below [click on image for source]) and some manual tweaks, you can get its output into a PF post. [tex] \] \unitlength 1mm \begin{picture}(55,90)(0,0) \linethickness{0.3mm} \put(20,10){\line(0,1){80}} \linethickness{0.3mm} \multiput(20,90)(0.12,-0.12){250}{\line(1,0){0.12}} \linethickness{0.3mm} \multiput(20,30)(0.12,0.12){250}{\line(1,0){0.12}} \linethickness{0.3mm} \multiput(20,10)(0.12,0.2){250}{\line(0,1){0.2}} \put(15,30){\makebox(0,0)[cc]{t}} \put(15,60){\makebox(0,0)[cc]{\gamma t}} \put(15,90){\makebox(0,0)[cc]{k^2t}} \put(55,60){\makebox(0,0)[cc]{kt}} \end{picture} \[ [/tex] |
| Apr6-06, 05:28 PM | #629 |
|
|
- Warren |
| 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 | ||