fixing paths and re-generating examples
This commit is contained in:
parent
ab2315d6cc
commit
2228d9cc56
Binary file not shown.
@ -38,7 +38,7 @@
|
||||
\dfg@applicants@private@lines\hline
|
||||
\end{tabular}}
|
||||
\renewenvironment{prop@proposal}
|
||||
{\ifgeneral%
|
||||
{\ifgeneral
|
||||
\ifsubmit\setcounter{page}{1}\else
|
||||
\thispagestyle{empty}%
|
||||
\begin{center}
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,4 +1,3 @@
|
||||
@PREAMLE{\usepackage{url}}
|
||||
@misc{Kohlhase:pdpl10,
|
||||
author = {Michael Kohlhase},
|
||||
title = {Preparing {DFG} Proposals in {\LaTeX} with \texttt{dfgproposal.cls}},
|
||||
|
@ -6,7 +6,7 @@
|
||||
###########################################################################
|
||||
# possibly customize the following variables to your setting
|
||||
PROPOSAL = proposal.tex# # the proposal
|
||||
BIB = ../lib# # bibTeX databases
|
||||
PROP.dir = ../../..# # The LaTeX-proposal class directory
|
||||
BIB = $(PROP.dir)/lib/dummy.bib# # bibTeX databases
|
||||
###########################################################################
|
||||
include $(PROP.dir)/lib/Makefile.dfgproposal
|
||||
|
Binary file not shown.
@ -4,7 +4,7 @@
|
||||
% - public.tex (like submit.tex, but no financials either)
|
||||
\providecommand{\classoptions}{,keys} % to be overwritten in variants
|
||||
\documentclass[RAM,gitinfo\classoptions]{dfgproposal}
|
||||
\addbibresource{../lib/dummy}
|
||||
\addbibresource{../lib/dummy.bib}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\input{../lib/WApersons}
|
||||
% temporary fix for biblatex in TeXLive 2016,
|
||||
|
@ -6,7 +6,7 @@
|
||||
###########################################################################
|
||||
# possibly customize the following variables to your setting
|
||||
REPORT = finalreport.tex# # the report
|
||||
BIB = ../lib/dummy.bib# # bibTeX databases
|
||||
PROP.dir = ../../..#
|
||||
PROP.dir = ../../..# # The LaTeX-proposal class directory
|
||||
BIB = ../lib/dummy.bib# # bibTeX databases
|
||||
###########################################################################
|
||||
include $(PROP.dir)/lib/Makefile.dfgproposal
|
||||
|
Binary file not shown.
@ -5,8 +5,8 @@
|
||||
# used to prepare official versions (hiding development/private info).
|
||||
###########################################################################
|
||||
# possibly customize the following variables to your setting
|
||||
PROPOSAL = proposal.tex# # the proposal
|
||||
BIB = ../lib/dummy.bib# # bibTeX databases
|
||||
PROPOSAL = proposal.tex# # the proposal
|
||||
PROP.dir = ../../..
|
||||
BIB = ../lib/dummy.bib# # bibTeX databases
|
||||
###########################################################################
|
||||
include $(PROP.dir)/lib/Makefile.dfgproposal
|
||||
|
Binary file not shown.
@ -4,7 +4,7 @@
|
||||
% - public.tex (like submit.tex, but no financials either)
|
||||
\providecommand{\classoptions}{,keys} % to be overwritten in variants
|
||||
\documentclass[gitinfo,noworkareas,RAM\classoptions]{dfgproposal}
|
||||
\addbibresource{../lib/dummy}
|
||||
\addbibresource{../lib/dummy.bib}
|
||||
\input{../lib/WApersons}
|
||||
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
###########################################################################
|
||||
# possibly customize the following variables to your setting
|
||||
PROPOSAL = propB.tex # the proposal
|
||||
BIB = ../lib/dummy.bib # bibTeX databases
|
||||
PROP.dir = ../../..
|
||||
PROP.dir = ../../..# # The LaTeX-proposal class directory
|
||||
BIB = $(PROP.dir)/lib/dummy.bib# # bibTeX databases
|
||||
###########################################################################
|
||||
# the following are computed
|
||||
TSIMP = # pdflatex Targets without bibTeX
|
||||
@ -61,9 +61,9 @@ $(TBIB.pdf): %.pdf: %.tex $(SRC) $(BIB) $(PROPCLS)
|
||||
sort $(PROPOSAL:%.tex=%.delivs) > $(PROPOSAL:%.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
|
||||
biber $(basename $<)
|
||||
@if (grep "(re)run" $(patsubst %.tex, %.log, $<)> /dev/null);\
|
||||
then biber $(basename $<); fi
|
||||
$(PDFLATEX) $< || $(RM) $@
|
||||
@if (grep Rerun $(patsubst %.tex, %.log, $<) > /dev/null);\
|
||||
then $(PDFLATEX) $< || $(RM) $@; fi
|
||||
|
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
\documentclass[noworkareas,deliverables,gitinfo,report,propB\classoptions]{euproposal}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\addbibresource{../lib/dummy}
|
||||
\addbibresource{../lib/dummy.bib}
|
||||
\input{../lib/WApersons}% Some sections of the included files depend on this.
|
||||
|
||||
\begin{document}
|
||||
|
@ -56,8 +56,8 @@ $(TARGET.pdf): %.pdf: %.tex $(SRC) $(BIBS) $(PROPCLS)
|
||||
@if (test -e $(patsubst %.tex, %.idx, $<));\
|
||||
then makeindex $(patsubst %.tex, %.idx, $<); fi
|
||||
# bbl is up to date $(MAKE) -$(MAKEFLAGS) $(BBL)
|
||||
@if (grep "(re)run BibTeX" $(patsubst %.tex, %.log, $<)> /dev/null);\
|
||||
then $(MAKE) -B $(BBL); fi
|
||||
@if (grep "(re)run" $(patsubst %.tex, %.log, $<)> /dev/null);\
|
||||
then biber $(basename $<); fi
|
||||
$(PDFLATEX) $< || $(RM) $@
|
||||
@if (grep Rerun $(patsubst %.tex, %.log, $<) > /dev/null);\
|
||||
then $(PDFLATEX) $< || $(RM) $@; fi
|
||||
|
Loading…
Reference in New Issue
Block a user