Official LaTeX project website difficult

  • Context: LaTeX 
  • Thread starter Thread starter Nusc
  • Start date Start date
  • Tags Tags
    Latex Project
Click For Summary

Discussion Overview

The discussion revolves around the challenges users face when trying to download and install LaTeX from the official LaTeX project website. Participants express confusion regarding the website's structure and seek assistance with the installation process, touching on various TeX distributions and editors.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant expresses frustration with the official LaTeX project website, describing it as unnecessarily complicated for downloading LaTeX.
  • Another participant clarifies that the website serves as a project site and not a direct download source, suggesting users look for TeX distributions instead.
  • Some participants recommend specific TeX distributions, such as MiKTeX, TeX Live, and others, providing links for installation.
  • A participant mentions using MiKTeX and inquires about the next steps after updating it.
  • Another participant explains the relationship between TeX and LaTeX, describing LaTeX as an add-on that simplifies tasks.
  • Some participants share resources and tutorials for setting up and using MiKTeX, including links to FAQs and guides.
  • A participant notes the confusion surrounding the structure of TeX distributions and suggests using a Tex shell for better usability.
  • There is mention of various text editors that can be used for LaTeX, including TeXShell and WinEdt, highlighting their features for beginners.

Areas of Agreement / Disagreement

Participants generally agree on the challenges posed by the official website and the usefulness of specific distributions like MiKTeX. However, there are differing opinions on which editor or approach is best for beginners, indicating a lack of consensus on the optimal setup.

Contextual Notes

Some participants note the absence of a clear program to run within TeX distributions, which contributes to the confusion. The discussion reflects varying levels of familiarity with LaTeX and the tools associated with it.

Who May Find This Useful

This discussion may be useful for individuals new to LaTeX, those seeking guidance on installation and setup, and users looking for recommendations on TeX distributions and editors.

Nusc
Messages
752
Reaction score
2
I don't understand why the official LaTeX project website has to make things unnecessarily difficult.

http://www.latex-project.org/ftp.html

All I would like to do is download the required programs to install LaTeX. But instead they write all this garbage.

Is there anyone out there willing to help me install this program?


Thanks
 
Physics news on Phys.org
Nusc said:
I don't understand why the official LaTeX project website has to make things unnecessarily difficult.

http://www.latex-project.org/ftp.html

All I would like to do is download the required programs to install LaTeX. But instead they write all this garbage.

Is there anyone out there willing to help me install this program?


Thanks

LaTeX is essentially a macro package for TeX.
As advertised, http://www.latex-project.org/ftp.html says
First, a word of warning: This site is not the download source for the LaTeX software. It's the project site. This page tells you about several ways of getting LaTeX to your computer, but each of them involves downloading the software from somewhere else.
What you probably want are the implementations in a TeX distribution, as listed midway down that page:
http://www.tug.org/texlive/
http://www.tug.org/teTeX/
http://www.rna.nl/tex.html
http://www.fptex.org/
http://www.tug.org/protext/

On Windows, I use http://www.miktex.org/. Start here: http://www.miktex.org/setup.html
Alternatively, you can install tetex as part of http://www.cygwin.com/ , if you prefer to work with X and a unix-like environment under Windows.
 
Last edited by a moderator:
I have no idea what you're talking about but I will use miktex.

What is unique about this one?

I am currently updating MiKTeX, what should I do next?

Thanks
 
Last edited:
You can think of it like this.
TeX is the typesetting package.. the main software package.
LaTeX is an optional add-on (a "plugin") that makes some tedious tasks easier.

MikTeX is easy to setup, maintain, and upgrade ... and I'm lazy... I've been using it comfortably for a while (since an early version).

http://math.la.asu.edu/boji/wintex.html (step by step)
When the install is complete, you should be ready to go.

Here are some tutorials to get you started
http://www.miktex.org/manual/localguide.html
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/

You can also look over the examples of math equations here:
https://www.physicsforums.com/showthread.php?t=8997
click on the equation to see the underlying LaTeX code in a popup window.
 
Last edited by a moderator:
I too found the structure of TeX distributions confusing to start with. Part of the problem is that there's no obvious program to run. Its useful to have a tex shell such as that at http://www.projectory.de/texshell/ . This is configured to work with the MikTeX distribution.
 
First, here's the MiKTeX FAQ on this:
http://www.miktex.org/faq/basics.html

A TeX/LaTeX .tex file a plain-text file, which can be composed in any editor [even Notepad!].
Certainly, some editors are nicer than others... and some editors have features that are useful for composing TeX/LaTeX.

The program to run (on the command line) is called "latex":
Code:
latex myfile.tex
(If you don't use the LaTeX package, you can use the more primitive "tex" command.) The output of "tex" or "latex" is a .dvi file, which can be viewed with "yap" on MikTeX, which can be started by double-clicking on myfile.dvi .

When ready to distribute to a wide audience, you probably want to run, for example, "dvips" or "dvipdf".
Code:
dvips myfile.dvi
The output is a postscript .ps or acrobat .pdf file.

These commands (except for "yap") are standard for practically any properly-configured LaTeX distribution... on any platform.

Some text editors allow these "command line programs" to be invoked from within the editor. TeXShell happens to be one such editor, which also has some useful TeX/LaTeX features (like the symbol buttons and the highlighting). However, I have my own favorite general-purpose editors [which support highlighting and many other features] which I prefer to use.

For a beginner, a properly-configured-for-MikTeX editor, like TeXShell, is certainly useful. A more sophisticated editor is TeXnic, as mentioned in the above URL.
 
Last edited by a moderator:
There is an excellent LaTeX document editor + userfriendly interface to MikTeX called "WinEdt"
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 3 ·
Replies
3
Views
13K