Ulrich Berger
Using Latex for writing a report, coursework, presentation,
or dissertation
New:
Neil Carter's fabulous
LaTeX tricks
It is assumed that you are working on a Linux machine (for
downloading and using Latex on Windows PCs see below).
-
Preparatory steps
-
Loading, editing, compiling and viewing a Latex document
-
It is recommended that you use the text editor Emacs for typing your Latex
source files.
An Emacs Reference Card is
here.
Follow the instructions in the Reference Card to enter Emacs and
read the file "sample.tex" into Emacs.
-
You can use Emacs to modify the file a bit. The Emacs Reference Card
tells you how to save the changes.
-
Run Latex on this file by typing in the comand tool
latex sample
-
To view the document type in the comand tool
xdvi sample &
- Printing
-
First, the file "sample.dvi"
has to be translated into a postscript file: Type in the command tool
dvips sample.dvi
-
This generates the post script file "sample.ps" which can be viewed by
gv sample.ps &
-
In the window appearing you may click on File, Print, Okay.
-
Other information
Back to my Homepage