% specific (pdf)latex script to crop whitewashed[.eps|.pdf] image to create 
% a useful watermark image called right.[.eps|.pdf].

% Copyright 2003 Alan W. Irwin (irwin@beluga.phys.uvic.ca)

% This file is part of the Linux Brochure Project (LBP) package.

%	LBP is free software; you can redistribute it and/or modify
%	it under the terms of the GNU General Public License version 2 
%	as published by the Free Software Foundation.
	            
%	LBP is distributed in the hope that it will be useful,
%	but WITHOUT ANY WARRANTY; without even the implied warranty of
%	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
%	GNU General Public License for more details.

%	You should have received a copy of the GNU General Public License
%	along with LBP; if not, write to the Free Software
%	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
%	02111-1307  USA

\documentclass{article}
\input{geometry.tex}
%Check if we are compiling under latex or pdflatex
\ifx\pdftexversion\undefined
\usepackage[dvips]{graphicx}
\else
\usepackage[pdftex]{graphicx}
\fi
\begin{document}
\pagestyle{empty}
\begin{figure}
\includegraphics[trim= {\rightTrimleft} 0 {\rightTrimright} {\rightTrimtop},
width=\paperwidth]{right_whitewashed}
\end{figure}
\end{document}
