Using 2003/05/26 v0.0.5 of fixseminar.sty. Minimal
example:
\documentclass[article,a4,landscape]{seminar}
\usepackage{fixseminar}
\begin{document}
\begin{slide}
Just a Test\hfill Just a Test
\vfill
Just a Test\hfill Just a Test
\end{slide}
\end{document}
Running latex you get an "Undefined control sequence"
error. pdflatex doesn't give that error, but the slide isn't
in landscape. ("Non-PDF special ignored!" warning
explains that.)
If you remove the article option, latex is OK. pdflatex
produces a landscape slide on a portrait page.
If you add the portrait option (still without the article
option) the output from pdflatex (and latex) is correct!
I think some of the problem is \printlandscape (and when
it get issued), but I really, really don't like seminar - it's
a mess - so I leave this one for you...
Hans
Logged In: YES
user_id=869428
This problem disappears if package hyperref.sty
is loaded before fixseminar.sty.
It would still be nice to have a real fix though.
/Per-Erik