Comment 10 for bug 338999

Revision history for this message
Pavneet Arora (usonianhorizon) wrote :

...produced using TeXlive 2008, using custom document class used in production since 2007. Here is the beginning which identifies the geometry:

%% Class to produce cheques. Currently supports tear away personal cheques

\NeedsTeXFormat{LaTeX2e}[1996/06/01]
\ProvidesClass{personalcheque}[2007/06/27 Class to produce personal cheques]
\LoadClass[12pt]{article}
\RequirePackage[absolute]{textpos}
\RequirePackage{geometry}

\pagestyle{empty}

\geometry{paperwidth=6.25in,paperheight=2.75in}