All reports are expected to be compiled with tectonic
as follows:
tectonic -X compile report.tex
Some assignments may include Julia scripts. Make sure to use the project files (Project.toml
) when running them:
julia --project=. -e "using Pkg; Pkg.instantiate()"
julia --project=. scripts/calc.jl