I'm now using the slides class, and I want to put the different slides in landscape mode. For this, I'm using
Code: Select all
\documentclass[landscape]{slides}
What can I do? I've looked carefully slides' manual, but there is no explanation about it, except that it could be interesting to use:
Code: Select all
\DeclareOption{a4paper}
{\setlength\paperheight {297mm}%
\setlength\paperwidth {210mm}}
Thanks!