Skip to content

Commit

Permalink
merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald von Waldow committed Aug 9, 2023
2 parents f3eb1d2 + 5e874cc commit aa63454
Show file tree
Hide file tree
Showing 3 changed files with 3,788 additions and 224 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := output.pdf

output.pdf: paper_teaching-learning-RSE.md bibliography.bib
pandoc -V papersize:a4 -s --bibliography=bibliography.bib --biblatex -M date="`date "+%B %e, %Y"`" --toc -o "${@:.pdf=}.tex" "$<"
pandoc -V papersize:a4 -s --bibliography=bibliography.bib --biblatex -M date="`date "+%B %e, %Y"`" -V colorlinks=true --toc -o "${@:.pdf=}.tex" "$<"
latexmk -xelatex -bibtex -jobname="${@:.pdf=}" "${@:.pdf=}.tex"

clean:
Expand Down
Loading

0 comments on commit aa63454

Please sign in to comment.