Spectrum (Claus Appel)
2008-03-04 00:52:29 UTC
Hello.
I am trying to make a slide presentation in LaTeX. But I cannot figure
out how to make it landscape formatted (ie., with the page "lying
down", as is the default for slides).
I've tried using the "slides" class, like this:
\documentclass[landscape]{slides}
The [landscape] option does nothing. I don't get an error message, but
I my PDF or DVI file stays protrait-formatted. I've found that the
same behaviour persists when using other document classes, such as
article: "landscape" does nothing. I don't understand why this is.
I have also tried the "prosper" class and the "HA-prosper" package. I
can't find out how to make it landscape-shaped in regular prosper, but
HA-prosper allegedly has a "landscape" option. So I do this:
\usepackage[landscape]{HA-prosper}
And TeX dies with the following error message:
\IfFileExists{HAP\***@Style@chosen.sty}{%
\RequirePackage{HAP\***@Style@chosen}%
}{\PackageError{HA-prosper}{unknown HA-prosper style file: HAP
\***@Style@chosen.sty}%
{Sorry, no additional help}}
\ifx\***@normalSlide\@undefined
\PackageError{HA-prosper}{HA-prosper normal slide is
not defined in your template}%
{Check that your template HAP\***@Style@chosen.sty supports
normal slides and that it is up to date}%
Does this mean I need to install something?
Can anyone help me? Why is "landscape" not working?
Thanks in advance.
I am trying to make a slide presentation in LaTeX. But I cannot figure
out how to make it landscape formatted (ie., with the page "lying
down", as is the default for slides).
I've tried using the "slides" class, like this:
\documentclass[landscape]{slides}
The [landscape] option does nothing. I don't get an error message, but
I my PDF or DVI file stays protrait-formatted. I've found that the
same behaviour persists when using other document classes, such as
article: "landscape" does nothing. I don't understand why this is.
I have also tried the "prosper" class and the "HA-prosper" package. I
can't find out how to make it landscape-shaped in regular prosper, but
HA-prosper allegedly has a "landscape" option. So I do this:
\usepackage[landscape]{HA-prosper}
And TeX dies with the following error message:
\IfFileExists{HAP\***@Style@chosen.sty}{%
\RequirePackage{HAP\***@Style@chosen}%
}{\PackageError{HA-prosper}{unknown HA-prosper style file: HAP
\***@Style@chosen.sty}%
{Sorry, no additional help}}
\ifx\***@normalSlide\@undefined
\PackageError{HA-prosper}{HA-prosper normal slide is
not defined in your template}%
{Check that your template HAP\***@Style@chosen.sty supports
normal slides and that it is up to date}%
Does this mean I need to install something?
Can anyone help me? Why is "landscape" not working?
Thanks in advance.