adapting to git

This commit is contained in:
Michael Kohlhase 2014-02-15 12:13:10 +01:00
parent d6c057e885
commit 143ab8c9a4
17 changed files with 42 additions and 59 deletions

20
README
View File

@ -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

View File

@ -1,4 +1,22 @@
LaTeX-proposal 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

View File

@ -8,7 +8,7 @@
% Either version 1.0 or, at your option, any later version. % Either version 1.0 or, at your option, any later version.
% %
% The development version of this file can be found at % 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 % \fi
% %
% \iffalse % \iffalse
@ -28,8 +28,7 @@
\RecordChanges \RecordChanges
\usepackage{textcomp,url,paralist,a4wide,xspace} \usepackage{textcomp,url,paralist,a4wide,xspace}
\usepackage[show]{ed} \usepackage[show]{ed}
\usepackage[eso-foot,today,draft]{svninfo} \usepackage[maxbibnames=6,hyperref=auto,style=alphabetic]{biblatex}
\usepackage[maxbibnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
\bibliography{kwarc} \bibliography{kwarc}
\usepackage[bookmarks=true,linkcolor=blue, \usepackage[bookmarks=true,linkcolor=blue,
citecolor=blue,urlcolor=blue,colorlinks=true, citecolor=blue,urlcolor=blue,colorlinks=true,
@ -37,8 +36,6 @@
\makeindex \makeindex
\def\subversion{\textsc{Subversion}\xspace} \def\subversion{\textsc{Subversion}\xspace}
\begin{document} \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} \DocInput{proposal.dtx}
\end{document} \end{document}
%</driver> %</driver>
@ -95,13 +92,12 @@
% The |proposal| class supports many of the generic elements of Grant Proposals. The % The |proposal| class supports many of the generic elements of Grant Proposals. The
% package documentation is still preliminary, fragmented and incomplete. % package documentation is still preliminary, fragmented and incomplete.
% %
% The |proposal| class is distributed under the terms of the LaTeX Project Public % The |proposal| class is distributed under the terms of the LaTeX Project Public License
% License from CTAN archives in directory |macros/latex/base/lppl.txt|. Either version % from CTAN archives in directory |macros/latex/base/lppl.txt|. Either version 1.0 or, at
% 1.0 or, at your option, any later version. The CTAN archive always contains the latest % your option, any later version. The CTAN archive always contains the latest stable
% stable version, the development version can be found at % version, the development version can be found at
% {\url{https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal}}. For bug % \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports please use the sTeX trac
% reports please use the sTeX trac at {\url{https://trac.kwarc.info/sTeX/}} with component % at \url{https://github.com/KWARC/LaTeX-proposal/issues}.
% |proposal|.
% %
% \section{The User Interface}\label{sec:user-interface} % \section{The User Interface}\label{sec:user-interface}
% %

Binary file not shown.

View File

@ -42,15 +42,14 @@
\begin{center} \begin{center}
{\LARGE \prop@gen@instrument}\\[.2cm] {\LARGE \prop@gen@instrument}\\[.2cm]
{\LARGE\textbf{\prop@gen@title}}\\[.3cm] {\LARGE\textbf{\prop@gen@title}}\\[.3cm]
%{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm] {\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]
%{\large\today}\\[1em] {\large\today}\\[1em]
\WAauthorblock[aff]\prop@gen@PIs\\[2cm] \WAauthorblock[aff]\prop@gen@PIs\\[2cm]
\end{center} \end{center}
\ifgeneral
\edef\keep@tocdepth{\value{tocdepth}} \edef\keep@tocdepth{\value{tocdepth}}
\setcounter{tocdepth}{2}\tableofcontents \setcounter{tocdepth}{2}\tableofcontents
\setcounter{tocdepth}{\keep@tocdepth} \setcounter{tocdepth}{\keep@tocdepth}
\setcounter{section}{-1} \ifgeneral\setcounter{section}{-1}
\newpage\thispagestyle{empty} \newpage\thispagestyle{empty}
\ifdeutsch\section{Allgemeine Angaben (nur f\"ur ELAN)}\else \ifdeutsch\section{Allgemeine Angaben (nur f\"ur ELAN)}\else
\section{General Information (for the ELAN system only)}\fi \section{General Information (for the ELAN system only)}\fi

View File

@ -8,7 +8,7 @@
% Either version 1.0 or, at your option, any later version. % Either version 1.0 or, at your option, any later version.
% %
% The development version of this file can be found at % 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 % \fi
% %
% \iffalse % \iffalse
@ -28,7 +28,6 @@
\RecordChanges \RecordChanges
\usepackage{textcomp,url,paralist,a4wide,xspace} \usepackage{textcomp,url,paralist,a4wide,xspace}
\usepackage[show]{ed} \usepackage[show]{ed}
\usepackage[eso-foot,today,draft]{svninfo}
\usepackage[maxnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex} \usepackage[maxnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
\bibliography{kwarc} \bibliography{kwarc}
\usepackage[bookmarks=true,linkcolor=blue, \usepackage[bookmarks=true,linkcolor=blue,
@ -37,8 +36,6 @@
\makeindex \makeindex
\newcommand\subversion{\textsc{Subversion}\xspace} \newcommand\subversion{\textsc{Subversion}\xspace}
\begin{document} \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} \DocInput{dfgproposal.dtx}
\end{document} \end{document}
%</driver> %</driver>
@ -93,10 +90,8 @@
% under the terms of the LaTeX Project Public License from CTAN archives in directory % 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 % |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. The CTAN archive always contains the latest stable version, the development
% version can be found at % version can be found at \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports
% {\url{https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal}}. For bug reports % please use the sTeX trac at \url{https://github.com/KWARC/LaTeX-proposal/issues}.
% please use the sTeX trac at {\url{https://trac.kwarc.info/sTeX/}} with component
% |dfgproposal|.
% %
% \section{The User Interface}\label{sec:user-interface} % \section{The User Interface}\label{sec:user-interface}
% %

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
@Comment{$ biblatex control file $} @Comment{$ biblatex control file $}
@Comment{$ biblatex version 2.1 $} @Comment{$ biblatex version 2.3 $}
Do not modify this file! Do not modify this file!
This is an auxiliary file used by the 'biblatex' package. 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. required.
@Control{biblatex-control, @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:+},
} }

View File

@ -25,7 +25,7 @@
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @name}} \xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @name}}
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @acronym}} \xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @acronym}}
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @countryshort}\tabularnewline\hline}}} \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 \# & Participant organisation name & Short name & Country\\\hline\hline
\@@table \@@table
\end{tabular}} \end{tabular}}

View File

@ -8,7 +8,7 @@
% Either version 1.0 or, at your option, any later version. % Either version 1.0 or, at your option, any later version.
% %
% The development version of this file can be found at % 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 % \fi
% %
% \iffalse % \iffalse
@ -28,7 +28,6 @@
\RecordChanges \RecordChanges
\usepackage{textcomp,url,paralist,a4wide,xspace} \usepackage{textcomp,url,paralist,a4wide,xspace}
\usepackage[show]{ed} \usepackage[show]{ed}
\usepackage[eso-foot,today,draft]{svninfo}
\usepackage[maxnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex} \usepackage[maxnames=6,hyperref=auto,style=alphabetic,backend=bibtex]{biblatex}
\bibliography{kwarc} \bibliography{kwarc}
\usepackage[bookmarks=true,linkcolor=blue, \usepackage[bookmarks=true,linkcolor=blue,
@ -37,8 +36,6 @@
\makeindex \makeindex
\newcommand\subversion{\textsc{Subversion}\xspace} \newcommand\subversion{\textsc{Subversion}\xspace}
\begin{document} \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} \DocInput{euproposal.dtx}
\end{document} \end{document}
%</driver> %</driver>
@ -96,10 +93,8 @@
% under the terms of the LaTeX Project Public License from CTAN archives in directory % 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 % 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. The CTAN archive always contains the latest stable version, the development
% version can be found at % version can be found at \url{https://github.com/KWARC/LaTeX-proposal}. For bug reports
% {\url{https://svn.kwarc.info/repos/kwarc/doc/macros/euproposal}} For bug reports % please use the sTeX trac at \url{https://github.com/KWARC/LaTeX-proposal/issues}.
% please use the sTeX trac at {\url{https://trac.kwarc.info/sTeX/}} with component
% |euproposal|.
% %
% \section{The User Interface}\label{sec:user-interface} % \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 @name}}
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @acronym}} \xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @acronym}}
\xdef\@@table{\@@table&\@nameuse{wa@institution@\@I @countryshort}\tabularnewline\hline}}} \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 \# & Participant organisation name & Short name & Country\\\hline\hline
\@@table \@@table
\end{tabular}} \end{tabular}}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,7 +7,7 @@ doc: $(DTX.pdf) $(EXAMPLE.pdf)
$(EXAMPLE.pdf): %.pdf: %.tex $(DTX.sty) $(DTX.cls) $(IMG) $(EXAMPLE.deps) $(EXAMPLE.pdf): %.pdf: %.tex $(DTX.sty) $(DTX.cls) $(IMG) $(EXAMPLE.deps)
$(PDFLATEX) $(firstword $<) $(PDFLATEX) $(firstword $<)
@if (grep Citation $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\ @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);\ @if (grep "Writing index file" $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\
then makeindex\ then makeindex\
-o $(patsubst %.dtx, %.ind, $(firstword $<))\ -o $(patsubst %.dtx, %.ind, $(firstword $<))\
@ -27,7 +27,7 @@ $(DTX.pdf): %.pdf: %.dtx $(IMG)
$(PDFLATEX) $(patsubst %.pdf,%.ins,$@) $(PDFLATEX) $(patsubst %.pdf,%.ins,$@)
$(PDFLATEX) $(firstword $<) $(PDFLATEX) $(firstword $<)
@if (grep Citation $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\ @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);\ @if (grep "Writing glossary file" $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\
then makeindex\ then makeindex\
-o $(patsubst %.dtx, %.gls, $(firstword $<))\ -o $(patsubst %.dtx, %.gls, $(firstword $<))\