You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ julia --project=@. -e "import Pkg; Pkg.instantiate()"
Generate the JSS formatted preview using:
$ make render
Generate the arXiv formatted version using:
$ make render-arxiv
Note: this command re-runs the R benchmark script which can take a long time.
Note: For the arxiv version, you need to have cbfonts-fd and cbfonts packages installed in your latex distribution
If you get errors due to caching, try using the --no-cache option for quarto:
quarto render BlockedCholeskyMM.qmd --no-cache # for JSS version render
quarto render BlockedCholeskyMM.qmd --no-cache --to arxiv-pdf+arxiv # for arxiv version