?r ```
#figure(
table(
columns: (auto, auto, auto, auto, auto),
align: center + horizon,
fill: (col, row) => if row == 0 {green} else {(gray, white).at(calc.rem(row, 2))},
inset: (x: 1em, y: 0.7em),
stroke: none,
/* --- header --- */
table.header(
table.cell(rowspan: 2)[*Type*],
table.cell(rowspan: 1, colspan: 3)[*Materials*],
table.cell(rowspan: 2)[*Maximum pressure (bar)*]),
/* -------------- */
[I], [Steel/Al], [/], [/], [Al: 175\ Steel: 200],
[II], [Steel/Al liner],[Filament windings around the cylinder part], [/], [Al/glass: 263\ Steel/carbon fibre: 299],
[III], [Al/Steel liner],[Composite over-wrap (fibre glass/aramid or carbon fibre)], [/], [Al/glass: 305\ Al/aramid: 438\ Al/carbon: 700],
[IV], [/], [Composite over-wrap (carbon fibre)], [Polymer liner], [350 (buses)\ 700],
[V], [/], [Composite], [/], [1000]
),
kind: table,
caption: [Overview of tank Types with maximal bearbale pressures. ],
)<tab_0>