Science Forums: Quick LaTeX Tutorial - Science Forums

Jump to content

Welcome to ScienceForums.Net!

Welcome to ScienceForums.Net! We welcome science discussion at all levels — from beginners to researchers, covering topics from biology to computer science, and much more. Registration is fast and free, and allows you to post on the forums, so register now and join the discussions!
  
After you've registered, come in and introduce yourself, or visit the forum index. If you need any help  registering, posting, or if you just have some questions about our site, please feel free to contact us at staff at scienceforums dot net.

  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Create a ScienceForums.Net Blog!
Guest Message © 2012 DevFuse
  • 8 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Quick LaTeX Tutorial Rate Topic: -----

#81 Ducky Havok 


Baryon
There's a program called MathType that's pretty useful.
Free Trial
"Simplicity, simplicity, simplicity" - Thoreau
0

#82 BigMoosie 


Atom
Cheers! I remember seeing that advertised in NewScientist, I'm gonna check it out.
Such is life.
0

#83 stevem 


Quark
I agree with Dave that the most sensible thing to do is install LaTeX on your system. But if you really don't want to do that you'll need a LaTeX emulator like mimeTeX.

Assuming that you are using Windows, then download mimetex.exe from there. You can then call mimetex from the DOS command line, but the simplest thing to do is write a batch file:
@echo off

mimetex -f mimetemp.tex -e mimetemp.gif

Save your latex code in mimetemp.tex, run the batch file and the image will appear as mimetemp.gif.
0

#84 stevem 


Quark
And if you want a free equation editor to generate the LaTeX code for you, have a look at TeXAide
0

#85 User is online  Cap'n Refsmmat 


Icon
Mr. Wizard
You can also use OpenOffice, as it is a word processor and offers a math module.
Cap'n Refsmmat
SFN Administrator

Get in the chatroom!
0

#86 muhali3 


Quark
noobzor
0

#87 Silencer 


Atom
whoops
0

#88 CanadaAotS 


Molecule
just testing this out...

\frac{x^2 + 4x}{2y^2 + y} = 6

Derivative:

\frac{(2x + 4)\cdot(2y^2 + y) - (x^2 + 4x)\cdot(2\frac{dy}{dx} + 1)}{(2y^2 + y)^2} = 0

\frac{(4xy^2 + 2xy + 4xy^2 + 4xy) - (2x^2\frac{dy}{dx} + x^2 + 4x\frac{dy}{dx} + 4x)}{(2y^2 + y)^2} = 0

\frac{8xy^2 + 6xy - x^2 - 4x}{(2y^2 + y)^2} + \frac{-2x^2\frac{dy}{dx} - 4x\frac{dy}{dx}}{(2y^2 + y)^2} = 0

\frac{dy}{dx} = \frac{8xy^2 + 6xy - x^2 - 4x}{-2x^2 - 4x}

now hopefully that will work out fine...
Also if any math is wrong please tell me lol

the language to use is easy just going through it all is hard lol
Ni!

- Holy Grail
0

#89 stevem 


Quark
It would be easier to say
\frac{x^2 + 4x}{2y^2 + y} = 6 \implies x^2+4x=6\left(2y^2+y \right)

Hence
2x+4=6\left(4y\frac{dy}{dx}+\frac{dy}{dx}\right)=6\frac{dy}{dx}(4y+1)

So \frac{dy}{dx}=\frac{2x+4}{6(4y+1)}
0

#90 Hiya 


Lepton
Gradient = \frac{kV^2}{m} = \frac{0.00779*15^2}{0.1128} = 15.539
0

#91 Kedas 


Molecule
What's wrong why can't I see a formula here?
This is generated with matlab 6.5, command Latex(S).
[LaTeX Error: String is too long (1140, limit 1000)]

-\sin(\left({\it Patm}\,t-\arctan({\frac {{\it Pstart}}{\sqrt {-{{\it Pstart}}^{2}+{{\it Pin}}^{2}}}})\sqrt {{\it Kv}}{\it Volume}\right){\frac {1}{\sqrt {{\it Kv}}}}{{\it Volume}}^{-1}){\it Pin}\,\cos(\left({\it Patm}\,t-\arctan({\frac {{\it Pstart}}{\sqrt {-{{\it Pstart}}^{2}+{{\it Pin}}^{2}}}})\sqrt {{\it Kv}}{\it Volume}\right){\frac {1}{\sqrt {{\it Kv}}}}{{\it Volume}}^{-1})\sqrt {{{\it Pin}}^{2}{\it Kv}\,\sqrt {-{{\it Pstart}}^{2}+{{\it Pin}}^{2}}\left (-2\,\sqrt {-{{\it Pstart}}^{2}+{{\it Pin}}^{2}}{{\it Pstart}}^{2}\left (\cos({\frac {{\it Patm}\,t}{\sqrt {{\it Kv}}{\it Volume}}})\right )^{2}+\sqrt {-{{\it Pstart}}^{2}+{{\it Pin}}^{2}}{{\it Pin}}^{2}\left (\cos({\frac {{\it Patm}\,t}{\sqrt {{\it Kv}}{\it Volume}}})\right )^{2}-2\,{{\it Pstart}}^{3}\sin({\frac {{\it Patm}\,t}{\sqrt {{\it Kv}}{\it Volume}}})\cos({\frac {{\it Patm}\,t}{\sqrt {{\it Kv}}{\it Volume}}})+2\,{\it Pstart}\,\sin({\frac {{\it Patm}\,t}{\sqrt {{\it Kv}}{\it Volume}}}){{\it Pin}}^{2}\cos({\frac {{\it Patm}\,t}{\sqrt {{\it Kv}}{\it Volume}}})+\sqrt {-{{\it Pstart}}^{2}+{{\it Pin}}^{2}}{{\it Pstart}}^{2}\right )^{-1}}{\frac {1}{\sqrt {{\it Kv}}}}



Edit:
OK, found the error. In which program can I make a pretty formula based on this latex?
There is a pretty command in matlab but it's not graphical.
In the period that Einstein was active as a professor, one of his students came to him and said:
"The questions of this year's exam are the same as last years!"
"True," Einstein said, "but this year all answers are different."
[Albert Einstein]
0

#92 matt grime 


Organism
surely the warning that the string is too long explains why it won't work on this forum.

If you want to see it just latex it at home using your installation of latex. This is freely available for all *nix platforms, windows, mac OSX, and probably many more besides. just download the relevant version and enjoy. use google to find it.
Matt Grime
www.maths.bris.ac.uk/~maxmg
www.maths.bris.ac.uk/~maxmg/maths
Opinions are mine not my employers.
"Don't you dare use party as a verb in this shop" Dylan Moran, Black Books
0

#93 JustStuit 


Molecule
How would you put a space in Latex?

Say I wanted to put something in scientific notation, what's the best way to do that.
Embrace the Calculus
0

#94 matt grime 


Organism
it's a slash followed by a space. eg "\ " without the quotation marks. You can insert larger spaces. Use google to get the information; there is a lot of latex on line (no puns please).
Matt Grime
www.maths.bris.ac.uk/~maxmg
www.maths.bris.ac.uk/~maxmg/maths
Opinions are mine not my employers.
"Don't you dare use party as a verb in this shop" Dylan Moran, Black Books
0

#95 JustStuit 


Molecule
Thanks :-)
Embrace the Calculus
0

#96 User is online  timo 


Primate

matt grime said:

Use google to get the information; there is a lot of latex on line (no puns please).

Actually, I always google for "tex" for that reason.
0

#97 matt grime 


Organism
That might well work, but for the newbies remember a lot of tex stuff is deprecated in latex2e (documentclass for instance doesn't work in tex).
Matt Grime
www.maths.bris.ac.uk/~maxmg
www.maths.bris.ac.uk/~maxmg/maths
Opinions are mine not my employers.
"Don't you dare use party as a verb in this shop" Dylan Moran, Black Books
0

#98 RyanJ 


Primate
Hey Dave, can you tell me if this is a bug?

Sometimes I get a restricted command error even when its text and not a command, name for example triggers error even if its not preceded by a slash... any ideas?

Cheers,

Ryan Jones
There are 3 kinds of people, those who can count and those who cannot.
0

#99 dave 


Icon
boing
Can you give me an example?
Dave
SFN Administrator

Blog and photoblog | Get on IRC! | #sfn statistics
0

#100 RyanJ 


Primate

dave said:

Can you give me an example?


Yea shure :)

[LaTeX Error: Restricted command found (name)]

Cheers,

Ryan Jones
There are 3 kinds of people, those who can count and those who cannot.
0

Share this topic:


  • 8 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users