TeX Resources for graduate students (collected from the web)
Latex is installed in the computer lab SC 307(first two machines on your
left as you enter the Lab). You may double click
icon or select WinEdt
from the start menu: Start -> Programs -> WinEdt -> WinEdt.

Click on the new document button or select File -> New. You can now
start typing your source code into the WinEdt window, as shown in
figure below
You can now save your document using the File -> Save as menu.
Select the file type to be TeX, and type in the name of your file, e.g.
sample1.tex
Figure: WinEdt -- Saving the
File
|
To LaTeX your document, simply click on the LaTeX
button
.
The output will appear in an MSDOS Prompt window.
Figure: WinEdt -- LaTeX Output
|
To view your typeset document, click on the view DVI
button
.
You can convert your DVI file
to PostScript by clicking the dvips button
.
If you have GSview installed, you can then view the
PostScript file by clicking on the GSview
button.
Or click PDFLaTeX button to create a Portable Document Format (.pdf) document. If not,
you can click on the MSDOS button
to open up an MS-DOS Prompt window, and type pdflatex followed by the
filename. For example:
pdflatex sample1.tex
Note that if the filename contains a space, you will need to use double quotes:
pdflatex "my file.tex"
Download samples:
Open sample LaTeXfile with WinEdt. Click PDF Latex twice and there are no errors
then click PDF
General TeX help:
LaTeX documentation:
- LaTeX Cheat Sheet, a
two-page quick reference by Winston Chang.
- LaTeX Documentation
Pointers, giving references to documentation for most common LaTeX tasks,
by Jim Hefferon.
- The not so Short Introduction
to LaTeX2e, by Tobias Oetiker (pdf, ps, source in many languages).
- Formatting
Information, by Peter Flynn (html or pdf).
Includes installation and usage information.
- LaTeX Wikibook, a guide
to LaTeX.
- The LaTeX 2e home page, and
the LaTeX bugs
database, a searchable collection of bugs and fixes.
LaTeX tutorials:
LaTeX reference:
LaTeX for particular fields:
Online references for other TeX-related software:
Presentations about TeX:
Some notable TeX implementations that are entirely, or least primarily, free
software:
- TeX Live is a distribution
provided by most TeX user groups which supports many Unix systems, MacOSX, and
32-bit Windows.
- MacTeX, TeX Live with additions
and easy installation for MacOSX.
- MiKTeX, an independent distribution
for Windows with a flexible package manager.
- proTeXt, MiKTeX with additions
and a thorough installation guide for Windows.
- USBTeX, a
self-contained live system for Windows that can be run from, e.g., a USB stick
with no installation.
- Knoppix, a live
GNU/Linux system on a bootable CD that includes TeX. Portable
LaTeX (Slackware-based) is similar, specifically constructed for writing
(La)TeX documents.
The AMS also maintains a list of freeware and shareware TeX
implementations.
Free editors and front-ends
- LaTeX Editor (LEd) for
Windows.
- LyX for Windows and X, a well-developed
front end for TeX.
- MonkeyEditor for the web, including
collaboration and publication.
-
pfe
(Programmer's File Editor) for Windows.
- SciTe for Windows and X,
a free source code editor.
- Texmaker for Unix, MacOSX
and Windows, well-developed and
documented front-end for
LaTeX. You may also want to try the
texmakerX fork.
- TeXnicCenter for Windows, an
integrated environment for LaTeX composition.
- TeXShop for
MacOSX.
- TeXworks, a cross-platform
front-end with an ease-of-use philosophy similar to TeXShop, an integrated PDF
viewer, source/output synchronization, and more.
Packages and programs for making slide presentations:
- Comparison of screen
presentation systems, mostly (La)TeX-based, by Michael Wiedmann.
- Beamer, by Till Tantau;
see also CTAN
directory. A nice Beamer by
example tutorial is available for getting started.
- Beamer presentation
designer program in Python, using Inkscape.
- seminar (slides in
LaTeX), notes by Denis Girou (including bug list and FAQ)
- IguanaTeX, a
free software package for inserting LaTeX equations into PowerPoint.
- texpoint, an add-in for
Microsoft PowerPoint and Word to enable use of LaTeX.
- TeX4PPT,
an alternative package for enabling LaTeX in PowerPoint.
- Aurora, a proprietary
add-in for Microsoft PowerPoint, Word, and more that enables use of LaTeX.
Packages and programs dealing with graphics.
- graphics and graphicx, the core LaTeX packages.
- bmpsize, Heiko Oberdiek's
package for finding bitmap bounding boxes; supports most bitmap formats.
PSTricks graphics:
PGF/TikZ graphics:
Xy-pic graphics:
Other programs for creating graphics:
- asymptote, a modern
MetaPost replacement with a C++-like syntax and floating-point numerics, by
Andy Hammerlindl, John Bowman, and Tom Prince.
- ePiX,
Andy Hwang's C++-based graphics language.
- Eukleides, geometry diagrams with
output in pstricks, including graphical frontend
- LaTeXPiX, Windows
program that generates LaTeX pictures.
- MetaPost, the derivation of
Metafont for technical drawings and PostScript output.
- TeXCAD,
a Windows program for drawing or retouching LaTeX {picture}s; distributed
under the GPL.
- TpX, a TeX drawing tool for
Windows.