The LaTeX logo Help Archive


Introduction

This is Andreas' little pet project. LaTeX is the system for creating documents on UNIX, and it has some advantages over software like Word for Windows that are convincing (to some).  Personally, I don't see any reason to use Word, but at least for things like your thesis, you may save a few grey cells using LaTeX. Many people say it's the other way around - try it yourself.

LaTeX Documentation

So, for all those poor souls who are forced or determined to use LaTeX, these documents provide help in all situations. I have a few basic documents in PS or PDF that introduce LaTeX, as well as some sophisticated documentation on problems that people often have with LaTeX. This LaTeX help page from Cambridge, England is probably a very quick way to get some help, otherwise try one of the following documents. Most of these are in PostScript, so you need to view them in Ghostview (ghostview on Unix, gsview32on Windows).

LaTeX Tips and Tricks

LaTeX Templates for special purposes

We also have some .tex-templates that help you to start with a You may have to click on these links with the right mouse-button to be able to save the files.

Advanced LaTeX

Converting Mircosoft-Generated Figures to EPS

This process may be necessary if You have created a figure in a Microsoft product for usage in a LaTeX-written paper. In this case, you have to convert the figure to EPS (Encapsulated PostScript) which no Microsoft product is able to do. We have two versions for this, the first being our old CSGSO version, the second (using StarOffice which is available on CS machines) contributed by Prof. Mark Claypool. Note, works great with Word. Works ok with Powerpoint but is limited by Star Office support for native Powerpoint docs.

Creating PDF-Files with LaTeX

Even though PS-Files are the most widely used output format for LaTeX, some publishers (and the WPI library) require Adobe's Portable Document Format (PDF). Creating PDF from a LaTeX document is very simple.

Just produce a PS-File as you normally would (with dvips) and then run ps2pdf filename.ps from any CS-machine. However, this typically creates files that are very large and look bad in Acrobat Reader since they contain bitmap fonts ( more on that at the CCC Website).

The most simple workaround is to use the times-package (add \usepackage{times}) to your main TeX-File. However, this will use the familiar Times Roman/arial/Courier-font set, so your documents will look like Micro$oft-Word-Documents (well, not as horribly formatted, but the fonts will resemble your garden-variety Word-document). If you don't like that, you have to do a little more work on the fonts.

Finally, after you have a file with Postscript-fonts in it, the best way to convert it to PDF is using Acrobat Distiller which is available in the CCC and hopefully soon in the department, too. This will produce excellent results and near-perfect PDF-files. Try that with Word :)

Have fun.

Last modified by CS-GSO, Sunday, 27-Nov-2005 09:07:32 EST