53D's notebook for the 2025-26 VRC Push Back challenge. Written by Ishika Saha.
- Terry for notebooking advice
- You can download the latest release of the notebook, which gets updated everytime we attend a tournament
- You can download the most recent version of the notebook by going to the Actions tab, clicking on the latest Build Typst Document workflow, and downloading the pdf file in "Artifacts."
- You can compile the notebook yourself using the instructions below
- Install the required fonts:
- Linux Libertine
- Orbitron
- Virgil 3 YOFF
- Install Typst
Download a release, and add it to your system's PATH.
You can also use a package manager:
# Windows
winget install --id Typst.Typst
# MacOS
brew install typst
# Arch Linux
sudo pacman -S typst
# Nix
nix run nixpkgs#typst
- Clone the repository
git clone https://github.com/Area-53-Robotics/53D-Notebook.git
cd 53D-Notebook- Compile the project
typst compile main.typThe content of this notebook is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
The template that this notebook uses is licensed under GNU General Public License v3.0.
