2014-02-15 12:01:14 +01:00
|
|
|
%%
|
|
|
|
%% This is file `proposal.cls',
|
|
|
|
%% generated with the docstrip utility.
|
|
|
|
%%
|
|
|
|
%% The original source files were:
|
|
|
|
%%
|
|
|
|
%% proposal.dtx (with options: `cls')
|
|
|
|
%%
|
|
|
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
2017-02-02 11:55:31 +01:00
|
|
|
\ProvidesClass{proposal}[2016/12/15 v1.6 Project Proposal]
|
2014-02-15 12:01:14 +01:00
|
|
|
\newif\if@wpsubsection\@wpsubsectionfalse
|
|
|
|
\newif\ifsubmit\submitfalse
|
2015-11-20 09:44:11 +01:00
|
|
|
\newif\ifgrantagreement\grantagreementfalse
|
2014-02-15 12:01:14 +01:00
|
|
|
\newif\ifpublic\publicfalse
|
|
|
|
\newif\ifkeys\keysfalse
|
|
|
|
\newif\ifdelivs\delivsfalse
|
|
|
|
\newif\ifwork@areas\work@areastrue
|
|
|
|
\newif\if@RAM\@RAMfalse
|
2014-10-28 09:10:50 +01:00
|
|
|
\newif\if@svninfo\@svninfofalse
|
|
|
|
\newif\if@gitinfo\@gitinfofalse
|
2017-05-31 08:33:14 +02:00
|
|
|
\newif\if@numericcites\@numericcitesfalse
|
2017-11-14 11:16:29 +01:00
|
|
|
\newif\if@longtasklabels\@longtasklabelsfalse
|
2014-02-15 12:01:14 +01:00
|
|
|
\def\proposal@class{article}
|
|
|
|
\DeclareOption{wpsubsection}{\@wpsubsectiontrue}
|
|
|
|
\DeclareOption{submit}{\submittrue}
|
2015-11-20 09:44:11 +01:00
|
|
|
\DeclareOption{grantagreement}{\grantagreementtrue}
|
2014-10-28 09:10:50 +01:00
|
|
|
\DeclareOption{gitinfo}{\@gitinfotrue}
|
2017-05-31 08:33:14 +02:00
|
|
|
\DeclareOption{numericcites}{\@numericcitestrue}
|
2014-10-28 09:10:50 +01:00
|
|
|
\DeclareOption{svninfo}{\@svninfotrue}
|
2014-02-15 12:01:14 +01:00
|
|
|
\DeclareOption{public}{\publictrue}
|
|
|
|
\DeclareOption{noworkareas}{\work@areasfalse\PassOptionsToClass{\CurrentOption}{pdata}}
|
|
|
|
\DeclareOption{RAM}{\@RAMtrue}
|
|
|
|
\DeclareOption{report}{\def\proposal@class{report}}
|
|
|
|
\DeclareOption{keys}{\keystrue}
|
|
|
|
\DeclareOption{deliverables}{\delivstrue}
|
2017-11-14 11:16:29 +01:00
|
|
|
\DeclareOption{longtasklabels}{\@longtasklabelstrue}
|
2014-02-15 12:01:14 +01:00
|
|
|
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
|
|
|
|
\ProcessOptions
|
|
|
|
\LoadClass[a4paper,twoside]{\proposal@class}
|
2016-10-26 13:55:42 +02:00
|
|
|
\RequirePackage{proposal}
|
2017-09-23 15:04:53 +02:00
|
|
|
|
2014-02-15 12:01:14 +01:00
|
|
|
\endinput
|
|
|
|
%%
|
|
|
|
%% End of file `proposal.cls'.
|