noRAM does not exist any more
This commit is contained in:
parent
ee45a66a2f
commit
0a34a65e92
@ -912,9 +912,9 @@
|
||||
%
|
||||
% \begin{environment}{proposal}
|
||||
% The |proposal| environment reads the metadata keys defined above, and if there were no
|
||||
% |site| keys, then it defines keys |RM| and |RAM| (unless the |noRAM| package option
|
||||
% was given) for the |workpackage| environment. Also it reads the project data file and
|
||||
% opens up the project data file |\pdata@out|, which it also closes at the end.
|
||||
% |site| keys, then it defines keys |RM| and |RAM| (if the |RAM| package option was
|
||||
% given) for the |workpackage| environment. Also it reads the project data file and
|
||||
% opens up the project data file |\pdata@out|, which it also closes at the end.
|
||||
%
|
||||
% The environment calls an internal version of the environment |prop@proposal| that can
|
||||
% be customized by the specializing classes.
|
||||
|
Binary file not shown.
@ -12,7 +12,7 @@
|
||||
\DeclareOption{partB}{\partBtrue}
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{proposal}}
|
||||
\ProcessOptions
|
||||
\ifpartB\LoadClass[report,noRAM]{proposal}\else\LoadClass[noRAM]{proposal}\fi
|
||||
\ifpartB\LoadClass[report]{proposal}\else\LoadClass{proposal}\fi
|
||||
\RequirePackage{longtable}
|
||||
\RequirePackage{eurosym}
|
||||
\RequirePackage{wrapfig}
|
||||
|
@ -261,8 +261,8 @@
|
||||
% Then we load the packages we make use of
|
||||
%
|
||||
% \begin{macrocode}
|
||||
%<cls>\ifpartB\LoadClass[report,noRAM]{proposal}\else\LoadClass[noRAM]{proposal}\fi
|
||||
%<reporting>\LoadClass[report,noRAM]{reporting}
|
||||
%<cls>\ifpartB\LoadClass[report]{proposal}\else\LoadClass{proposal}\fi
|
||||
%<reporting>\LoadClass[report]{reporting}
|
||||
%<*cls|reporting>
|
||||
\RequirePackage{longtable}
|
||||
\RequirePackage{eurosym}
|
||||
@ -642,6 +642,6 @@
|
||||
% End:
|
||||
% LocalWords: coordinatorsite coordinatorsite verif verif milestonetable milestonetable
|
||||
% LocalWords: wname wname wdeliv wdeliv wverif wverif biblatex notcategory newif gdef
|
||||
% LocalWords: grantagreement Initialization ifpartB partBfalse partBtrue report,noRAM
|
||||
% LocalWords: grantagreement Initialization ifpartB partBfalse partBtrue report
|
||||
% LocalWords: chngcntr counterwithin ifgrantagreement currenttime mst@caption delivs
|
||||
% LocalWords: initialize deliv multilinguality prop@milesfor refsection nocite doctex
|
||||
|
Binary file not shown.
@ -10,7 +10,7 @@
|
||||
\ProvidesPackage{eureporting}[2016/12/15 v1.5 EU Project Reporting]
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
||||
\ProcessOptions
|
||||
\LoadClass[report,noRAM]{reporting}
|
||||
\LoadClass[report]{reporting}
|
||||
\RequirePackage{longtable}
|
||||
\RequirePackage{eurosym}
|
||||
\RequirePackage{wrapfig}
|
||||
|
@ -7,7 +7,7 @@
|
||||
# possibly customize the following variables to your setting
|
||||
PROPOSAL = propB.tex # the proposal
|
||||
PROP.dir = ../../..# # The LaTeX-proposal class directory
|
||||
BIB = $(PROP.dir)/lib/dummy.bib# # bibTeX databases
|
||||
BIB = ../lib/dummy.bib# # bibTeX databases
|
||||
###########################################################################
|
||||
# the following are computed
|
||||
TSIMP = # pdflatex Targets without bibTeX
|
||||
|
Loading…
Reference in New Issue
Block a user