Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Area-53-Robotics/53D-Notebook-Over-Under-2023-2024

Repository files navigation

53D-Over-Under-Notebook

Build Typst Document Spell Check License: CC BY-NC-ND 4.0 License: GPL v3

53D's notebook for the 2023-24 VRC Over Under challenge. Written by Ajibola Ajani, Jin Hao Cao, and Ishika Saha.

Special Thanks To

  • Felix for backend code support
  • Terry for notebooking advice

Typst Extensions Used

How to Compile

  1. Install the required fonts:
    • Linux Libertine
    • Orbitron
    • Virgil 3 YOFF
  2. 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
  1. Clone the repository
git clone https://github.com/Area-53-Robotics/53D-Over-Under-Notebook.git
cd 53D-Over-Under-Notebook
  1. Compile the project
typst compile main.typ

License

The 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.

CC BY-NC-ND 4.0