Repository:
The reports are expected to be compiled with tectonic
as follows:
tectonic -X compile report.tex
This project provides Julia scripts. Make sure to use the project files (Project.toml
) when running them:
julia --project=. -e "using Pkg; Pkg.instantiate()"
julia --project=. scripts/script.jl
Alternatively, you can use the julia.bash
script, which starts a daemon and runs scripts through it:
julia --project=. -e "using Pkg; Pkg.instantiate()"
./julia.bash scripts/script.jl
To kill the daemon run
./julia.bash kill
For the time being, you should install the texlive-luatex85
package to avoid this error.