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.
  • #1
pivoxa15
2,255
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
 
Physics news on Phys.org
  • #2
If you are using windows read this: http://www.artofproblemsolving.com/LaTeX/AoPS_L_About.php
 
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/
http://nirvana.informatik.uni-halle.de/~thuering/php/latex-online/latex.php?sprachauswahl=2&aufruf=9306
http://rogercortesi.com/eqn/index.php
 
Last edited by a moderator:
  • #5
mattmns said:
If you are using windows read this: http://www.artofproblemsolving.com/LaTeX/AoPS_L_About.php

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.
 

1. What is LaTeX and why is it important for scientists?

LaTeX is a document preparation system that is widely used by scientists to create high-quality documents, such as research papers, presentations, and reports. It is important for scientists because it allows for precise and professional formatting, as well as easy inclusion of mathematical equations and symbols.

2. What is the official version of LaTeX?

The official version of LaTeX is called LaTeX2e, which is the most recent version of the software. It is maintained by the LaTeX3 project and is available for free download.

3. Is there a difference between LaTeX and TeX?

Yes, there is a difference between LaTeX and TeX. TeX is a typesetting program developed by Donald Knuth, while LaTeX is a set of macros built on top of TeX that simplifies the process of creating documents. LaTeX is more user-friendly and has more features than TeX.

4. Where can I download the official version of LaTeX?

The official version of LaTeX, LaTeX2e, can be downloaded from the Comprehensive TeX Archive Network (CTAN) website. It is available for multiple operating systems, including Windows, Mac, and Linux.

5. Can I use LaTeX if I am not a scientist?

Yes, anyone can use LaTeX, not just scientists. It is a versatile document preparation system that can be used for various types of documents, such as resumes, letters, and even books. However, it may have a steeper learning curve for non-scientists due to its focus on mathematical equations and symbols.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
5
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
13
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
12
Views
793
  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
11K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
6
Views
852
  • MATLAB, Maple, Mathematica, LaTeX
Replies
16
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
994
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
13
Views
5K
Back
Top