draining just to be sure for CTAN distribution
This commit is contained in:
parent
00a88bd99b
commit
57fb1b0919
@ -7,7 +7,7 @@
|
|||||||
%% proposal.dtx (with options: `pdata')
|
%% proposal.dtx (with options: `pdata')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesPackage{pdata}[// v1.5 Project Data]
|
\ProvidesPackage{pdata}[2015/11/20 v1.5 Project Data]
|
||||||
\RequirePackage{workaddress}[2011/05/03]
|
\RequirePackage{workaddress}[2011/05/03]
|
||||||
\RequirePackage{eurosym}
|
\RequirePackage{eurosym}
|
||||||
\newif\if@sites\@sitesfalse\let\prop@gen@sites=\relax%
|
\newif\if@sites\@sitesfalse\let\prop@gen@sites=\relax%
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%% proposal.dtx (with options: `cls')
|
%% proposal.dtx (with options: `cls')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesClass{proposal}[// v1.5 Project Proposal]
|
\ProvidesClass{proposal}[2015/11/20 v1.5 Project Proposal]
|
||||||
\newif\if@wpsubsection\@wpsubsectionfalse
|
\newif\if@wpsubsection\@wpsubsectionfalse
|
||||||
\newif\ifsubmit\submitfalse
|
\newif\ifsubmit\submitfalse
|
||||||
\newif\ifgrantagreement\grantagreementfalse
|
\newif\ifgrantagreement\grantagreementfalse
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
%
|
%
|
||||||
% \iffalse
|
% \iffalse
|
||||||
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
%<cls>\ProvidesClass{proposal}[// v1.5 Project Proposal]
|
%<cls>\ProvidesClass{proposal}[2015/11/20 v1.5 Project Proposal]
|
||||||
%<pdata>\ProvidesPackage{pdata}[// v1.5 Project Data]
|
%<pdata>\ProvidesPackage{pdata}[2015/11/20 v1.5 Project Data]
|
||||||
%<reporting>\ProvidesPackage{reporting}[// v1.5 Project Reporting]
|
%<reporting>\ProvidesPackage{reporting}[2015/11/20 v1.5 Project Reporting]
|
||||||
%<*driver>
|
%<*driver>
|
||||||
\documentclass{ltxdoc}
|
\documentclass{ltxdoc}
|
||||||
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
||||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
%% proposal.dtx (with options: `reporting')
|
%% proposal.dtx (with options: `reporting')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesPackage{reporting}[// v1.5 Project Reporting]
|
\ProvidesPackage{reporting}[2015/11/20 v1.5 Project Reporting]
|
||||||
\newif\if@wpsubsection\@wpsubsectionfalse
|
\newif\if@wpsubsection\@wpsubsectionfalse
|
||||||
\newif\ifsubmit\submitfalse
|
\newif\ifsubmit\submitfalse
|
||||||
\newif\ifgrantagreement\grantagreementfalse
|
\newif\ifgrantagreement\grantagreementfalse
|
||||||
|
@ -14,9 +14,9 @@ use Pod::Usage;
|
|||||||
use Cwd qw(abs_path);
|
use Cwd qw(abs_path);
|
||||||
|
|
||||||
my ($file) = @ARGV;
|
my ($file) = @ARGV;
|
||||||
my $date = `svn info $file`;
|
my $date = `git log --format='%ai' $file`;
|
||||||
$date =~ /Last Changed Date: (\d+)-(\d+)-(\d+)/;
|
$date = substr($date, 0, index($date, ' '));
|
||||||
$date = $1.'/'.$2.'/'.$3;
|
$date =~ s/-/\//g;
|
||||||
$file = abs_path($file);
|
$file = abs_path($file);
|
||||||
open(IN,"<$file");
|
open(IN,"<$file");
|
||||||
my @lines = ();
|
my @lines = ();
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%% dfgproposal.dtx (with options: `pdata')
|
%% dfgproposal.dtx (with options: `pdata')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesPackage{dfgpdata}[// v1.4 DFG Project Data]
|
\ProvidesPackage{dfgpdata}[2015/11/20 v1.4 DFG Project Data]
|
||||||
\newif\ifdeutsch\deutschfalse
|
\newif\ifdeutsch\deutschfalse
|
||||||
\DeclareOption{german}{\deutschtrue\message{Deutscher Antrag}}
|
\DeclareOption{german}{\deutschtrue\message{Deutscher Antrag}}
|
||||||
\ProcessOptions
|
\ProcessOptions
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%% dfgproposal.dtx (with options: `cls')
|
%% dfgproposal.dtx (with options: `cls')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesClass{dfgproposal}[// v1.4 DFG Proposal]
|
\ProvidesClass{dfgproposal}[2015/11/20 v1.4 DFG Proposal]
|
||||||
\newif\ifgeneral\generalfalse
|
\newif\ifgeneral\generalfalse
|
||||||
\DeclareOption{general}{\generaltrue}
|
\DeclareOption{general}{\generaltrue}
|
||||||
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
|
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
%
|
%
|
||||||
% \iffalse
|
% \iffalse
|
||||||
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
%<cls>\ProvidesClass{dfgproposal}[// v1.4 DFG Proposal]
|
%<cls>\ProvidesClass{dfgproposal}[2015/11/20 v1.4 DFG Proposal]
|
||||||
%<pdata>\ProvidesPackage{dfgpdata}[// v1.4 DFG Project Data]
|
%<pdata>\ProvidesPackage{dfgpdata}[2015/11/20 v1.4 DFG Project Data]
|
||||||
%<reporting>\ProvidesPackage{dfgreporting}[// v1.4 DFG Project Reporting]
|
%<reporting>\ProvidesPackage{dfgreporting}[2015/11/20 v1.4 DFG Project Reporting]
|
||||||
%<*driver>
|
%<*driver>
|
||||||
\documentclass[twoside]{ltxdoc}
|
\documentclass[twoside]{ltxdoc}
|
||||||
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
||||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
%% dfgproposal.dtx (with options: `reporting')
|
%% dfgproposal.dtx (with options: `reporting')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesPackage{dfgreporting}[// v1.4 DFG Project Reporting]
|
\ProvidesPackage{dfgreporting}[2015/11/20 v1.4 DFG Project Reporting]
|
||||||
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
|
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
|
||||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
||||||
\ProcessOptions
|
\ProcessOptions
|
||||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
%% euproposal.dtx (with options: `pdata')
|
%% euproposal.dtx (with options: `pdata')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesPackage{eupdata}[// v1.5 EU Project Data]
|
\ProvidesPackage{eupdata}[2015/11/20 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}{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}}
|
\define@key{prop@gen}{coordinatorsite}{\def\prop@gen@coordinatorsite{#1}\pdata@def{prop}{gen}{coordinator}{#1}}
|
||||||
\def\prop@gen@challenge{??}\def\prop@gen@challengeid{??}
|
\def\prop@gen@challenge{??}\def\prop@gen@challengeid{??}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%% euproposal.dtx (with options: `cls')
|
%% euproposal.dtx (with options: `cls')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesClass{euproposal}[// v1.5 EU Proposal]
|
\ProvidesClass{euproposal}[2015/11/20 v1.5 EU Proposal]
|
||||||
\newif\ifpartB\partBfalse
|
\newif\ifpartB\partBfalse
|
||||||
\DeclareOption{partB}{\partBtrue}
|
\DeclareOption{partB}{\partBtrue}
|
||||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{proposal}}
|
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{proposal}}
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
%
|
%
|
||||||
% \iffalse
|
% \iffalse
|
||||||
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
%<cls>\ProvidesClass{euproposal}[// v1.5 EU Proposal]
|
%<cls>\ProvidesClass{euproposal}[2015/11/20 v1.5 EU Proposal]
|
||||||
%<pdata>\ProvidesPackage{eupdata}[// v1.5 EU Project Data]
|
%<pdata>\ProvidesPackage{eupdata}[2015/11/20 v1.5 EU Project Data]
|
||||||
%<reporting>\ProvidesPackage{eureporting}[// v1.5 EU Project Reporting]
|
%<reporting>\ProvidesPackage{eureporting}[2015/11/20 v1.5 EU Project Reporting]
|
||||||
%<*driver>
|
%<*driver>
|
||||||
\documentclass[twoside]{ltxdoc}
|
\documentclass[twoside]{ltxdoc}
|
||||||
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
||||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
%% euproposal.dtx (with options: `reporting')
|
%% euproposal.dtx (with options: `reporting')
|
||||||
%%
|
%%
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesPackage{eureporting}[// v1.5 EU Project Reporting]
|
\ProvidesPackage{eureporting}[2015/11/20 v1.5 EU Project Reporting]
|
||||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
||||||
\ProcessOptions
|
\ProcessOptions
|
||||||
\LoadClass[report,noRAM]{reporting}
|
\LoadClass[report,noRAM]{reporting}
|
||||||
|
Loading…
Reference in New Issue
Block a user