diff --git a/Makefile b/Makefile index 31463c64909d971268145040b662f75812a5a587..161ded272b7a633b16ec3e41a53229142e5fbaef 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ chapter_deps: # SYMBOLIC LINKS tilt.rs: - ln -s max-destabilizer-rank/tilt.rs/ tilt.rs + ln -s subprojects/max-destabilizer-rank/tilt.rs/ tilt.rs # TEX FILES FROM NOTEBOOKS diff --git a/latexmkrc b/latexmkrc index 53b6baef18eaffee926fced4c5c5fa33a90418c3..6e4bd7b58b250a13531fb881c46f7feca11fb523 100644 --- a/latexmkrc +++ b/latexmkrc @@ -11,4 +11,4 @@ $use_make_for_missing_files = 1; $do_cd = 1; $aux_dir = 'aux_files'; $out_dir = '../latex_output'; -$jobname = 'max-destabilizer-rank'; +$jobname = 'Luke-Naylor-Thesis'; diff --git a/tex/Makefile b/tex/Makefile index de23d0825cdaba17334ae3e39c50a526bf8ccd6f..c56b57ef338ccc616fe1d2550fe50dfb44edb56b 100644 --- a/tex/Makefile +++ b/tex/Makefile @@ -1,10 +1,10 @@ -SAGETEXARTIFACT=main.sagetex.sout -SAGETEXSCRIPT=main.sagetex.sage # generated by latex compile -CHAPTERDIRS=$(wildcard ../../subprojects/*) +SAGETEXARTIFACT=Luke-Naylor-Thesis.sagetex.sout +SAGETEXSCRIPT=Luke-Naylor-Thesis.sagetex.sage # generated by latex compile +PYLIBSDIR=$(realpath $(wildcard ../subprojects/*/generated_py_libs)) aux_files/${SAGETEXARTIFACT}: aux_files/${SAGETEXSCRIPT} notebook_py_libs cd aux_files && \ - PYTHONPATH=`echo $(CHAPTERDIRS) | sed 's/ \+/:/g'` sage ${SAGETEXSCRIPT} + PYTHONPATH=`echo ${PYLIBSDIR} | sed 's/ \+/:/g'` sage ${SAGETEXSCRIPT} notebook_py_libs: $(MAKE) -C .. pretex