draining just to be sure for CTAN distribution
This commit is contained in:
parent
479d1a31a6
commit
8d2e04fbdf
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ package doc:
|
||||
# - tex (*.sty and *.cls, etc that LaTeX reads)
|
||||
# of the CTAN and TDS submissions
|
||||
SRCDIRS =
|
||||
DOCDIRS = #eu/examples dfg/examples
|
||||
DOCDIRS = eu/examples/strep dfg/examples/proposal
|
||||
DTXDIRS = base dfg eu
|
||||
|
||||
# targets for CTAN.
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% proposal.dtx (with options: `pdata')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{pdata}[2015/11/20 v1.5 Project Data]
|
||||
\ProvidesPackage{pdata}[2015/11/22 v1.5 Project Data]
|
||||
\RequirePackage{workaddress}[2011/05/03]
|
||||
\RequirePackage{eurosym}
|
||||
\newif\if@sites\@sitesfalse\let\prop@gen@sites=\relax%
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% proposal.dtx (with options: `cls')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesClass{proposal}[2015/11/20 v1.5 Project Proposal]
|
||||
\ProvidesClass{proposal}[2015/11/22 v1.5 Project Proposal]
|
||||
\newif\if@wpsubsection\@wpsubsectionfalse
|
||||
\newif\ifsubmit\submitfalse
|
||||
\newif\ifgrantagreement\grantagreementfalse
|
||||
|
@ -13,9 +13,9 @@
|
||||
%
|
||||
% \iffalse
|
||||
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
%<cls>\ProvidesClass{proposal}[2015/11/20 v1.5 Project Proposal]
|
||||
%<pdata>\ProvidesPackage{pdata}[2015/11/20 v1.5 Project Data]
|
||||
%<reporting>\ProvidesPackage{reporting}[2015/11/20 v1.5 Project Reporting]
|
||||
%<cls>\ProvidesClass{proposal}[2015/11/22 v1.5 Project Proposal]
|
||||
%<pdata>\ProvidesPackage{pdata}[2015/11/22 v1.5 Project Data]
|
||||
%<reporting>\ProvidesPackage{reporting}[2015/11/22 v1.5 Project Reporting]
|
||||
%<*driver>
|
||||
\documentclass{ltxdoc}
|
||||
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
||||
@ -35,6 +35,7 @@
|
||||
breaklinks=true, bookmarksopen=true]{hyperref}
|
||||
\makeindex
|
||||
\def\subversion{\textsc{Subversion}\xspace}
|
||||
\def\git{\textsc{Git}\xspace}
|
||||
\begin{document}
|
||||
\DocInput{proposal.dtx}
|
||||
\end{document}
|
||||
@ -86,19 +87,38 @@
|
||||
%
|
||||
% Writing grant proposals is a collaborative effort that requires the integration of
|
||||
% contributions from many individuals. The use of an ASCII-based format like {\LaTeX}
|
||||
% allows to coordinate the process via a source code control system like
|
||||
% \subversion, allowing the proposal writing team to concentrate on the contents
|
||||
% rather than the mechanics of wrangling with text fragments and revisions.
|
||||
% allows to coordinate the process via a source code control system like \git or
|
||||
% \subversion, allowing the proposal writing team to concentrate on the contents rather
|
||||
% than the mechanics of wrangling with text fragments and revisions. In fact the
|
||||
% |proposal| package has evolved out of a series of collaborative proposal writing
|
||||
% efforts, where large teams (up to 30 individuals from up to 20 sites) have written a
|
||||
% 100-page proposal in three weeks (with over 2000 commits). Such collaborative writing
|
||||
% sprints are impossible without a revision control system and a ``semantic'' document
|
||||
% class that generates tables, charts, and deliverable lists from content markup and thus
|
||||
% takes care of many of the routine tasks of keeping information consistent.
|
||||
%
|
||||
% The |proposal| class supports many of the generic elements of Grant Proposals. The
|
||||
% package documentation is still preliminary, fragmented and incomplete.
|
||||
%
|
||||
% The |proposal| class is distributed under the terms of the LaTeX Project Public License
|
||||
% from CTAN archives in directory |macros/latex/base/lppl.txt|. Either version 1.0 or, at
|
||||
% your option, any later version. The CTAN archive always contains the latest stable
|
||||
% version, the development version can be found on GitHub at
|
||||
% \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports please use the issue
|
||||
% tracker there.
|
||||
% your option, any later version.
|
||||
%
|
||||
% The CTAN archive always contains the latest stable version, the development version can
|
||||
% be found on GitHub at \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports
|
||||
% please use the issue tracker there. Please feel free to fork the repository and provide
|
||||
% extensions and improvements.
|
||||
%
|
||||
% The development version also contains example proposals and a very useful script that
|
||||
% generates GitHub issues for all the workpackages, tasks, and deliverables. This is a
|
||||
% great way of starting up a project and controlling its progress. The OpenDreamKit EU
|
||||
% project (see \url{http://opendreamkit.org}) uses this for its (very public) project
|
||||
% planning on the issue tracker at \url{https://github.com/OpenDreamKit} after (also
|
||||
% publicly) developing the proposal on GitHub.
|
||||
%
|
||||
% Finally, the GitHub reposistory contains example project proposals and specialized
|
||||
% Makefiles that help start off the proposal development process. These are not part of
|
||||
% the CTAN/TeXLive distributions.
|
||||
%
|
||||
% \section{The User Interface}\label{sec:user-interface}
|
||||
%
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
%% proposal.dtx (with options: `reporting')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{reporting}[2015/11/20 v1.5 Project Reporting]
|
||||
\ProvidesPackage{reporting}[2015/11/22 v1.5 Project Reporting]
|
||||
\newif\if@wpsubsection\@wpsubsectionfalse
|
||||
\newif\ifsubmit\submitfalse
|
||||
\newif\ifgrantagreement\grantagreementfalse
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% dfgproposal.dtx (with options: `pdata')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{dfgpdata}[2015/11/20 v1.4 DFG Project Data]
|
||||
\ProvidesPackage{dfgpdata}[2015/11/22 v1.4 DFG Project Data]
|
||||
\newif\ifdeutsch\deutschfalse
|
||||
\DeclareOption{german}{\deutschtrue\message{Deutscher Antrag}}
|
||||
\ProcessOptions
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% dfgproposal.dtx (with options: `cls')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesClass{dfgproposal}[2015/11/20 v1.4 DFG Proposal]
|
||||
\ProvidesClass{dfgproposal}[2015/11/22 v1.4 DFG Proposal]
|
||||
\newif\ifgeneral\generalfalse
|
||||
\DeclareOption{general}{\generaltrue}
|
||||
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
|
||||
|
@ -13,9 +13,9 @@
|
||||
%
|
||||
% \iffalse
|
||||
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
%<cls>\ProvidesClass{dfgproposal}[2015/11/20 v1.4 DFG Proposal]
|
||||
%<pdata>\ProvidesPackage{dfgpdata}[2015/11/20 v1.4 DFG Project Data]
|
||||
%<reporting>\ProvidesPackage{dfgreporting}[2015/11/20 v1.4 DFG Project Reporting]
|
||||
%<cls>\ProvidesClass{dfgproposal}[2015/11/22 v1.4 DFG Proposal]
|
||||
%<pdata>\ProvidesPackage{dfgpdata}[2015/11/22 v1.4 DFG Project Data]
|
||||
%<reporting>\ProvidesPackage{dfgreporting}[2015/11/22 v1.4 DFG Project Reporting]
|
||||
%<*driver>
|
||||
\documentclass[twoside]{ltxdoc}
|
||||
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
%% dfgproposal.dtx (with options: `reporting')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{dfgreporting}[2015/11/20 v1.4 DFG Project Reporting]
|
||||
\ProvidesPackage{dfgreporting}[2015/11/22 v1.4 DFG Project Reporting]
|
||||
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
||||
\ProcessOptions
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
%% euproposal.dtx (with options: `pdata')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{eupdata}[2015/11/20 v1.5 EU Project Data]
|
||||
\ProvidesPackage{eupdata}[2015/11/22 v1.5 EU Project Data]
|
||||
\define@key{prop@gen}{coordinator}{\def\prop@gen@coordinator{#1}\pdata@def{prop}{gen}{coordinator}{#1}}
|
||||
\define@key{prop@gen}{coordinatorsite}{\def\prop@gen@coordinatorsite{#1}\pdata@def{prop}{gen}{coordinator}{#1}}
|
||||
\def\prop@gen@challenge{??}\def\prop@gen@challengeid{??}
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% euproposal.dtx (with options: `cls')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesClass{euproposal}[2015/11/20 v1.5 EU Proposal]
|
||||
\ProvidesClass{euproposal}[2015/11/22 v1.5 EU Proposal]
|
||||
\newif\ifpartB\partBfalse
|
||||
\DeclareOption{partB}{\partBtrue}
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{proposal}}
|
||||
|
@ -13,9 +13,9 @@
|
||||
%
|
||||
% \iffalse
|
||||
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
%<cls>\ProvidesClass{euproposal}[2015/11/20 v1.5 EU Proposal]
|
||||
%<pdata>\ProvidesPackage{eupdata}[2015/11/20 v1.5 EU Project Data]
|
||||
%<reporting>\ProvidesPackage{eureporting}[2015/11/20 v1.5 EU Project Reporting]
|
||||
%<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]
|
||||
%<*driver>
|
||||
\documentclass[twoside]{ltxdoc}
|
||||
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
%% euproposal.dtx (with options: `reporting')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{eureporting}[2015/11/20 v1.5 EU Project Reporting]
|
||||
\ProvidesPackage{eureporting}[2015/11/22 v1.5 EU Project Reporting]
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
||||
\ProcessOptions
|
||||
\LoadClass[report,noRAM]{reporting}
|
||||
|
Loading…
Reference in New Issue
Block a user