“pdfscreen package helps to redesign the pdf output of your normal documents fit to be read in a computer monitor while retaining the freedom to format it for conventional printing. This has been brought about by redefining the margins and page height/width and related dimensions to fit into that of the computer screen. By changing the options to print you can switch the package to format the document in the conventional way as your class file dictates. ”
Users familiar with LaTeX will not have any difficulties in using this package.
Example 1.7. pdfscreen Example
\documentclass[a4paper,11pt]{article}
\usepackage{xspace,colortbl}
\usepackage[screen,panelleft,gray,paneltoc]{pdfscreen}
\margins{.75in}{.75in}{.75in}{.75in}
\screensize{6.25in}{8in}
\begin{document}
\begin{screen}
\title{\color{section0}\Huge Some Title}
\end{screen}
\begin{print}
\title{\HugeSome Title}
\end{print}
\author{\color{section1}\Large Michael Wiedmann\\
{\small\href{mailto:mw@miwie.in-berlin.de}
{\color{section1}\texttt{mw@miwie.in-berlin.de}}}}
\maketitle
\begin{screen}
\vfill
\end{screen}
\begin{abstract}
\noindent
foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
\end{abstract}
\begin{print}
\tableofcontents
\end{print}
\begin{screen}
\vfill
\end{screen}
\begin{slide}
\begin{itemize}
\item item 1
\item item 2
\item item 3
\end{itemize}
\end{slide}
\begin{slide}
\begin{itemize}
\item item 1
\item item 2
\item item 3
\end{itemize}
\end{slide}
\end{document}
See
Figure 1.9, “pdfscreen example: title page in Acrobat
Reader”.
Copyright (c) 1999, 2000 C. V. Radhakrishnan
“ This package may be distributed under the terms of the LaTeX Project Public License, as described in lppl.txt in the base LaTeX distribution. Either version 1.0 or, at your option, any later version. ”
There is also a version which can be used with LyX. See http://www.math.tau.ac.il/~dekelts/lyx/pdfscreen.tar.gz
(based on an outdated version of pdfscreen.sty).