This is how I learn beamer (on ubuntu). Of course you must have latex installed. Install sudo apt-get install latex-beamer Download an example from [2]. (The pdf version is [3].) Hack the example. cp math.example.tex foo.tex vi foo.tex (do as many changes as you like) pdflatex foo.tex Another good example is [6]. Learn Insert Figures Insert jpg/pdf/png figures. [5] Have fun! Links: 1.http://latex-beamer.sourceforge.net/ 2.http://www.math.gatech.edu/~lacey/talks/math.example.tex 3.www.math.gatech.edu/~lacey/talks/math.example.pdf 4.www.math.wisc.edu/~guettes/beameruserguide-2.pdf 5.http://bbs.ctex.org/viewthread.php?tid=38149 6.http://www.informatik.uni-freiburg.de/~frank/ENG/latex-course/latex-course-3/latex-course-3_en.html |