Main
Research
Teaching
B. M. Riviere


Spring 2007

Fall 2007

Summer 2007

Spring 2007

Fall 2006

Summer 2006

Spring 2006

Fall 2005

Spring 2005

Fall 2004

Spring 2004

Fall 2003

Spring 2003

Fall 2002


A collection of tools

1. How to create a presentation (slides) with LaTeX

If you want to create a presentation using LaTeX, such as this one, you first download the following files and then type the commands:

latex sample.tex

dvips -T 11in,8.5in -o sample.ps sample

gv -swap -landscape sample.ps

Some useful links....