Open haraldschilly opened 10 years ago
well, for now, this is just a nice idea but needs more work. it turned out, that using a subdirectory doesn't work with some of the working files. in particular it concerns the biblatex files for the references.
Building latex files always produces a list of additional files. By adding
-output-directory build
to the pdflatex command, all files are moved into the subdirbuild
. Of course, this breaks what the SMC's latex editor expects … and one also has to look into this subdirectory for the actual*.pdf
file.Here is a makefile I'm using, which for example hard-links the pdf files into the root dir. It uses
latexmk
to produce the files, which would need-pdf -pdflatex="pdflatex -interact=nonstopmode -output-directory --shell-escape %O %S"
for adopting it in SMC (or something like that ...)