Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.08 KB

File metadata and controls

46 lines (32 loc) · 1.08 KB

Notices

Mirrors

Repository:

Prerequisites

Make sure you have installed

  • Julia
  • 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()"

Get the data by running the data.bash script.

Then, run one of the following

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

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

Use the --help flag to get help information.

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