wrapped latexmk commands in a makefile

This commit is contained in:
Warwick New 2026-04-15 15:39:26 +01:00
parent 7f58d02ca7
commit a2a564d579
2 changed files with 8 additions and 1 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
all: slides.pdf
slides.pdf: slides.tex references.bib
latexmk -pdf slides
edit:
latexmk -pvc -f -pdf slides

View file

@ -21,7 +21,7 @@
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
urlcolor=blue,
pdftitle={Overleaf Example},
pdfpagemode=FullScreen,
}