summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/prosper/doc/rotation.tex
blob: dd86e2545f537235c3b6e405ea4d0439b624636b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{article}

\usepackage[ps2pdf,bookmarks=false,%
                urlcolor=blue,citecolor=blue,linkcolor=blue,%
                pagecolor=blue,
                colorlinks,hyperfigures
           ]{hyperref}

\AtBeginDvi{%
  \special{!
    [ /Rotate 0 /PAGES pdfmark}
  }
\begin{document}
\thispagestyle{empty}
\hbox{ }
\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: