%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % IDENTIFICATION - Aaron Montgomery (Monsterworks) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{screenview4}[1998/07/10 v1.0] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % PAGE LAYOUT % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Shrink the page size \setlength\paperheight{4in} \setlength\paperwidth{4in} %Eliminate the offsets \setlength{\hoffset}{-1in} \setlength{\voffset}{-1in} %1/2 inch margin on left and top \setlength{\oddsidemargin}{0.5in} \setlength{\topmargin}{0.5in} %header takes up 1/2 inch \setlength{\headheight}{0.20in} \setlength{\headsep}{0.30in} %1/2 margin on the bottom and right \setlength{\textheight}{2in} \setlength{\textwidth}{3in} %no margin paragraphs \setlength{\marginparsep}{0in} \setlength{\marginparwidth}{0in} %footer takes up 1/2 inch \setlength{\footskip}{0.5in} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % BEGIN AND END % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %set crop box for 4in by 4in page % NOTE: this is specific to PS->PDF conversion \AtBeginDocument{% \special{ps:: [ /CropBox [ 0 504 288 792 ] /PAGES pdfmark }% } \endinput