Which Version of LaTeX is Official? Exploring Its Use & Download Links

  • LaTeX
  • Thread starter pivoxa15
  • Start date
  • Tags
    Latex Links
In summary, many versions of Latex are available for free download, but the official version is latex2e. Windows users can just use WinEdt to start working with Latex, while Linux users can install basic latex2e software. There are online tools that can be used instead of MiKTeX or other implementations. If you are not using MiKTeX, you can read some tutorials to get started.f
  • #1
2,259
1
There seem to be many versions of Latex avaliable for download for free. But which is the official version? Basically, how does it work? Which version does Physicsforums use? Could someone provide a link?

Thanks
 
  • #2
If you are using windows read this: http://www.artofproblemsolving.com/LaTeX/AoPS_L_About.php [Broken]
 
Last edited by a moderator:
  • #3
Many versions? I doubt it - perhaps you mean many class or style files - add-ons which set-up your basic template style + add extra characters etc.

afaik, you have first had tex, then latex, now (for a long while) latex2e.

All use pretty much the same syntax.

If using windows, just download WinEdt (the trial) and go from there - everything's included, eg. dvips; if using linux, you should have the basic latex2e software on there when you first installed - open a text editor (eg. emacs) and start typing...

eg.

\documentclass[]{article}

\begin{document}

blah, blah, blah...

\end{document}
 
  • #4
If you do not wish to download MiKTeX or some other implementation, there are several online tools that might suit your needs.

http://dev.baywifi.com/latex/ [Broken]
http://nirvana.informatik.uni-halle.de/~thuering/php/latex-online/latex.php?sprachauswahl=2&aufruf=9306 [Broken]
http://rogercortesi.com/eqn/index.php
 
Last edited by a moderator:
  • #5
If you are using windows read this: http://www.artofproblemsolving.com/LaTeX/AoPS_L_About.php [Broken]

Thanks for the site. I downloaded it and it seems great although complicated. What's the best way to learn it? Probably practice is the key. Use this instead of Word? So is this how people create pdf documents. There is so much control with this program. Are the maths code used exactly the same as PF's Latex?
 
Last edited by a moderator:
  • #6
The code is the same in terms of you still use \int_{a}^b{f(x)dx} to produce [tex]\int_{a}^b{f(x)dx}[/tex]

But you need to use $ instead of [ tex ]. So you would have $\int_{a}^b{f(x)dx}$

The best way to learn is to start writing documents. If you are doing some math, then write up some of it with Latex. Just reading some documentation won't help if you don't use it and mess around with it.

I would read some of the little tutorials on that link I gave you, they are simple and should get you started.
 

Suggested for: Which Version of LaTeX is Official? Exploring Its Use & Download Links

Replies
4
Views
432
Replies
4
Views
483
Replies
7
Views
694
Replies
1
Views
546
Replies
2
Views
300
Replies
8
Views
771
Replies
1
Views
962
Replies
2
Views
409
Replies
3
Views
558
Replies
10
Views
1K
Back
Top