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/chassis-compliance.typ | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tables/chassis-compliance.typ (limited to 'tables/chassis-compliance.typ') diff --git a/tables/chassis-compliance.typ b/tables/chassis-compliance.typ new file mode 100644 index 0000000..a869543 --- /dev/null +++ b/tables/chassis-compliance.typ @@ -0,0 +1,10 @@ +#figure( + table( + columns: 3, + table.header([Region], [Safety], [EMC]), + [EU], [IEC 62368-1], [EN 55032, EN 55035], + [USA], [UL 62368-1], [FCC Part 15], + [International], [IEC 62368-1], [CISPR 32, CISPR 35], + ), + caption: [Chassis compliance requirements], +) -- cgit