draining just to be sure for CTAN distribution
This commit is contained in:
parent
6b15d1b608
commit
5b8a8a37e3
5
Makefile
5
Makefile
@ -18,7 +18,9 @@ package doc:
|
||||
# CTAN submission
|
||||
########################################################################
|
||||
#
|
||||
# For CTAN submission just run "make ctan". This creates the file
|
||||
# For CTAN submission just run "make ctan".
|
||||
# This creates the file proposal.ctan.zip which can then be submitted to
|
||||
# http://ctan.org/upload directly.
|
||||
#
|
||||
# Directories that should be copied into top-level directories
|
||||
# - source (the *.dtx and *.ins files),
|
||||
@ -35,6 +37,5 @@ filedate checksum enablechecksum disablechecksum:
|
||||
|
||||
GITURI = git@github.com:KWARC/LaTeX-proposal.git
|
||||
TDS.src =
|
||||
TDS.src =
|
||||
TDS.readme = README.ctan
|
||||
include lib/Makefile.ctan
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% proposal.dtx (with options: `pdata')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{pdata}[2016/10/26 v1.6 Project Data]
|
||||
\ProvidesPackage{pdata}[2016/11/24 v1.6 Project Data]
|
||||
\RequirePackage{workaddress}[2016/07/06]
|
||||
\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}[2016/10/26 v1.6 Project Proposal]
|
||||
\ProvidesClass{proposal}[2016/11/24 v1.6 Project Proposal]
|
||||
\newif\if@wpsubsection\@wpsubsectionfalse
|
||||
\newif\ifsubmit\submitfalse
|
||||
\newif\ifgrantagreement\grantagreementfalse
|
||||
|
@ -13,10 +13,10 @@
|
||||
%
|
||||
% \iffalse
|
||||
%<cls|sty|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
%<cls>\ProvidesClass{proposal}[2016/11/24 v1.6 Project Proposal]
|
||||
%<sty>\ProvidesPackage{proposal}[2016/11/24 v1.6 Project Proposal]
|
||||
%<pdata>\ProvidesPackage{pdata}[2016/11/24 v1.6 Project Data]
|
||||
%<reporting>\ProvidesPackage{reporting}[2016/11/24 v1.6 Project Reporting]
|
||||
%<cls>\ProvidesClass{proposal}[2016/12/15 v1.6 Project Proposal]
|
||||
%<sty>\ProvidesPackage{proposal}[2016/12/15 v1.6 Project Proposal]
|
||||
%<pdata>\ProvidesPackage{pdata}[2016/12/15 v1.6 Project Data]
|
||||
%<reporting>\ProvidesPackage{reporting}[2016/12/15 v1.6 Project Reporting]
|
||||
%<*driver>
|
||||
\documentclass{ltxdoc}
|
||||
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
%% proposal.dtx (with options: `sty')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{proposal}[2016/10/26 v1.6 Project Proposal]
|
||||
\ProvidesPackage{proposal}[2016/11/24 v1.6 Project Proposal]
|
||||
\RequirePackage{amssymb}
|
||||
\RequirePackage{wasysym}
|
||||
\RequirePackage{url}
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% proposal.dtx (with options: `reporting')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{reporting}[2016/10/26 v1.6 Project Reporting]
|
||||
\ProvidesPackage{reporting}[2016/11/24 v1.6 Project Reporting]
|
||||
\newif\if@wpsubsection\@wpsubsectionfalse
|
||||
\newif\ifsubmit\submitfalse
|
||||
\newif\ifgrantagreement\grantagreementfalse
|
||||
|
@ -4,7 +4,7 @@ TDSCOLL = proposal
|
||||
DTX.cls.base = dfgproposal
|
||||
DTX = dfgproposal.dtx
|
||||
TDS.tex = dfgreporting.cls dfgpdata.sty
|
||||
TDS.exdirs = examples/proposal examples/report
|
||||
TDS.exdirs = examples/proposal examples/report examples/lib
|
||||
CTAN = $(TDS.tex)
|
||||
EXDIRS = examples
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% dfgproposal.dtx (with options: `pdata')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{dfgpdata}[2016/04/15 v1.4 DFG Project Data]
|
||||
\ProvidesPackage{dfgpdata}[2016/11/24 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}[2016/04/15 v1.4 DFG Proposal]
|
||||
\ProvidesClass{dfgproposal}[2016/11/24 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}[2016/11/24 v1.4 DFG Proposal]
|
||||
%<pdata>\ProvidesPackage{dfgpdata}[2016/11/24 v1.4 DFG Project Data]
|
||||
%<reporting>\ProvidesPackage{dfgreporting}[2016/11/24 v1.4 DFG Project Reporting]
|
||||
%<cls>\ProvidesClass{dfgproposal}[2016/12/15 v1.4 DFG Proposal]
|
||||
%<pdata>\ProvidesPackage{dfgpdata}[2016/12/15 v1.4 DFG Project Data]
|
||||
%<reporting>\ProvidesPackage{dfgreporting}[2016/12/15 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}[2016/04/15 v1.4 DFG Project Reporting]
|
||||
\ProvidesPackage{dfgreporting}[2016/11/24 v1.4 DFG Project Reporting]
|
||||
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
||||
\ProcessOptions
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,7 +4,7 @@ TDSCOLL = proposal
|
||||
DTX.cls.base = euproposal
|
||||
DTX = euproposal.dtx
|
||||
TDS.tex = eureporting.cls eupdata.sty
|
||||
TDS.exdirs = examples/strep
|
||||
TDS.exdirs = examples/strep examples/lib
|
||||
EXDIRS = examples
|
||||
|
||||
all: package doc
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% euproposal.dtx (with options: `pdata')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesPackage{eupdata}[2016/04/15 v1.5 EU Project Data]
|
||||
\ProvidesPackage{eupdata}[2016/07/06 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}}
|
||||
|
@ -7,7 +7,7 @@
|
||||
%% euproposal.dtx (with options: `cls')
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesClass{euproposal}[2016/04/15 v1.5 EU Proposal]
|
||||
\ProvidesClass{euproposal}[2016/07/06 v1.5 EU Proposal]
|
||||
|
||||
\newif\ifpartB\partBfalse
|
||||
\DeclareOption{partB}{\partBtrue}
|
||||
|
@ -13,9 +13,9 @@
|
||||
%
|
||||
% \iffalse
|
||||
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
%<cls>\ProvidesClass{euproposal}[2016/07/06 v1.5 EU Proposal]
|
||||
%<pdata>\ProvidesPackage{eupdata}[2016/07/06 v1.5 EU Project Data]
|
||||
%<reporting>\ProvidesPackage{eureporting}[2016/07/06 v1.5 EU Project Reporting]
|
||||
%<cls>\ProvidesClass{euproposal}[2016/12/15 v1.5 EU Proposal]
|
||||
%<pdata>\ProvidesPackage{eupdata}[2016/12/15 v1.5 EU Project Data]
|
||||
%<reporting>\ProvidesPackage{eureporting}[2016/12/15 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}[2016/04/15 v1.5 EU Project Reporting]
|
||||
\ProvidesPackage{eureporting}[2016/07/06 v1.5 EU Project Reporting]
|
||||
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
|
||||
\ProcessOptions
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user