Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DE-RSE/positions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdruskat committed May 12, 2020
2 parents eb953ec + 980af12 commit 7504aea
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 7504aea

Please sign in to comment.