diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 16:03:44 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 16:03:44 +0200 |
| commit | 7f89baa3ebfcb93db177ee4f510592124495a438 (patch) | |
| tree | 75a737cf7b9427baacc4843500ffdaab2cbc7195 /preamble.typ | |
| parent | 1c8d0c4ef5d4a8a2d2e01c8039308049d33e1b2d (diff) | |
| download | same-7f89baa3ebfcb93db177ee4f510592124495a438.tar.gz same-7f89baa3ebfcb93db177ee4f510592124495a438.tar.bz2 same-7f89baa3ebfcb93db177ee4f510592124495a438.zip | |
formatting, graphs, potentiometer wiper noise and wear, crosstalk
Diffstat (limited to 'preamble.typ')
| -rw-r--r-- | preamble.typ | 3 |
1 files changed, 2 insertions, 1 deletions
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], |
