From 9d5f5ea719d83c0dfe3c3b36194fa39d949230c4 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Tue, 11 Aug 2026 11:46:52 +0200 Subject: fix CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 331d51e..641bd1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ $ V_("noise","excess") & approx qty(5, "V") times 10^(-15/20) times sqrt(20000) dot 10^-6 \ V_("noise","excess") & approx qty(5, "V") times 0.1778 times num("141.4e-6") approx qty(125.74, "uV") $ -`````` +``` If you modify a foundational parameter (e.g. system bandwidth or reference voltages), Typst must re-evaluate all downstream derivations. **If any assertion @@ -66,7 +66,7 @@ fails, the PDF build will halt.** cd same ``` -2. **Enable git hooks:** To automatically inject required SPDX license headers +1. **Enable git hooks:** To automatically inject required SPDX license headers on newly created `.typ` files: ```bash @@ -74,7 +74,7 @@ fails, the PDF build will halt.** git config core.hooksPath .githooks ``` -3. **Run a live watch build:** +1. **Run a live watch build:** ```bash typst watch preamble.typ specification.pdf @@ -82,7 +82,7 @@ fails, the PDF build will halt.** *If your edits break an assertion metrology check anywhere in the 90+ pages, Typst will throw an immediate compiler error in your terminal.* -4. **Perform a clean release compile:** +2. **Perform a clean release compile:** ```bash typst compile preamble.typ specification.pdf -- cgit