Which LaTeX Version Should You Download?

  • Context: LaTeX 
  • Thread starter Thread starter pivoxa15
  • Start date Start date
  • Tags Tags
    Latex Links
Click For Summary

Discussion Overview

The discussion revolves around the various versions of LaTeX available for download, the official version, and how it operates. Participants explore the differences between LaTeX versions, installation options, and resources for learning LaTeX, particularly in the context of creating documents for academic purposes.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant questions the existence of many versions of LaTeX, suggesting that what may be perceived as multiple versions could actually be various class or style files that enhance the basic template.
  • Another participant outlines the historical progression of LaTeX, mentioning the transition from TeX to LaTeX and then to LaTeX2e, asserting that they all use similar syntax.
  • Several online tools for LaTeX are proposed as alternatives to downloading software like MiKTeX.
  • A participant shares their experience with a specific Windows tool, expressing that while it seems complicated, they find it powerful for document creation.
  • There is a discussion about the syntax differences between LaTeX used in Physics Forums and other implementations, particularly regarding the use of dollar signs for inline math.
  • Participants suggest that practical experience is essential for learning LaTeX effectively, emphasizing that writing documents is more beneficial than merely reading documentation.

Areas of Agreement / Disagreement

Participants express varying views on the number of LaTeX versions and the best approach to learning it. There is no consensus on a single official version or the best tools to use, indicating multiple competing perspectives.

Contextual Notes

Some participants mention specific tools and resources without clarifying their limitations or dependencies on operating systems. The discussion includes assumptions about user familiarity with LaTeX and the varying complexity of different implementations.

Who May Find This Useful

This discussion may be useful for individuals interested in learning LaTeX, particularly those looking for installation guidance, resources, and practical tips for document creation in academic settings.

pivoxa15
Messages
2,250
Reaction score
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
If you are using windows read this: http://www.artofproblemsolving.com/LaTeX/AoPS_L_About.php
 
Last edited by a moderator:
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}
 
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:
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:
The code is the same in terms of you still use \int_{a}^b{f(x)dx} to produce \int_{a}^b{f(x)dx}

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.
 

Similar threads

  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
12K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K