From: michaelh Date: Fri, 6 Jul 2001 01:40:11 +0000 (+0000) Subject: Added wide article class for some of the docs X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6ec2728fa3e7d44a52fff569377efaa17b933e6c;hp=b3ab4a374027b786d73c26dec56bf302d63f4fde;p=fw%2Fsdcc Added wide article class for some of the docs git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1028 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/widearticle.cls b/doc/widearticle.cls new file mode 100644 index 00000000..36e74c3c --- /dev/null +++ b/doc/widearticle.cls @@ -0,0 +1,15 @@ +% Simple extension of atricle which wides the margins. +% $Id$ +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{widearticle} +\LoadClass{article} + +\setlength{\oddsidemargin}{0pt} +\setlength{\evensidemargin}{0pt} + +\setlength{\textwidth}{\paperwidth} +\addtolength{\textwidth}{-2in} +\setlength{\textheight}{\paperheight} +\addtolength{\textheight}{-2in} + +\setlength{\parindent}{0pt}