summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/proposal/examples/report
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/proposal/examples/report')
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/Makefile67
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/README22
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/finalreport-blx.bib11
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.bbl47
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdata4
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdfbin67977 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.tex56
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.pdfbin34723 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.tex33
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/progressreport.tex30
-rw-r--r--Master/texmf-dist/doc/latex/proposal/examples/report/progresssummary.tex20
11 files changed, 0 insertions, 290 deletions
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/Makefile b/Master/texmf-dist/doc/latex/proposal/examples/report/Makefile
deleted file mode 100644
index 3408045db02..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# possibly customize the following variables to your setting
-REPORT = finalreport.tex # the report
-BIB = ../lib/dummy.bib # bibTeX databases
-PROP.dir = ../../..
-###########################################################################
-# the following are computed
-#CVP = $(shell ls CV_PubList*.tex) # CVs of the proposers
-#TSIMP = letter_submission.tex # pdflatex Targets without bibTeX
-#TSIMP.pdf = $(TSIMP:%.tex=%.pdf) # PDFs to be produced
-TBIB = $(REPORT) #$(CVP) # pdflatex Targets with bibTeX
-TARGET = $(TSIMP) $(TBIB) # all pdflatex targets
-TBIB.pdf = $(TBIB:%.tex=%.pdf) # PDFs to be produced
-TBIB.aux = $(TBIB:%.tex=%.aux) # their aux files.
-PDATA = $(REPORT:%.tex=%.pdata) # the proposal project data
-SRC = $(filter-out $(TARGET),$(shell ls *.tex)) # included files
-PDFLATEX = pdflatex -interaction batchmode -file-line-error
-BBL = $(REPORT:%.tex=%.bbl) $(REPORT:%.tex=%1-blx.bbl) $(REPORT:%.tex=%2-blx.bbl) #$(CVP:%.tex=%.bbl)
-PROPCLS.dir = $(PROP.dir)/base
-PROPETC.dir = $(PROP.dir)/etc
-DFGPROPCLS.dir = $(PROP.dir)/dfg
-TEXINPUTS := .//:$(PROPCLS.dir)//:$(DFGPROPCLS.dir)//:$(PROPETC.dir)//:
-BIBINPUTS := ../lib:$(BIBINPUTS)
-PROPCLS.clssty = reporting.cls pdata.sty
-PROPETC.sty = workaddress.sty metakeys.sty sref.sty
-DFGPROPCLS.clssty = dfgreporting.cls dfgpdata.sty
-PROPCLS = $(PROPCLS.clssty:%=$(PROPCLS.dir)/%) $(DFGPROPCLS.clssty:%=$(DFGPROPCLS.dir)/%) $(PROPETC.sty:%=$(PROPETC.dir)/%)
-
-all: $(TBIB.pdf) $(TSIMP.pdf)
-
-cd: # make cd will prepare CD for burning
- mkdir CD;make $(TARGET.pdf); cp $(TARGET.pdf) CD
-
-$(BBL): %.bbl: %.aux
- bibtex -min-crossrefs=100 -terse $<
-
-$(TSIMP.pdf): %.pdf: %.tex $(PROPCLS) $(PDATA)
- $(PDFLATEX) $< || $(RM) $@
-
-$(PDATA): %.pdata: %.tex
- $(PDFLATEX) $<
-
-$(TBIB.aux): %.aux: %.tex
- $(PDFLATEX) $<
-
-$(TBIB.pdf): %.pdf: %.tex $(SRC) $(BIB) $(PROPCLS)
- $(PDFLATEX) $< || $(RM) $@
-# sort $(REPORT:%.tex=%.delivs) > $(REPORT:%.tex=%.deliverables)
- @if (test -e $(patsubst %.tex, %.idx, $<));\
- then makeindex $(patsubst %.tex, %.idx, $<); fi
- $(MAKE) -$(MAKEFLAGS) $(BBL)
- @if (grep "(re)run BibTeX" $(patsubst %.tex, %.log, $<)> /dev/null);\
- then $(MAKE) -B $(BBL); fi
- $(PDFLATEX) $< || $(RM) $@
- @if (grep Rerun $(patsubst %.tex, %.log, $<) > /dev/null);\
- then $(PDFLATEX) $< || $(RM) $@; fi
- @if (grep Rerun $(patsubst %.tex, %.log, $<) > /dev/null);\
- then $(PDFLATEX) $< || $(RM) $@; fi
-
-clean:
- rm -f *.log *.blg *~ *.synctex.gz *.cut
-
-distclean: clean
- rm -f *.aux *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
- rm -Rf auto
-
-echo:
- echo $(BIBINPUTS)
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/README b/Master/texmf-dist/doc/latex/proposal/examples/report/README
deleted file mode 100644
index dabc084504d..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/README
+++ /dev/null
@@ -1,22 +0,0 @@
-An Exapmle for dfgproposal.cls
-
-proposal.tex is a fake DFG proposal that shows all elements of
- dfgproposal.cls in action.
-finalreport.tex does the same for dfgreporting.cls
-CV_PubList_Kohlhase.tex is an example of the CV and publication lists required
- by the DFG
-letter_submission.tex is an example submission letter.
-*.tex the rest are intemediate files
-doc contains the DFG documentation how to write proposals and
- final reports: These documents are not subject to the
- package's license but (c) DFG. They are bundled for your
- convenience; up-to-date versions may be found at http://www.dfg.de.
-Makefile allows the automation via a unix Makefile on the author's
- machine, adapt it to your needs
-
-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/dfgproposal/ex
-
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport-blx.bib b/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport-blx.bib
deleted file mode 100644
index 86bcc8cec2f..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport-blx.bib
+++ /dev/null
@@ -1,11 +0,0 @@
-@Comment{$ biblatex control file $}
-@Comment{$ biblatex version 2.1 $}
-Do not modify this file!
-
-This is an auxiliary file used by the 'biblatex' package.
-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:+},
-}
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.bbl b/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.bbl
deleted file mode 100644
index 92039c565cc..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.bbl
+++ /dev/null
@@ -1,47 +0,0 @@
-% $ biblatex auxiliary file $
-% $ biblatex version 2.1 $
-% Do not modify the above lines!
-%
-% This is an auxiliary file used by the 'biblatex' package.
-% This file may safely be deleted. It will be recreated as
-% required.
-%
-\begingroup
-\makeatletter
-\@ifundefined{ver@biblatex.sty}
- {\@latex@error
- {Missing 'biblatex' package}
- {The bibliography requires the 'biblatex' package.}
- \aftergroup\endinput}
- {}
-\endgroup
-
-\preamble{%
-\providecommand\seen{seen } \providecommand\webpageat{web page at }
- \providecommand\homepageat{home page at }
- \providecommand\projectpageat{project page at }
- \providecommand\systempageat{system home page at }
- \providecommand\svnrepoat{Subversion repository at }
- \providecommand\January{January} \providecommand\February{February}
- \providecommand\Feb{February} \providecommand\March{March}
- \providecommand\April{April} \providecommand\May{May}
- \providecommand\June{June} \providecommand\July{July}
- \providecommand\August{August} \providecommand\September{September}
- \providecommand\October{October} \providecommand\November{November}
- \providecommand\December{December} \providecommand\AUSTRALIA{Australia}
- \providecommand\ROMANIA{Romania} \providecommand\MEXICO{Mexico}
- \providecommand\ITALY{Italy} \providecommand\USA{USA}
- \providecommand\IRELAND{Ireland} \providecommand\HUNGARY{Hungary}
- \providecommand\JAPAN{Japan} \providecommand\CANADA{Canada}
- \providecommand\SPAIN{Spain} \providecommand\NETHERLANDS{Netherlands}
- \providecommand\UK{UK} \providecommand\SWEDEN{Sweden}
- \providecommand\GERMANY{Germany} \providecommand\openmath{OpenMath}
- \providecommand\fc{forthcoming} \providecommand\PROC{Proceedings}
- \providecommand\omdoc{OMDoc} \providecommand\activemath{ActiveMath}
- \hyphenation{Wiki-Sym}
-}
-
-\lossort
-\endlossort
-
-\endinput
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdata b/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdata
deleted file mode 100644
index f404cb7643c..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdata
+++ /dev/null
@@ -1,4 +0,0 @@
-\@pdata@def{site}{jacu}{number}{1}
-\@pdata@def{site}{pcg}{number}{2}
-\@pdata@def{prop}{gen}{thema}{Intelligentes Schreiben von Antr\"agen}
-\@pdata@def{prop}{page}{last}{4}
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdf b/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdf
deleted file mode 100644
index de5311d761e..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.tex b/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.tex
deleted file mode 100644
index 4307da6b1d8..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/finalreport.tex
+++ /dev/null
@@ -1,56 +0,0 @@
-% the document class specification for the proposal writing process, add the 'submit' option
-% for submitting (switches off various draft features); add the 'public' option to exclude
-% any private parts.
-\documentclass{dfgreporting}
-%\documentclass[submit]{dfgproposal}
-%\documentclass[submit,public]{dfgproposal}
-\bibliography{dummy,kwarc}
-% the following lines get updated by subversion keyword replacement. They are used by the
-% \svninfo package in draft mode to generate metadata.
-\svnInfo $Id: finalreport.tex 22963 2012-01-13 08:47:33Z kohlhase $
-\svnKeyword $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/dfg/examples/report/finalreport.tex $
-%
-% define the proposal acronym;
-% use \texorpdfstring so that it can be used in section headings as well
-% tell the class that this is the proposal acronym
-\input{WApersons}
-\begin{document}
-
-\begin{center}\color{red}\huge
- This mock proposal is just an example for \texttt{dfgreporting.cls} it reflects the
- template valid until January 2012 (have to update soon)
-\end{center}
-
-\begin{report}[importfrom=proposal,
- PI=miko,PI=gc,site=jacu,site=pcg,
- key = KO 2428 99-9,
- key = GS 4711 99-9,
- thema=Intelligentes Schreiben von Antr\"agen,
- reportperiod=1. Feb. 2010 - 31. Jan. 2012,
- % jacuemployed=Junior Researcher: 1. Feb 2010 - 31. Jan 2012,
- % pcgemployed=Slave Worker: 1. Feb 2010 - 31. Dec 2010,
- % pcgemployed=Lazy Bones: 1.Jan 2011 - 31. Jan 2012,
- applareas={Knowledge Management, Document Management, Workflow Systems},
- % coop={Acquisition Guru, Berlin, Germany},
- % coop={Deutsche Forschnungsgemeinschaft, Bonn, Germany},
- projpapers={Kohlhase:pdpl10,providemore}]
-
-\include{progressreport}
-\include{progresssummary}
-\dfgprojpapers[articles,confpapers,wspapers]{Kohlhase:pdpl10,providemore,KohDavGin:psewads11,Lange:OpenMathCDLinkedData10}
-\end{report}
-\end{document}
-
-%%% Local Variables:
-%%% mode: LaTeX
-%%% TeX-master: t
-%%% End:
-
-% LocalWords: empty bibflorian systems rabe institutions modal historical pub
-% LocalWords: kwarc till formalsafe miko gc ipower ipowerlong Antr agen Beitr
-
-% LocalWords: acrolong intellegible kollaboratives koh arenten ussen Proze
-% LocalWords: Versionsmanagementsystem textsc unterst utzt konzentieren stex
-% LocalWords: mechanik workplan thispagestyle newpage Principcal cvpubsmiko
-% LocalWords: finalreport fundedperiod reportperiod progressreport
-% LocalWords: progresssummary
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.pdf b/Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.pdf
deleted file mode 100644
index d56697a35ba..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.tex b/Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.tex
deleted file mode 100644
index 3660eb09546..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/letter_submission.tex
+++ /dev/null
@@ -1,33 +0,0 @@
-\documentclass{dinbrief}
-\usepackage{ngerman}
-\signature{Dr. Michael Kohlhase\hspace*{5cm} Dr. Great Communicator}
-\usepackage{pdata}\readpdata{proposal}
-\begin{document}
-
-\begin{letter}{Frau ?????\\
-Deutsche Forschungsgemeinschaft\\
-52170 Bonn}
-
-\subject{Antrag auf Sachbeihilfe}
-\opening{Sehr geehrte Frau ?????}
-
-anbei senden wir Ihnen unseren Antrag auf Sachbeihilfe f"ur das Projekt "`\pn"'
-(\pnlong) zu. Die elektronische Version des Antrags inklusive der Anlagen sowie Kopien
-der eigenen Publikationen haben wir diesem Schreiben als CD beigef"ugt. Diese beinhaltet
-die folgenden Dateien:
-\begin{center}
- \begin{tabular}{lp{8cm}}
- \texttt{Antrag.pdf} & der Antrag\\
- \texttt{CV\_Publist\_Kohlhase.pdf} & Lebenslauf Michael Kohlhase\\
- \texttt{CV\_Publist\_Communicator.pdf} & Lebenslauf Great Communicator\\
- Publikationen & Ordner mit den im Antrag bzw. in den Lebensl"aufen angegebenen
-eigenen Veröffentlichungen Das projektbezogene Publikationsverzeichnis befindet sich im
-Antrag unter Abschnitt 2.2.
-\end{tabular}
-\end{center}
-
-\closing{Mit freundlichen Gr"u"sen,}
-\end{letter}
-\end{document}
-
-% LocalWords: texttt Publist Schr
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/progressreport.tex b/Master/texmf-dist/doc/latex/proposal/examples/report/progressreport.tex
deleted file mode 100644
index c720d8910ee..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/progressreport.tex
+++ /dev/null
@@ -1,30 +0,0 @@
-\svnInfo $Id: progressreport.tex 22679 2011-12-01 07:08:45Z kohlhase $
-\svnKeyword $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/dfg/examples/report/progressreport.tex $
-\section{Final Progress Report\deu{Arbeits- \& Ergebnisbericht}}
-\begin{todo}{from the report template}
-This is what the reviewers read (maximum 10 pages of A4)
- \begin{itemize}
- \item Project’s initial questions and objectives.
- \item Project developments --- including deviations from the original plan, failures,
- and problems encountered with project organisation or technical execution.
- \item Presentation of results and discussion of the relevant research situation in this
- context, potential perspectives for application, and conceivable follow-up research.
- \item Statement on whether the results of the project are economically valuable and whether exploitation is already taking place or may be anticipated; if applicable, details regarding patents, industrial joint ventures, etc.
- \item Who has contributed to the results achieved by the project (national/international partners, project staff, etc.)?
- \item Qualification of young researchers in the context of your project (for example, first degree, doctorate, post-doctorate, etc.).
- \end{itemize}
- The report must be understandable without the need to consult additional literature. To
- illustrate and enhance your presentation you may refer to your own and others’
- publications. Make it clear whenever you are referring to other researchers’ work and
- explain your own papers. Please list all cited publications at the end of the
- section. This reference list is not considered your list of publications. Any
- unpublished work must be included with the final report. However, note that reviewers
- are not required to read any of the works you cite. Reviews will be based only on the
- text of the actual report.
-\end{todo}
-%%% Local Variables:
-%%% mode: LaTeX
-%%% TeX-master: "finalreport"
-%%% End:
-
-% LocalWords: finalreport progressreport.tex
diff --git a/Master/texmf-dist/doc/latex/proposal/examples/report/progresssummary.tex b/Master/texmf-dist/doc/latex/proposal/examples/report/progresssummary.tex
deleted file mode 100644
index ecfc808849b..00000000000
--- a/Master/texmf-dist/doc/latex/proposal/examples/report/progresssummary.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-\svnInfo $Id: progresssummary.tex 22679 2011-12-01 07:08:45Z kohlhase $
-\svnKeyword $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/proposal/dfg/examples/report/progresssummary.tex $
-\section{Final Progress Report\deu{Arbeits- \& Ergebnisbericht}}
-\begin{todo}{from the report template}
- This is for the DFG web site and report, made available to the general public (maximum 1 page of A4)
- \begin{itemize}
- \item Presentation, in clearly understandable, everyday language of the key scientific
- findings and any potential applications.
- \item Any surprises encountered in the course of the project and in the results
- obtained.
- \item Reference to any articles published in the media reporting the success of the
- project.Project’s initial questions and objectives.
- \end{itemize}
-\end{todo}
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "finalreport"
-%%% End:
-
-% LocalWords: finalreport