diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-30 16:38:53 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-30 17:34:56 +0000 |
commit | ca565e3d32c0815722302331edbc59ce8a1ca9b8 (patch) | |
tree | 201a3c79d3727bbcbc0ebe8045188ff8c5f30bc8 /thesis | |
parent | ffa16f507ae3ca7f109aa8dacf2ea7e2a696a948 (diff) |
notes on how to reproduce
Diffstat (limited to 'thesis')
-rw-r--r-- | thesis/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/thesis/README.md b/thesis/README.md new file mode 100644 index 0000000..c419e56 --- /dev/null +++ b/thesis/README.md @@ -0,0 +1,6 @@ +# Thesis + +First, ensure that your LaTeX environment is setup properly, as described in the `README` at the project's root. +Then, run `make`. + +This converts the graphs from JSON to png using `vl2png` from `vega-cli`, and runs `latexmk`. |