Difference between revisions of "Writing with Latex"

From TheFusioneersWiki
Jump to: navigation, search
Line 4: Line 4:
 
   \frac{2 \pi}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt
 
   \frac{2 \pi}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt
 
  </math>
 
  </math>
 +
 +
 +
== The LaTeX Basics ==
 +
 +
LaTeX is widely used to produce high quality technical and scientific documentation. If you are in any STEM field, you will probably use LaTeX to compose papers, theses, project proposals, and many other documents. LaTex is <i>not</i> your everyday run-of-the-mill word processor, rather, you should treat it as a new programming language. To get started with LaTex, you will need to install a .tex compiler. The link to one such compiler, TeXstudio, is provided here [http://texstudio.sourceforge.net/].

Revision as of 05:27, 1 August 2014

This is a Latex Test:

{\frac  {2\pi }{{\sqrt  {\pi }}}}\int _{x}^{{\infty }}e^{{-t^{2}}}\,dt


The LaTeX Basics

LaTeX is widely used to produce high quality technical and scientific documentation. If you are in any STEM field, you will probably use LaTeX to compose papers, theses, project proposals, and many other documents. LaTex is not your everyday run-of-the-mill word processor, rather, you should treat it as a new programming language. To get started with LaTex, you will need to install a .tex compiler. The link to one such compiler, TeXstudio, is provided here [1].