From 7f89baa3ebfcb93db177ee4f510592124495a438 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 16:03:44 +0200 Subject: formatting, graphs, potentiometer wiper noise and wear, crosstalk --- preamble.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'preamble.typ') diff --git a/preamble.typ b/preamble.typ index 5789f6e..efd2f85 100644 --- a/preamble.typ +++ b/preamble.typ @@ -3,7 +3,7 @@ // 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("inch", "\"", "upright(\"inch\")", space: false) #add-unit("micro inch", "u\"", "upright(mu \"\\\"\")", space: false) #add-unit("digital voltage", "VD", "upright(\"VD\")") #add-unit("volt peak-to-peak", "Vpp", "V_\"pp\"") @@ -18,6 +18,7 @@ #add-unit("uVrms", "uVrms", "mu V_\"rms\"") #add-unit("decade", "dec", "upright(\"dec\")") #add-unit("shertz", "sHz", "sqrt(upright(\"Hz\"))") +#add-unit("mil", "mil", "upright(\"mil\")") #set document( title: [SAME Analog Modular Ecosystem], -- cgit