LaTeX Learning Latex: Installation & Usage

  • Thread starter Thread starter Belgium 12
  • Start date Start date
  • Tags Tags
    installation Latex
AI Thread Summary
To start using LaTeX on Windows, download and install MiKTeX, a popular distribution, along with an editor like Texmaker or WinEdt. After installation, create a new file and save it to compile LaTeX documents, which typically generates a DVI file. For direct PDF output, use the "pdflatex" command instead of "latex." Resources like the NSSITL and AMS packages are recommended for learning the syntax and structure of LaTeX. Online tutorials and user groups can provide additional support for beginners.
Belgium 12
Messages
40
Reaction score
0
Use of "Latex"

Hi,

I want to use Latex.I never heard about latex before.

If it runs on my computer:

1)Where can I download the files I need.

2)How to install

3)Where can I find the source code for writing the mathematical expressions.


My computer:

O.S/:Windows 2000,service pack 4,windows installer 3.1

Mem: 256 MB

Thank you.
 
Physics news on Phys.org
MikTeX is about the most well-known and easy installable LaTeX distributions for Windows: http://miktex.org/
You will want an editor to edit your files and quickly produce PDF files from them with a single click / shortcut. I wrote my own one, but I think WinEdt is a famous one. Or you can just use Windows Notepad and invent your own system to easily run the sources through LaTeX.

To learn the structure / syntax / etc I can really recommend the NSSITL.
 
use of latex

hi,

I have downloaded miktex 2.7(basic) and AMS latex.

They are both installed,but how I start the two programs,and write math.expressions.

I know maybe it is easy,but for me everything is new.

Thanks for your help
 
You now need a front end to use miktex.

I like texmaker-- http://www.xm1math.net/texmaker/

You should know that it won't work and compile tex (to generate dvi, ps or pdf) until you start a new file and save it. You will also probably need to get a book teaching you stuff, it has a steep learning curve, which at least the helpful menus in texmaker help to mitigate.

I rec Lamport's book-- https://www.amazon.com/dp/0201529831/?tag=pfamazon01-20
 
Just google 'introduction to latex' there are many pages explaining how to do this, and many books available to help you. There are tex user groups (TUG) to help you, and even good old fashioned newsgroups dedicated to the enterprise.
 
Last edited by a moderator:
yes, best way to learn is to get texmaker or winedt or similar (I prefer texmaker).

Then just google "introduction to latex" and you'll find plenty of tutorials. There are many ways to create pdf and ps documents by using LaTeX so try to use texmaker as much as possible in the beginning.

Then it is easy to find example files etc. so you can get started quick.

I taught myself in this way, everything is on the internet.

miktex is not a program itself, one needs an environment to create latex documents, or you just create -tex files with your favorite editor and compile it in dos.
 
Hi,

thank you very much.I try it out.
 
HI,

I start to understand the structure of latex.Icreated my first latex file with an editor.

I runned latex on the tex file and I got dvi file.With preview I could see the text in ps or Pdf.

It was a downloaded example.

Now:
1)I run latex from from the prompt c:\ you click in windows on cmd
2)can you start latex in an other way
3)you get always a DVI file as output

Thanks
 
  • #10
You can run dvips on the DVI file, and then ps2pdf to get a PDF.
But if you want to produce PDF (which I think is most common these days), instead of using "latex" on your input file, you run it through "pdflatex" and get PDF right away.
 

Similar threads

Replies
1
Views
1K
Replies
23
Views
3K
Replies
1
Views
4K
Replies
9
Views
2K
Replies
1
Views
3K
Replies
16
Views
3K
Back
Top