[pdftex] pdfscreen: overlay pdf orientation
Troy Goodson
Troy.D.Goodson at jpl.nasa.gov
Wed Nov 14 10:39:26 CET 2001
{I hope this is the right place for questions like this}
I'm using pdfscreen 1.5 and "This is pdfTeX, Version
3.14159-14h-released-20010417 (Web2C 7.3.3.1)"
The distribution of pdfscreen comes with a demo file "slide.tex". It
has an overlay named "overlay0.pdf", I changed this setting to my
overlay file (see
<http://www.csun.edu/~kg46825/troy/friburg_template.pdf>).
When I open "overlay0.pdf" (see also
<http://www.ctan.org/tex-archive/macros/latex/contrib/supported/pdfscreen/overlay0.pdf>)
in Acrobat 5 (Mac OS X), I see a short, wide window (obviously
landscape orientation). And, after TeX-ing "slide.tex", I again see
a short, wide window in Acrobat 5.
When I open "friburg_template.pdf" in Acrobat 5, I see a short, wide
window. But, after TeX-ing "myfirsttry.tex" (below), I see in
"myfirsttry.pdf" that my background template has been rotated 90
degrees counterclockwise and scrunched. (see also
<http://www.csun.edu/~kg46825/troy/myfirsttry.pdf>)
What's going on?
Is pdfscreen rotating and scrunching the default template? Am I
doing something wrong? I'm sure I can get the results I want by
rotating my template, but is this really what I supposed to do?
Troy.
-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-= myfirsttry.tex
\documentclass{article}
\usepackage{times}
\usepackage[screen,nopanel]{pdfscreen}
\margins{.5in}{.5in}{.5in}{.5in}
\screensize{6.25in}{8in}
\notesname{Notes:}
\begin{document}
\overlay{friburg_template.pdf}
% available at <http://www.csun.edu/~kg46825/troy/friburg_template.pdf>
\begin{slide}\Huge\color{orange}\centering
This is Slide No. \theslide.\\
\color{blue}\large Slide overlay No. \theslideoverlay.\\
\end{slide}
\begin{slide}\Huge\color{orange}\centering
This is Slide No. \theslide.\\
\color{blue}\large Slide overlay No. \theslideoverlay.\\
\end{slide}
\end{document}
More information about the pdftex
mailing list