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
ed788292
Commit
ed788292
authored
Jun 04, 2019
by
Valentin Bruch
Browse files
latex makefile incl. beispieldokument
parent
a9114093
Changes
1
Show whitespace changes
Inline
Side-by-side
workshops/latex/makefile
View file @
ed788292
...
...
@@ -2,10 +2,18 @@
EXAMPLES
=
examples/2h_fake.pdf examples/tabular.pdf examples/figure.pdf examples/preamble.pdf
EXAMPLE_INPUTS
=
$(
wildcard
examples/
*
.tex
)
ZETAS_TEX
=
$(
shell
for
i
in
$$
(
seq
0 8
)
;
do
echo
beispieldokument/zeta_
$$
i.tex
;
done
)
ZETAS_PDF
=
$(
shell
for
i
in
$$
(
seq
0 8
)
;
do
echo
beispieldokument/zeta_
$$
i.pdf
;
done
)
latex.pdf
:
latex.tex $(EXAMPLES) $(EXAMPLE_INPUTS)
latex.pdf
:
latex.tex $(EXAMPLES) $(EXAMPLE_INPUTS)
$(ZETAS_PDF)
latexmk
-lualatex
latex.tex
$(ZETAS_PDF)
:
$(ZETAS_TEX)
cd
beispieldokument
;
\
for
i
in
$(
shell
seq
0 8
)
;
do
\
latexmk
-lualatex
zeta_
$$
i.tex
;
\
done
;
notes.pdf
:
latex.tex $(EXAMPLES) $(EXAMPLE_INPUTS)
latexmk
-lualatex
notes.tex
...
...
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