From b28f97f3526859633fde603764b827389279d10f Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 22:32:38 +0200 Subject: extract figures in separate files --- tables/error-budgeting-introduction.typ | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tables/error-budgeting-introduction.typ (limited to 'tables/error-budgeting-introduction.typ') diff --git a/tables/error-budgeting-introduction.typ b/tables/error-budgeting-introduction.typ new file mode 100644 index 0000000..f05a16e --- /dev/null +++ b/tables/error-budgeting-introduction.typ @@ -0,0 +1,14 @@ +#import "../lib/unify.typ": qty + +#figure( + table( + columns: 2, + table.header([Parameter], [Requirement]), + [Precision], [$qty(10, "ppm")$ ($qty(0.001, "percent")$)], + [Signal-to-noise ratio], [$qty(90, "dB")$], + [Drift rate], [$lt.eq qty(0.014, "ppm per hour")$], + [Bandwidth], [DC to $qty(20, "kHz")$], + [Drift-free operation], [$qty(30, "day")$], + ), + caption: [Summary of metrologic precision tier requirements], +) -- cgit