diff --git a/base/proposal.dtx b/base/proposal.dtx index 6993c03..ee39638 100644 --- a/base/proposal.dtx +++ b/base/proposal.dtx @@ -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. diff --git a/base/proposal.pdf b/base/proposal.pdf index 526105d..a8a5ebc 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/eu/euproposal.cls b/eu/euproposal.cls index 27dc28f..078f881 100644 --- a/eu/euproposal.cls +++ b/eu/euproposal.cls @@ -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} diff --git a/eu/euproposal.dtx b/eu/euproposal.dtx index 43606cc..d5f8adc 100644 --- a/eu/euproposal.dtx +++ b/eu/euproposal.dtx @@ -261,8 +261,8 @@ % Then we load the packages we make use of % % \begin{macrocode} -%\ifpartB\LoadClass[report,noRAM]{proposal}\else\LoadClass[noRAM]{proposal}\fi -%\LoadClass[report,noRAM]{reporting} +%\ifpartB\LoadClass[report]{proposal}\else\LoadClass{proposal}\fi +%\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 diff --git a/eu/euproposal.pdf b/eu/euproposal.pdf index f22d56e..5a7ebe6 100644 Binary files a/eu/euproposal.pdf and b/eu/euproposal.pdf differ diff --git a/eu/eureporting.cls b/eu/eureporting.cls index 0c05003..f70a7d3 100644 --- a/eu/eureporting.cls +++ b/eu/eureporting.cls @@ -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} diff --git a/examples/eu/strep/Makefile b/examples/eu/strep/Makefile index 7ae6aa7..71e345c 100644 --- a/examples/eu/strep/Makefile +++ b/examples/eu/strep/Makefile @@ -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