Add makefile

main
MTRNord 5 months ago
parent 353efd3085
commit 3fb7eed6e8
No known key found for this signature in database

@ -0,0 +1,18 @@
LANGUAGES = german english
.PHONY: all clean
all:
for lang in $(LANGUAGES); do \
pushd $$lang; \
tectonic -X build; \
popd; \
mkdir -p output; \
cp $$lang/build/default/default.pdf output/Flyer_$$lang.pdf; \
done
for lang in $(LANGUAGES); do \
rm -r $$lang/build/; \
done
clean:
rm -r output

Binary file not shown.

@ -5,7 +5,8 @@
\setitemize{topsep=0pt,parsep=0pt}
\usepackage{hyperref}
\usepackage{fontspec}
\usepackage{newtxtext,newtxmath}
\usepackage[libertine,cmintegrals,cmbraces,vvarbb]{newtxmath}
\usepackage[scaled=0.95]{zi4}
\usepackage{parskip}
\setlength{\parindent}{0pt}

Binary file not shown.

@ -5,7 +5,8 @@
\setitemize{topsep=0pt,parsep=0pt}
\usepackage{hyperref}
\usepackage{fontspec}
\usepackage{newtxtext,newtxmath}
\usepackage[libertine,cmintegrals,cmbraces,vvarbb]{newtxmath}
\usepackage[scaled=0.95]{zi4}
\usepackage{parskip}
\setlength{\parindent}{0pt}

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save