Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
4bceff60
Commit
4bceff60
authored
Jun 01, 2019
by
Lennart Klebl
Browse files
makefile for beamer
parent
b3ca6c84
Changes
3
Hide whitespace changes
Inline
Side-by-side
workshops/latex/beamer/.gitignore
0 → 100644
View file @
4bceff60
image.jpg
movie.mp4
pgf-img/
*.auxlock
*.figlist
*.makefile
workshops/latex/beamer/Makefile
0 → 100644
View file @
4bceff60
LUALATEX
:=
lualatex
all
:
beamer.pdf
beamer.pdf
:
image.jpg movie.mp4 beamer.makefile pgf beamer.tex
mkdir
-p
pgf-img/
$(LUALATEX)
$(
patsubst
%.pdf,%.tex,
$@
)
image.jpg
:
animation.py
python animation.py
movie.mp4
:
animation.py
python animation.py
pgf
:
$(wildcard pgf-img/*.md5)
make beamer.makefile
beamer.makefile
:
mkdir
-p
pgf-img/
$(LUALATEX)
$(
patsubst
%.makefile,%.tex,
$@
)
make
-f
$@
clean
:
-
$(RM)
-f
*
.
{
aux,nav,out,log,makefile,figlist,auxlock,snm,toc
}
realclean
:
clean
-
$(RM)
-f
movie.mp4 image.jpg
-
$(RM)
-rf
beamer.pdf pgf-img/
workshops/latex/beamer/osak-logo.pdf
0 → 120000
View file @
4bceff60
../osak-logo.pdf
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment