diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-09 00:17:33 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-09 00:17:33 +0200 |
| commit | ae7f32dba37a0a81a3e6dcac9b331b46de5b1e35 (patch) | |
| tree | 317b81754defbde9e8d893008be46a45a901c49a /preamble.typ | |
| parent | fc7c9d37cc3e05233aa25fa6c9f4486d0bbafa9e (diff) | |
| download | same-ae7f32dba37a0a81a3e6dcac9b331b46de5b1e35.tar.gz same-ae7f32dba37a0a81a3e6dcac9b331b46de5b1e35.tar.bz2 same-ae7f32dba37a0a81a3e6dcac9b331b46de5b1e35.zip | |
fix custom units and num for times 10^(-n)$ constructions
Diffstat (limited to 'preamble.typ')
| -rw-r--r-- | preamble.typ | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/preamble.typ b/preamble.typ index 1387a68..d6234b6 100644 --- a/preamble.typ +++ b/preamble.typ @@ -6,16 +6,16 @@ #add-unit("inch", "\"", "upright(\"\\\"\")", 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", "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("volt peak-to-peak", "Vpp", "V_\"pp\"") +#add-unit("milli volt peak-to-peak", "mVpp", "\"mV\"_\"pp\"") +#add-unit("micro volt peak-to-peak", "uVpp", "mu V_\"pp\"") #add-unit("dBc", "dBc", "upright(\"dBc\")") // decibels relative to the carrier #add-unit("rack unit", "U", "upright(U)", space: false) #add-unit("ounce", "oz", "upright(\"oz\")") #add-unit("american wire gauge", "AWG", "upright(\"AWG\")") -#add-unit("volt AC", "VAC", "upright(V_\"AC\")") -#add-unit("volt DC", "VDC", "upright(V_\"DC\")") -#add-unit("uVrms", "uVrms", "mu upright(V)_\"rms\"") +#add-unit("volt AC", "VAC", "V_\"AC\"") +#add-unit("volt DC", "VDC", "V_\"DC\"") +#add-unit("uVrms", "uVrms", "mu V_\"rms\"") #set document( title: [SAME Analog Modular Ecosystem], |
