Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.18 KB

File metadata and controls

53 lines (37 loc) · 1.18 KB

Notices

Mirrors

Repository:

Prerequisites

Make sure you have installed

  • Julia
  • Tectonic
  • TeX Live:
    • Packages (Fedora Linux):
      • poppler-utils
      • texlive-pgfplots
      • texlive-standalone
      • texlive-xetex

Run

First, instantiate the project with

julia --project=. -e "using Pkg; Pkg.instantiate()"

Then, run one of the following

# Run without a daemon
julia --project=. scripts/compute.jl
julia --project=. scripts/compute.jl --postfix "'Custom postfix'"

# Run with a daemon
./julia.bash scripts/compute.jl
./julia.bash scripts/compute.jl --postfix "'Custom postfix'"

Use the --help flag to get help information.

To kill the daemon, run ./julia.bash kill.

Report

To compile the report, run

tectonic -X compile report/report.tex