From: hackbard Date: Wed, 22 Apr 2015 22:23:10 +0000 (+0200) Subject: include references X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=commitdiff_plain;h=dfab2b11c29759b46ce67c8056ed9b358ec7d8b6 include references --- diff --git a/cv/Makefile b/cv/Makefile index 39231d6..5b6a6d5 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -4,6 +4,8 @@ BIBTEX = bibtex DVIPDF = dvipdf SRC = cv_german.tex cv.tex app_uu.tex references.tex app_mpi.tex app_kuka.tex +SRC += app_hs-augsburg.tex scirec.tex app_ulm_iqst.tex app_tum_nummath.tex + PDF = $(SRC:%.tex=%.pdf) all: $(PDF) @@ -20,6 +22,14 @@ cv_german.dvi: cv_german.tex $(LATEX) $< $(LATEX) $< +scirec.dvi: scirec.tex + $(LATEX) $< + $(BIBTEX) scirec + $(BIBTEX) talk + $(BIBTEX) poster + $(LATEX) $< + $(LATEX) $< + %.dvi: %.tex $(LATEX) $<