wrapped latexmk commands in a makefile
This commit is contained in:
parent
7f58d02ca7
commit
a2a564d579
2 changed files with 8 additions and 1 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
all: slides.pdf
|
||||||
|
|
||||||
|
slides.pdf: slides.tex references.bib
|
||||||
|
latexmk -pdf slides
|
||||||
|
|
||||||
|
edit:
|
||||||
|
latexmk -pvc -f -pdf slides
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
colorlinks=true,
|
colorlinks=true,
|
||||||
linkcolor=blue,
|
linkcolor=blue,
|
||||||
filecolor=magenta,
|
filecolor=magenta,
|
||||||
urlcolor=cyan,
|
urlcolor=blue,
|
||||||
pdftitle={Overleaf Example},
|
pdftitle={Overleaf Example},
|
||||||
pdfpagemode=FullScreen,
|
pdfpagemode=FullScreen,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue