Click to See Complete Forum and Search --> : LateX and presentations
Llhorian
06-26-2001, 07:48 AM
I'm just wondering if there's a separate documentclass or package for Latex to use with transparents for an overhead projector. I need to prepare a presentation for next week so I wanna know if I can use a special documentclass for that or just have to do everything in \Large and so on.
Thanks,
Strike
06-26-2001, 08:28 AM
you can specify a base point size in the \documentclass directive for most of the LaTeX document classes, IIRC. Like \documentclass{article}[18pt] or something like that. Also, there is a "slides" package for LaTeX out there somewhere.
Llhorian
06-26-2001, 10:44 AM
Aah, the 'slides' document class is part of the base latex distribution and it is just what I was looking for, thank you :)