LaTeX-proposal/examples/dfg/proposal/Makefile
Michael Kohlhase d58847ae8a
No workaddress (#50)
The proposal class used to depend on the sTeX workaddress style, this caused problems, which I have now resolved.
2020-08-24 10:51:49 +02:00

13 lines
766 B
Makefile

###########################################################################
# Automating LaTeX-proposal management by make.
# The participants work on proposal.tex in "draft" mode, which gives a lot
# of information to the developers. Variants submit.tex and public.tex are
# used to prepare official versions (hiding development/private info).
###########################################################################
# possibly customize the following variables to your setting
PROPOSAL = proposal.tex# # the proposal
PROP.dir = ../../..# # The LaTeX-proposal class directory
BIB = ../lib# # bibTeX databases
###########################################################################
include $(PROP.dir)/lib/Makefile.dfgproposal