home | schedules | software | help | who we are | about | workshops | links | data access | contact us | print version

<  December 2009 >
Su Mo Tu We Th Fr Sa
    1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

Reserve a classroom


Schedule for
12/07/2009


Main Lab
140 Prospect St.
Room 101
11am- 12:15pm STAT 625
2:30- 3:45pm Stat 360/361
5- 6pm ECON 546

Rosenkranz Hall
115 Prospect St.
Room 01
9:25am- 11:15am PLSC 504
2- 2:50pm SOC 580a

Consultant's Desk
140 Prospect St.
Room 100
10am- 2pm No Consultant On Duty
2- 6pm Taylor Arnold
6- 10pm No Consultant On Duty


schedules

software

help

who we are

data access

about

workshops

links

Latex, Miktek, WinEdt Help

In order to work with Tex-Latex you have to have your document in the relevant language and saved in a <filname>.tex.

Help for how to write a tex or latex document and other valuable addresses can be found at: http://coulomb.ecn.purdue.edu/~bulsara/LaTeX/latex.html

You can download Miktex on your machine for free from: http://www.miktex.org/

Then :

You either use MSDOS (Command Prompt in Wndows) and the latex, pdflatex, pslatex commands or

USE WinEdt.

Using this editor is easy and fast.
That is you can edit your .tex file under the friendly environment the editor has to offer plus, you can compile your file, see the results and make changes fast.

Using the editor, you can choose one of the commands from the list on the toolbar and run your tex file, i.e. choosing "LATEX" it is like obviously like running latex in MSDOS. Then, the "DVI" icon will be enabled for you to preview with the dvi viewer YAP. Then you can either print or use the dvitops to create a postscript file that can be viewed pressing the ghostview icon. Alternatively, you can directly press the "PDFLATEX" icon to have an easy to handle pdf file.

NOTES-WARNINGS:

COMMENTS

PDFLaTeX instead of…
One important comment you have to consider is the fact that making a pdf file directly from your tex document using pdflatex is much better (fontwise) than using latex, dvips and then using ghostview interface for ghostscript.
(pdfwrite).

MiKTeX/WinEdt do not have everything…
There are a number of translators that are not found in the MiKTeX environment but you can use separately. For example the LaTeX2HTML is a useful tool for creating html documents from .tex files.