adapting to git
This commit is contained in:
parent
d6c057e885
commit
143ab8c9a4
20
README
20
README
@ -1,20 +0,0 @@
|
||||
*proposal.cls: A set of LaTeX classes for preparing proposals for collaborative projects
|
||||
|
||||
The base proposal class supports many of the general elemenst of project proposals. It is
|
||||
optimized towards collaborate projects. This class is intended to be specialized to
|
||||
particular funding bodies that have their own styles.
|
||||
|
||||
MANIFEST:
|
||||
base: the base proposal class
|
||||
dfg: the instance for Deutsche Forschungsgemeinschaft
|
||||
eu: the instance for EU proposals
|
||||
etc: style files from the sTeX bundle added for convenience
|
||||
(only in SVN, not on CTAN)
|
||||
lib: Makefiles for the management of self-documenting packages
|
||||
|
||||
Copyright(c) 2010 Michael Kohlhase
|
||||
The package is distributed under the terms of the LaTeX Project Public License (LPPL)
|
||||
|
||||
The development version of this package can be found at
|
||||
https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal
|
||||
|
20
README.md
20
README.md
@ -1,4 +1,22 @@
|
||||
LaTeX-proposal
|
||||
==============
|
||||
*proposal.cls: A set of LaTeX classes for preparing proposals for collaborative projects
|
||||
|
||||
The base proposal class supports many of the general elemenst of project proposals. It is
|
||||
optimized towards collaborate projects. This class is intended to be specialized to
|
||||
particular funding bodies that have their own styles.
|
||||
|
||||
MANIFEST:
|
||||
base: the base proposal class
|
||||
dfg: the instance for Deutsche Forschungsgemeinschaft
|
||||
eu: the instance for EU proposals
|
||||
etc: style files from the sTeX bundle added for convenience
|
||||
(only on GitHub, not on CTAN)
|
||||
lib: Makefiles for the management of self-documenting packages
|
||||
|
||||
Copyright(c) 2010 Michael Kohlhase
|
||||
The package is distributed under the terms of the LaTeX Project Public License (LPPL)
|
||||
|
||||
The development version of this package can be found at
|
||||
https://github.com/KWARC/LaTeX-proposal
|
||||
|
||||
The Proposal package for LaTeX
|
||||
|
@ -8,7 +8,7 @@
|
||||
% Either version 1.0 or, at your option, any later version.
|
||||
%
|
||||
% The development version of this file can be found at
|
||||
% $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/base/proposal.dtx $
|
||||
% https://github.com/KWARC/LaTeX-proposal
|
||||
% \fi
|
||||
%
|
||||
% \iffalse
|
||||
@ -28,8 +28,7 @@
|
||||
\RecordChanges
|
||||
\usepackage{textcomp,url,paralist,a4wide,xspace}
|
||||
\usepackage[show]{ed}
|
||||
\usepackage[eso-foot,today,draft]{svninfo}
|
||||
\usepackage[maxbibnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
|
||||
\usepackage[maxbibnames=6,hyperref=auto,style=alphabetic]{biblatex}
|
||||
\bibliography{kwarc}
|
||||
\usepackage[bookmarks=true,linkcolor=blue,
|
||||
citecolor=blue,urlcolor=blue,colorlinks=true,
|
||||
@ -37,8 +36,6 @@
|
||||
\makeindex
|
||||
\def\subversion{\textsc{Subversion}\xspace}
|
||||
\begin{document}
|
||||
\svnInfo $Id: proposal.dtx 24314 2013-03-24 14:39:33Z kohlhase $
|
||||
\svnKeyword $URL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/base/proposal.dtx $
|
||||
\DocInput{proposal.dtx}
|
||||
\end{document}
|
||||
%</driver>
|
||||
@ -95,13 +92,12 @@
|
||||
% 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 at
|
||||
% {\url{https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal}}. For bug
|
||||
% reports please use the sTeX trac at {\url{https://trac.kwarc.info/sTeX/}} with component
|
||||
% |proposal|.
|
||||
% 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 at
|
||||
% \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports please use the sTeX trac
|
||||
% at \url{https://github.com/KWARC/LaTeX-proposal/issues}.
|
||||
%
|
||||
% \section{The User Interface}\label{sec:user-interface}
|
||||
%
|
||||
|
Binary file not shown.
@ -42,15 +42,14 @@
|
||||
\begin{center}
|
||||
{\LARGE \prop@gen@instrument}\\[.2cm]
|
||||
{\LARGE\textbf{\prop@gen@title}}\\[.3cm]
|
||||
%{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]
|
||||
%{\large\today}\\[1em]
|
||||
{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]
|
||||
{\large\today}\\[1em]
|
||||
\WAauthorblock[aff]\prop@gen@PIs\\[2cm]
|
||||
\end{center}
|
||||
\ifgeneral
|
||||
\edef\keep@tocdepth{\value{tocdepth}}
|
||||
\setcounter{tocdepth}{2}\tableofcontents
|
||||
\setcounter{tocdepth}{\keep@tocdepth}
|
||||
\setcounter{section}{-1}
|
||||
\ifgeneral\setcounter{section}{-1}
|
||||
\newpage\thispagestyle{empty}
|
||||
\ifdeutsch\section{Allgemeine Angaben (nur f\"ur ELAN)}\else
|
||||
\section{General Information (for the ELAN system only)}\fi
|
||||
|
@ -8,7 +8,7 @@
|
||||
% Either version 1.0 or, at your option, any later version.
|
||||
%
|
||||
% The development version of this file can be found at
|
||||
% $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/dfg/dfgproposal.dtx $
|
||||
% https://github.com/KWARC/LaTeX-proposal
|
||||
% \fi
|
||||
%
|
||||
% \iffalse
|
||||
@ -28,7 +28,6 @@
|
||||
\RecordChanges
|
||||
\usepackage{textcomp,url,paralist,a4wide,xspace}
|
||||
\usepackage[show]{ed}
|
||||
\usepackage[eso-foot,today,draft]{svninfo}
|
||||
\usepackage[maxnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
|
||||
\bibliography{kwarc}
|
||||
\usepackage[bookmarks=true,linkcolor=blue,
|
||||
@ -37,8 +36,6 @@
|
||||
\makeindex
|
||||
\newcommand\subversion{\textsc{Subversion}\xspace}
|
||||
\begin{document}
|
||||
\svnInfo $Id: dfgproposal.dtx 24385 2013-05-12 09:53:03Z kohlhase $
|
||||
\svnKeyword $URL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/dfg/dfgproposal.dtx $
|
||||
\DocInput{dfgproposal.dtx}
|
||||
\end{document}
|
||||
%</driver>
|
||||
@ -93,10 +90,8 @@
|
||||
% 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 at
|
||||
% {\url{https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal}}. For bug reports
|
||||
% please use the sTeX trac at {\url{https://trac.kwarc.info/sTeX/}} with component
|
||||
% |dfgproposal|.
|
||||
% version can be found at \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports
|
||||
% please use the sTeX trac at \url{https://github.com/KWARC/LaTeX-proposal/issues}.
|
||||
%
|
||||
% \section{The User Interface}\label{sec:user-interface}
|
||||
%
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
@Comment{$ biblatex control file $}
|
||||
@Comment{$ biblatex version 2.1 $}
|
||||
@Comment{$ biblatex version 2.3 $}
|
||||
Do not modify this file!
|
||||
|
||||
This is an auxiliary file used by the 'biblatex' package.
|
||||
@ -7,5 +7,5 @@ This file may safely be deleted. It will be recreated as
|
||||
required.
|
||||
|
||||
@Control{biblatex-control,
|
||||
options = {2.1:0:0:1:0:0:1:1:0:0:0:0:1:1:3:1:79:+},
|
||||
options = {2.3:0:0:1:0:0:1:1:0:0:0:0:1:1:3:1:79:+},
|
||||
}
|
||||
|
Binary file not shown.
@ -25,7 +25,7 @@
|
||||
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @name}}
|
||||
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @acronym}}
|
||||
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @countryshort}\tabularnewline\hline}}}
|
||||
\begin{tabular}{|l|p{8cm}|l|l|}\hline
|
||||
\begin{tabular}{|l|p{8cm}|l|l|}\hline%|
|
||||
\# & Participant organisation name & Short name & Country\\\hline\hline
|
||||
\@@table
|
||||
\end{tabular}}
|
||||
|
@ -8,7 +8,7 @@
|
||||
% Either version 1.0 or, at your option, any later version.
|
||||
%
|
||||
% The development version of this file can be found at
|
||||
% $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/eu/euproposal.dtx $
|
||||
% https://github.com/KWARC/LaTeX-proposal
|
||||
% \fi
|
||||
%
|
||||
% \iffalse
|
||||
@ -28,7 +28,6 @@
|
||||
\RecordChanges
|
||||
\usepackage{textcomp,url,paralist,a4wide,xspace}
|
||||
\usepackage[show]{ed}
|
||||
\usepackage[eso-foot,today,draft]{svninfo}
|
||||
\usepackage[maxnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
|
||||
\bibliography{kwarc}
|
||||
\usepackage[bookmarks=true,linkcolor=blue,
|
||||
@ -37,8 +36,6 @@
|
||||
\makeindex
|
||||
\newcommand\subversion{\textsc{Subversion}\xspace}
|
||||
\begin{document}
|
||||
\svnInfo $Id: euproposal.dtx 24071 2013-01-13 12:52:43Z kohlhase $
|
||||
\svnKeyword $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/eu/euproposal.dtx $
|
||||
\DocInput{euproposal.dtx}
|
||||
\end{document}
|
||||
%</driver>
|
||||
@ -96,10 +93,8 @@
|
||||
% 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 at
|
||||
% {\url{https://svn.kwarc.info/repos/kwarc/doc/macros/euproposal}} For bug reports
|
||||
% please use the sTeX trac at {\url{https://trac.kwarc.info/sTeX/}} with component
|
||||
% |euproposal|.
|
||||
% version can be found at \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports
|
||||
% please use the sTeX trac at \url{https://github.com/KWARC/LaTeX-proposal/issues}.
|
||||
%
|
||||
% \section{The User Interface}\label{sec:user-interface}
|
||||
%
|
||||
@ -263,7 +258,7 @@
|
||||
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @name}}
|
||||
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @acronym}}
|
||||
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @countryshort}\tabularnewline\hline}}}
|
||||
\begin{tabular}{|l|p{8cm}|l|l|}\hline
|
||||
\begin{tabular}{|l|p{8cm}|l|l|}\hline%|
|
||||
\# & Participant organisation name & Short name & Country\\\hline\hline
|
||||
\@@table
|
||||
\end{tabular}}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -7,7 +7,7 @@ doc: $(DTX.pdf) $(EXAMPLE.pdf)
|
||||
$(EXAMPLE.pdf): %.pdf: %.tex $(DTX.sty) $(DTX.cls) $(IMG) $(EXAMPLE.deps)
|
||||
$(PDFLATEX) $(firstword $<)
|
||||
@if (grep Citation $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\
|
||||
then bibtex $(patsubst %.dtx, %, $(firstword $<));fi
|
||||
then biber $(patsubst %.dtx, %, $(firstword $<));fi
|
||||
@if (grep "Writing index file" $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\
|
||||
then makeindex\
|
||||
-o $(patsubst %.dtx, %.ind, $(firstword $<))\
|
||||
@ -27,7 +27,7 @@ $(DTX.pdf): %.pdf: %.dtx $(IMG)
|
||||
$(PDFLATEX) $(patsubst %.pdf,%.ins,$@)
|
||||
$(PDFLATEX) $(firstword $<)
|
||||
@if (grep Citation $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\
|
||||
then bibtex $(patsubst %.dtx, %, $(firstword $<));fi
|
||||
then biber $(patsubst %.dtx, %, $(firstword $<));fi
|
||||
@if (grep "Writing glossary file" $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\
|
||||
then makeindex\
|
||||
-o $(patsubst %.dtx, %.gls, $(firstword $<))\
|
||||
|
Loading…
Reference in New Issue
Block a user