The purpose of this handout is to get you started in LaTeX on the Sun workstations. LaTeX is used to typeset a document. It is not really a wordprocessor. It is very powerful and almost a standard in Computer Science Departments world wide.
One advantage of using LaTex is that it ``automatically'' pulls the bibliographic references from a BibTex database.
This handout was originally created from the file:
~hyde/Latex/latex-start.tex
A. A Document Preparation System LaTeX, Leslie Lamport, second
edition,
Addison Wesley, 1994. (about $30. You can order a copy through the
bookstore.)
B. Study example .tex files - in ~hyde/Latex
directory.
hostname% cp ~hyde/Latex/sample.tex .
hostname% latex sample hostname% latex sampleWe do it twice because sometimes there are forward references that LaTeX needs to resolve.
Notice that LaTeX creates .dvi file.
>x <RET>
hostname% xdvi sample &
hostname% dvips sample
~hyde/Latex
letter.tex a letter resume.tex a resume memo.tex a template for a memo biblio.tex a template for a bilbiography tgif-example.tex including a diagram created by tgif bisonmemo.sty a style file for Bison Scientific memo bison-sci-memo.tex a template for Bison Scientific memo