--- /dev/null
+#let ting(doc) = {
+ import "@local/touying:0.7.3": *
+ import themes.ironclaw: *
+
+ import "@preview/codly:1.3.0": *
+ import "@preview/codly-languages:0.1.10": *
+ show: codly-init.with()
+ codly(languages: codly-languages)
+
+ let logo = image("./ironclaw.png")
+
+ show link: lonk => [
+ #text(stroke: blue)[
+ #lonk
+ ]
+ ]
+
+ show: ironclaw-theme.with(logo: logo)
+ show text: toxt => text(font: "Adwaita Mono")[#toxt]
+
+ doc
+}
--- /dev/null
+default: watch
+
+build:
+ typst compile main.typ
+ zathura main.pdf &
+
+watch: noview-build
+ zathura main.pdf &
+ typst watch main.typ
+
+clean:
+ rm -rf *.pdf
+
+[private]
+noview-build:
+ typst compile main.typ
--- /dev/null
+#import "@local/robotics:0.1.0": ting
+#show: doc => ting
+
+#import "@local/touying:0.7.3": *
+#import themes.ironclaw: *
+
+#let logo = image("./ironclaw.png")
+
+
+#title-slide()[
+ #heading(level: 2)[Daily Standup #linebreak() #datetime.today().display("[month repr:long] [day] [year]")]
+ #box(height: 40%)[#logo]
+]
+
+
+== Software
+- Added SOTM
+- Improved localization
+ - calibrated cameras
+- *TODO*
+ - Add new driver assists
+
+== CAD
+- CADed Spindexer
+- Researched intake designs
+- *TODO*
+ - Lengthen hood
+
+== Electrical
+- Wired stuff, idk
--- /dev/null
+[package]
+name = "robotics"
+version = "0.1.0"
+entrypoint = "lib.typ"
+authors = ["Taran Nathan"]
+license = "GNU AGPL v3"
+description = "A template for Iron Claw standup meetings"
+
+[template]
+path = "template"
+entrypoint = "main.typ"