Installing (La)TeX for Free
Many things come to you via CTAN (the Comprehensive TeX Archive Network), so know your way there: CTAN
Everything you wanted to know about (La)TeX and more: CTAN help catalogue. This is worth a bookmark.
Most people come here looking for FREE EDITORS. Just scroll down a bit for a list of more than you'll ever want.
If you're starting from scratch, the basic setup is this:
- Download and install Ghostscript and Ghostview (if you want it) first.
- Then download and install MikTeX ... this can take awhile.
- Then download and install TeXnicCenter. This is just my suggestion, of course. There are a bunch of free editors out there and you might want to try a few before you settle on one.
You might also want to check out proTeXt which (supposedly) installs everything listed above (and more) for you. I haven't tried it and don't know much about it.
MikTeX
Get MikTeX and install it. MikTeX is simple to install - just go to MikTeX Download Central and download a (basic system or complete system) setup wizard . The basic system is a quick set-up that automatically pulls packages off the internet as you need them. This should be fine for most users.
If you want to learn more, here is the MikTeX homepage MikTeX Project. If you'd like to leave a little tip, go to the donations page.
it's all free.
Follow these instructions and you'll be free TeXing in no time.
Editors
You'll need an Editor... I used to use Programmer's File Editor (PFE). Unfortunately, it's not supported anymore and hasn't been for awhile, but it's still a nice ascii editor. Go here.-
TeXnicCenter is my current editor.
This FREE editor works well with MikTeX and installs
and links to MikTeX with one click.
After a long delay, there is finally a slightly updated version (posted June 2008).
Good news (July 2008):
TeXnicCenter has a new maintainer for the software development... Along with this change we will also change the way of releasing new versions of TeXnicCenter. Over the last years we released the software rather infrequently. Starting summer 2008 we will have at least two releases each year. The amount of new features or fixed bugs may vary with each release, but at least the advancements (even if they are small) are passed on to the community.
Older versions of TXC are kept in an archive. Note: TXC does NOT make backups of the files you're working on (yet), so I suggest you manually backup a file before you start editing it. - A FREE ascii editor that works well as a LaTeX editor is Crimson Editor. There are easy step-by-step instructions for setting the editor up for use with MikTeX. This is a great editor for general programming with syntax highlighting, a spell checker, column mode editing(!!) and other useful tools. While it's not the best editor for writing LaTeX, it's excellent for writing code/html (which is what I use it for)... and it will make infinite backups according to your preference. My dream editor would be the combination of CE and TXC. In a way, CE is the best editor listed here... it's just missing some LaTeX specific conveniences.
- There's a FREE LaTeX editor called TeXed that comes with some bells and whistles. It was built for Win95 and hasn't been updated for many years.
- If you are an Emacs die hard then you can get that for FREE from various sources ... here's a place to start: installing emacs.
- You can also get a FREE word processor-type interface for LaTeX, called LyX. LyX was initially built for Unix and was ported to Windows (and Mac OS-X). Currently, the Windows platform is officially supported by LyX.
- There are a few other editors periodically listed on the Miktex link page. Specifically, they periodically list these FREE editors that aren't already listed here: (1) WinShell (2) TexMaker (3) TexShell (4) AucTeX
- Here's another FREE editor ... they're multiplying like rabbits. LED (LatexEDitor).
- And another FREE editor: MeWa.
- You might want to try Vim. It's a highly configurable text editor that is an improved version of the vi editor distributed with most unix systems.
- There is also a NOT FREE editor specifically made for TeX (which is FREE) called WinEdt.
A NOTE ON FONTS: Most of these editors use fixed width or monospace fonts, and most of the monospace fonts that come with Windows are... well... they suck. Check out this place Monospace/Fixed Width Programmer's Fonts for a list (with links) of free monospace fonts. I've been using Bitstream Vera Sans Mono, which is very good in that it is easy on the eyes and it's easy to distinguish between similar looking characters such as "l" , "1" , "i" and "o" , "0" , "O".
Ghostscript
You'll also want to get Ghostscript and Ghostview (maybe - see discussion below).
The bottom line here is you don't NEED GSview. In the olden days, dvi previewers didn't display graphics, so you had to use Ghostview if you wanted to view your entire document, graphics and text. But now, dvi previewers display everything. So, if you want to be able to get a quick view of a PS file, then get GSview and get nagged OR get IRFANVIEW, which is a free image previewer that will also preview PS and EPS files. By the way, Iranview is worth getting just as an image previewer.
Spell check for TeX:
- TeXSpell.zip (this will download the file from CTAN). TeXSpell is a crude DOS program so it won't work with NT or its relatives) but it works well and it's better than having missspelllled wurds in yuor tex files.
- Or try 4spell, a win32 application.
- Here's another one: Gnu Aspell.
Using LaTeX in Presentations
Use BEAMER and forget the other stuff, especially powerpoint. How do you get started? First, go here BEAMER CLASS EXAMPLES and download the first example,example-1.tex. Compile the file and MikTeX will automatically download everything it needs to compile the file. Then go back to website and download each of the other example-x.tex files and compile them. By the time you're done, you'll have a pretty good idea of how to work the beamer machine. If you still need help, google "beamer" and you'll find all sorts of examples. Other good sources are the User Guide and some useful examples, both of which are pdf files. Finally, Nabble Beamer Help is a good source for help.
Here's a free alternative to TeXPoint (the used to be FREE addon for PowerPoint described below): MyTeXPoint.
Are you dieing to use LaTeX in Powerpoint?
Check out TeXPoint. This WAS a pretty cool device. You can use LaTeX in two ways. First,
you can open a text box and type something like: I am the \alpha and \omega.
Then run TP and you get:
I am the α and ω.
TP leaves the Roman stuff alone and changes, e.g., \alpha to symbol font a.
The other thing TP
can do for more complicated equations is write your LaTeX to a bitmap and
then insert the bitmap into
the .ppt presentation.
TP installs itself into Powerpoint,
so it's right there at your fingertips; you can easily revise the LaTeX by clicking on
the bitmap.
ANOTHER ONE BITES THE DUST... TEXPOINT (TP) IS NO LONGER FREE.
I've decided to put up an old version, 2.0.3. I might be called
on this soon, so get it while you can:
For office XP or 2002, get TP2002-203.msi and for office 2003 get TP2003-203.msi. In case these don't do it for you, I found a very old version (1.5.4) that supposedly works for all versions of ppt: TP154.msi....anyway ... PROSPER and BEAMER are FREE. Also, if you're interested, there's OOoLaTeX, which is currently being developed for OpenOffice.
Another FREE alternative to TP is TeX4PPT. Here's a ppt introduction. I downloaded it, but I haven't tried it yet.
And there's always PROSPER.
Math, TeX and HTML
Interested in converting TeX to HTML? Check this out.
Here's another page on web math... be sure to check out gladTeX at the same site.
You say you suck at LaTeX
... and you want to learn more.- Here are a couple of pdf files that might help: LaTeX Basics and LaTeX Commands.
- If you're real green, this might help: A not so short introduction to LaTeX.
- How about some online LaTeX help? Hypertext Help with LaTeX
- And you can find lots of help at the Art of Problem Solving website. The link takes you to the Guide page. You can navigate from there using the tabs. For example, click on the Basics tab and you'll find some small sample tex files to help you get started.
- Here's an online LaTeX Wiki Book.
- Here's a free pdf text (~1.4mb, ~180 pages) on LaTeX: A Short Course.
LinKs
Here are some other links to great TeX sites ...- Why TeX? Ten good reasons (check out reason number 8) and some history, too.
- DVIOUT is a great dvi previewer. I used it for about a year when I was having trouble viewing old postscript graphics with YAP (the dvi previewer that comes with MikTeX). It has some nice features that YAP doesn't have, such as the ability to search for words in you dvi file.
- AMS-LaTeX If you're typing math, you should check out (and use) AMS-LaTeX. It's included in the MikTeX distribution, but take a look at the short guide (a pdf file) for a quick start.
- Claus Dethlefsen's Site Navigate using the yellow bar at the top of the page. Lots of goodies can be found here.
- Katherine Blundell's Site Tips on using color in LaTeX.
- Eric Schechter's Site More FREE TeX stuff per square inch of cyberspace than you can ask for... and other goodies including some info on using TexnicCenter.
- The Science of Scientific Writing Well, if you're going to be writing, you might as well get a few tips. This is worth reading for fun and for profit!
- TUG the TeX Users Group.
- The LaTeX Project Page where you can also...
... find out what is up with the