diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-15 21:38:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-15 21:38:41 +0000 |
commit | 5e77de80c3619d378c8a85ab0e2413086a57a8a5 (patch) | |
tree | 485e88bc2ff057b1286d2d244b8c6afb2ac16fd8 /Master/texmf-dist/source/latex/proposal/eu/euproposal.dtx | |
parent | dac3dfcfa52f854fa71354a5f4c8c8bb3aa4bc43 (diff) |
proposal (15apr16)
git-svn-id: svn://tug.org/texlive/trunk@40538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/proposal/eu/euproposal.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/proposal/eu/euproposal.dtx | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/proposal/eu/euproposal.dtx b/Master/texmf-dist/source/latex/proposal/eu/euproposal.dtx index 190575903b1..d9b2e3884a0 100644 --- a/Master/texmf-dist/source/latex/proposal/eu/euproposal.dtx +++ b/Master/texmf-dist/source/latex/proposal/eu/euproposal.dtx @@ -13,9 +13,9 @@ % % \iffalse %<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01] -%<cls>\ProvidesClass{euproposal}[2015/11/22 v1.5 EU Proposal] -%<pdata>\ProvidesPackage{eupdata}[2015/11/22 v1.5 EU Project Data] -%<reporting>\ProvidesPackage{eureporting}[2015/11/22 v1.5 EU Project Reporting] +%<cls>\ProvidesClass{euproposal}[2016/04/15 v1.5 EU Proposal] +%<pdata>\ProvidesPackage{eupdata}[2016/04/15 v1.5 EU Project Data] +%<reporting>\ProvidesPackage{eureporting}[2016/04/15 v1.5 EU Project Reporting] %<*driver> \documentclass[twoside]{ltxdoc} \DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global} @@ -28,8 +28,8 @@ \RecordChanges \usepackage{textcomp,url,paralist,a4wide,xspace} \usepackage[show]{ed} -\usepackage[maxnames=6,hyperref=auto,style=alphabetic]{biblatex} -\bibliography{kwarc} +\usepackage[maxnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex} +\addbibresource{../lib/proposal.bib} \usepackage[bookmarks=true,linkcolor=blue, citecolor=blue,urlcolor=blue,colorlinks=true, breaklinks=true, bookmarksopen=true]{hyperref} @@ -149,7 +149,7 @@ % the title page, and specify their heights; |1.5cm| is often a good value. % \end{compactitem} % -% \subsection{Work Packages and Work Areas}\label{sec:wpwa} +% \subsection{Work Packages and Work Areas}\label{sec:user:wpwa} % % \DescribeMacro{type} The |type| key specifies the activity type of the work package: % |RTD| = Research and technological development (including any activities to prepare for @@ -171,7 +171,14 @@ % name/deliverables/verification columns in the milestone table. % % \subsection{Risks}\label{sec:user:risks} -% \ednote{MK: document the infrastructure, make examples} +% In some EU proposals (e.g. FET), we need to identify risks and contingency and specify +% mitigation plans for them. In the |euproposal| we use two environments to mark them up. +% +% \DescribeMacro{risk}|\begin{risk}{|\meta{title}|}{|\meta{prob}|}{|\meta{grav}|}|\ldots|\end{risk}| +% makes a paragraph no a risk \meta{title} with gravity \meta{grav} and probability +% \meta{prob}, where the body of the environment contains a description of the risk. The +% \DescribeMacro{riskcont}|riskcont| is a variant, where \meta{title} names a risk and the +% body is a description of the contingency plan. % % \begin{newpart}{MK@MK: This is new, and only partially implemented} % \subsection{Reporting Infrastructure}\label{sec:user:report} @@ -427,7 +434,7 @@ % \end{macrocode} % \end{environment} % -% \subsection{Work Packages, Work Areas, and Deliverables}\label{sec:wpwa} +% \subsection{Work Packages, Work Areas, and Deliverables}\label{sec::impl:wpwa} % % \begin{environment}{wp*} % \begin{macrocode} @@ -555,17 +562,6 @@ % \end{macrocode} % \end{environment} % -% \subsection{Risks}\label{sec:impl:risks} -% -% In some EU proposals (e.g. FET), we need to identify risks and contingency and specify -% mitigation plans for them. In the |euproposal| we use two environments to mark them up. -% -% \DescribeMacro{risk}|\begin{risk}{|\meta{title}|}{|\meta{prob}|}{|\meta{grav}|}|\ldots|\end{risk}| -% makes a paragraph no a risk \meta{title} with gravity \meta{grav} and probability -% \meta{prob}, where the body of the environment contains a description of the risk. The -% \DescribeMacro{riskcont}|riskcont| is a variant, where \meta{title} names a risk and the -% body is a description of the contingency plan. -% % \subsection{Relevant Papers}\label{sec:impl:papers} % % \begin{macro}{\keypubs} |