A Crash Course in LaTeX

A Crash Course in LaTeX

mit media lab europe, march 2003

David Reitter

[E-Mail]
[WWW]


Download


To get you going: this should be the framework of your document...
\documentclass[a4paper,twocolumn]{article}
\usepackage{graphicx}
\usepackage{amsmath} 
\usepackage{natbib}
\usepackage{times}
\begin{document}
...
\end{document}

Links and References