Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
msc-thesis/presentation/Makefile
2015-01-27 12:39:07 +01:00

27 lines
1.1 KiB
Makefile

.PHONY: thesis fast dirs
# We don want to pollute the root dir, so we use a build dir
# http://tex.stackexchange.com/questions/12686/how-do-i-run-bibtex-after-using-the-output-directory-flag-with-pdflatex-when-f
thesis: dirs
xelatex -file-line-error -output-directory=build Rational_Homotopy_Theory.tex
xelatex -file-line-error -output-directory=build Rational_Homotopy_Theory.tex
cp build/Rational_Homotopy_Theory.pdf ./
fast: dirs
xelatex -file-line-error -output-directory=build Rational_Homotopy_Theory.tex
cp build/Rational_Homotopy_Theory.pdf ./
haltfast: dirs
xelatex -file-line-error -output-directory=build --halt-on-error Rational_Homotopy_Theory.tex
cp build/Rational_Homotopy_Theory.pdf ./
symbols: dirs
xelatex -file-line-error -output-directory=build symbols.tex
xelatex -file-line-error -output-directory=build symbols.tex
scp build/symbols.pdf moerman@stitch.science.ru.nl:~/rathtpy_images.pdf
ssh moerman@stitch.science.ru.nl 'pdf2svg rathtpy_images.pdf rathtpy_images.svg'
scp moerman@stitch.science.ru.nl:~/rathtpy_images.svg ./symbols.svg
dirs:
mkdir -p build