generated from me/nix-flake-typst-template
18 lines
671 B
Typst
18 lines
671 B
Typst
// SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#import "@preview/linguify:0.4.2": linguify
|
|
|
|
#let lang-data = toml("lang.toml")
|
|
#let l(content) = linguify(content, from: lang-data)
|
|
|
|
#let Course_Group_Project = l("Course_Group_Project")
|
|
#let Course_Group_Projects = l("Course_Group_Projects")
|
|
#let Course_Project = l("Course_Project")
|
|
#let Course_Projects = l("Course_Projects")
|
|
#let Personal_Project = l("Personal_Project")
|
|
#let Productivity = l("Productivity")
|
|
#let Research_Lab_Project = l("Research_Lab_Project")
|
|
#let Robotics_Team_Project = l("Robotics_Team_Project")
|
|
#let Senior_Project = l("Senior_Project")
|