From 34351baa98ffbdaa85b77c444f740e0abad511ef Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Sat, 8 Aug 2026 15:07:16 +0200 Subject: Improve global project (typos, enforce 80 columns whenever possible, diagrams) and finish 3.1 --- introduction.typ | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'introduction.typ') diff --git a/introduction.typ b/introduction.typ index 8631e46..6948ee9 100644 --- a/introduction.typ +++ b/introduction.typ @@ -1,15 +1,4 @@ -#import "@preview/unify:0.8.1": add-unit, qty - -// All units for the specification should be specified here -#add-unit("ppm", "ppm", "upright(\"ppm\")") -#add-unit("ppb", "ppb", "upright(\"ppb\")") -#add-unit("inch", "\"", "upright(\"\\\"\")", space: false) -#add-unit("digital voltage", "VD", "upright(\"VD\")") -#add-unit("volt peak-to-peak", "Vpp", "upright(V_\"pp\")") -#add-unit("milli volt peak-to-peak", "mVpp", "upright(\"mV\"_\"pp\")") -#add-unit("micro volt peak-to-peak", "uVpp", "upright(mu V_\"pp\")") -#add-unit("dBc", "dBc", "upright(\"dBc\")") // decibels relative to the carrier -#add-unit("rack unit", "U", "upright(U)", space: false) +#import "@preview/unify:0.8.1": qty = Introduction @@ -235,12 +224,14 @@ Metrologic aiming at $qty(10, "ppm")$. === Reader's guide We recommend a reader not familiar with the field to first read this -specification sequentially. Sections 2 and 3 will develop the core -specifications of the SAME ecosystem. Section 4 will specify the module design -principles that allows it to achieve its precision goals. Section 5 will explain -how to verify conformity of a SAME product with this specification. Section 6 -will present a reference implementation of the system. Finally, sections 7 and 8 -will show how and when to use a SAME Analog Computer. +specification sequentially. #ref() and +#ref() will develop the core specifications of the +SAME ecosystem. #ref() will specify the module design principles +that allows it to achieve its precision goals. #ref() +will explain how to verify conformity of a SAME product with this specification. +#ref() will present a reference implementation of the +system. Finally, #ref() and #ref() will show +how and when to use a SAME Analog Computer. == Document conventions -- cgit