An assorted collection of reports presented during Arcturus Autonomy design reviews
Content in this repository is licensed under Creative Commons Attribution-ShareAlike 4.0 International by the Arcturus Autonomy subteam.
You are free (and encouraged) to redistribute any product of this work in any form, but you must provide appropriate attribution by linking to the original (use https://github.com/ArcturusAutonomy/tdr). You may not relicense this work, regardless of how you distribute it.
Essentially, this work is and must remain open access and the original should be cited wherever used (so viewers may determine originality).
If you don't have Nix, you should install it. It will be quite useful.
This project uses the Nix build system with Typix for declarative and reproducible Typst document builds. The Stargazer theme for Touying is used for most presentations. Run the following commands to build and preview any document within this repository:
cd src/<document>
nix run .#buildOpen the generated PDF to see the result. If you use nix run .#watch, changes will be automatically applied as you save the Typst source.
Lastly, run nix flake check to trigger a series of automatic checks for each document.