Do I Need to Install LaTex, Lyx, MikTex, or WinEdit for Math Typesetting?

  • Context: LaTeX 
  • Thread starter Thread starter johndb
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
johndb
Messages
24
Reaction score
0
Can someone tell me if I must install Latex and Lyx, or MikTex, or WinEdit or is one enough, in order to use math typesetting on a text editor? Is Latex necessary to install first before you install the a complimentary program, so Lyx can utilise its abilities or do these programs have Tex / Latex functions incorporated in them already. I haven't been able to find an explicit and clear answer anywhere.
 
Last edited:
Physics news on Phys.org
Using LaTeX is a bit like programming. You need a "compiler" (TeX distribution) to convert the documents you type to a final format, such as PDF. For Windows, MikTeX is the most common and easiest to install, in my experience.
The documents themselves can be typed in whatever program you like, you can do it in Notepad for all anyone cares. However, there are several programs available which make editing TeX documents easier (like the IDE for a programming language), for example by providing buttons to insert common constructs or to automatically execute the "compiler" and open the PDF afterwards. WinEdt and Lyx are such programs.

In general, these "IDE"s do not include a "compiler" -- in LaTeX language: the editors do not include a TeX distribution. However, if you choose a frequently used combination you will (hopefully) have little problems installing them. For example, if you first install the MikTeX distribution and then the WinEdt editor, chances are you can just open up WinEdt after the installation, type your first document, hit the "Run" button and everything will work.
 
just install lyx, its a word processor based on latex (kinda like how frontpage -> html). installer is very user friendly (at least the windows version is.. haven't used the linux one), and it automatically installs all the prereqs.
 
Thanks that's all I wanted to know.