Skip to content

Commit

Permalink
Merge pull request #10 from DE-RSE/final-pdf-position-001
Browse files Browse the repository at this point in the history
Add final pdf for position 001
  • Loading branch information
sdruskat authored May 12, 2020
2 parents 2d29172 + acbc915 commit 980af12
Show file tree
Hide file tree
Showing 17 changed files with 5,032 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 001/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
TEX := pdflatex -halt-on-error

TEXDEPS := $(wildcard *.tex) $(wildcard *.bib)
FIGDEPS := $(wildcard ../figs/*)

all: manuscript.pdf

manuscript.pdf: manuscript.tex Makefile $(TEXDEPS) $(FIGDEPS)
$(TEX) $< && bibtex manuscript && $(TEX) $< && $(TEX) $<

clean:
rm -f *.aux *.log *.out *.bbl *.blg *.soc *.loc *.glo *.ist *.xwm *.fdb_latexmk *.fls *.synctex.gz *.nlo
rm -f manuscript.pdf
Binary file added 001/de-RSE-logo.pdf
Binary file not shown.
Loading

0 comments on commit 980af12

Please sign in to comment.