Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
outreach
templates
presentations
latex
Commits
c59df545
Commit
c59df545
authored
May 11, 2022
by
Miroslav Kratochvil
Browse files
improve makefile (use latexmk)
parent
3c44adda
Pipeline
#56277
passed with stage
in 4 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c59df545
LATEXMKOPTS
=
#-pdf #uncomment for forcing pdflatex
LATEXMK
=
latexmk
$(LATEXMKOPTS)
slides.pdf
:
$(wildcard *.tex) $(wildcard *.sty) $(wildcard media/*)
lualatex slides
lualatex slides
slides.pdf
:
$(wildcard *.tex) $(wildcard theme/*.sty) $(wildcard media/*)
$(LATEXMK)
slides
clean
:
echo
"Cleaning latex is almost impossible to do right; use
`
git clean
`
."
$(LATEXMK)
-C
slides
Write
Preview
Markdown
is supported
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