%% %% This is file `minutes-new.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% minutes-new.dtx (with options: `class') %% %% This is a generated file. %% %% Copyright (C) 2005 by Nick Urbanik %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.2 of this license %% or (at your option) any later version. The latest version of this %% license is in: %% %% http://www.latex-project.org/lppl.txt %% %% and version 1.2 or later is part of all distributions of LaTeX version %% 1999/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{minutes-new}[2005/05/17 For School Council meeting minutes.] \DeclareOption{draftver}{% \AtEndOfClass% {% % Want DRAFT diagonally across the first page, then at the bottom % of subsequent pages. The options for the draftcopy package were: % light,first,bottomafter. \def\draft{DRAFT version for comment\\\relax}% \draftcopySetGrey{0.85}% .90 is light, .85 is dark. .975 seemed okay.. \draftcopyLastPage{9999}% \draftcopy@bottomAftertrue }% } \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} \ProcessOptions \LoadClass[a4paper,12pt]{article} \RequirePackage{% fancyhdr,% calc,% xspace,% graphicx,% varioref,% vmargin,% mdwlist,% For suspend, resume. nick,% rcs} \RequirePackage[none]{draftcopy} \setpapersize{A4} \shiftmargins \setmarginsrb{20mm}% left {20mm}% top {37mm}% right {15mm}% bottom {15pt}% headheight---increase to stop fancyhdr warn {11mm}% headsep {0pt}% footheight {11mm}% footskip \addtolength{\headwidth}{17mm} \newcommand{\actionFont}[1]{\textbf{\footnotesize#1}} \newcommand{\marginlabel}[1] {\mbox{}\marginpar{\raggedright\hspace{0pt}#1}} \newcommand{\action}[1] {\mbox{}\marginpar{\raggedright\hspace{0pt}{\actionFont{#1}}}} \newcommand{\actioni}[1] {#1\marginpar{\raggedright\hspace{0pt}{\actionFont{#1}}}} \setlength{\marginparsep}{4.5mm} \setlength{\marginparwidth}{28mm} \pagestyle{fancyplain} \lhead{\fancyplain{}{\bfseries \draft\thisOrganisation{} \hspace{2ex}\thisMeetingMonth~Meeting}} \rhead{\fancyplain{}{\rmfamily\bfseries\thepage}} \cfoot{} \lfoot{} \newcommand{\thisDepartment}% {} \newcommand{\thisOrganisation}% {Blaxcell Street Public School Council} \newcommand*{\fileNumber}{} \newcommand*{\draft}{} \newcommand*{\department}% [1][]% {\def\thisDepartment{#1}\relax} \newcommand*{\organisation}% [1][Blaxcell Street Public School Council]% {\renewcommand*{\protect\thisOrganisation}{#1}\relax} \newcommand*{\meetingDate}[1]{\def\thisMeetingDate{#1}\relax} \newcommand*{\meetingTime}[1]{\def\thisMeetingTime{#1}\relax} \newcommand*{\meetingMonth}[1]{\def\thisMeetingMonth{#1}\relax} \newcommand{\meeting}[1]% {% \setcounter{meetingNum}{#1}% } \newcommand{\heading}[1]{% \end{enumerate}% \section{#1}% \begin{enumerate}% \partopsep=1pt% \itemsep = 2pt% \parskip = 0pt\relax } \newcommand{\subheading}[1]{% \suspend{enumerate}% \subsection*{#1}% \resume{enumerate}% \partopsep=1pt% \itemsep = 2pt% \parskip = 0pt\relax } \newcounter{meetingNum} \def\labelenumi{{\bfseries \thesection.\theenumi.}} \@addtoreset{enumi}{section} \AtBeginDocument% {% \newlength{\logowidth}% \newlength{\sideWidth}% \newlength{\logoSep}% \setlength{\logowidth}{31.5mm}% \setlength{\logoSep}{0em}% \setlength{\sideWidth}{\textwidth}% \addtolength{\sideWidth}{-\logowidth}% \addtolength{\sideWidth}{-\logoSep}% \thispagestyle{plain} \vspace*{-20mm} \noindent% \includegraphics[width=\logowidth]{blaxcell-logo}% \hspace{\logoSep}% \begin{minipage}[b][\logowidth-2em][c]{\sideWidth}% \centering% \noindent% \bfseries% %\thisDepartment %\vfill \large \draft \vfill \thisOrganisation{}\\ \thisMeetingMonth~Meeting \vfill \mbox{} \end{minipage}\\[2ex] \vspace{1ex} \begin{tabular}{@{}ll@{}} Date held: & \thisMeetingDate\\ Time: & \thisMeetingTime \end{tabular} \vspace{2ex} Participants:\par } \endinput %% %% End of file `minutes-new.cls'.