Improve code snippets in Table Guide (#6658)

This commit is contained in:
Marcono1234 2025-08-15 11:36:18 +02:00 committed by GitHub
parent 805fb24ca4
commit a7dac28c7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,7 @@ Let's start with an example of a horizontally striped table:
#set table( #set table(
fill: (rgb("EAF2F5"), none), fill: (rgb("EAF2F5"), none),
stroke: frame(rgb("21222C")), stroke: frame(1pt + rgb("21222C")),
) )
#table( #table(
@ -303,7 +303,7 @@ horizontal stripes instead:
>>> >>>
#set table( #set table(
fill: (_, y) => if calc.odd(y) { rgb("EAF2F5") }, fill: (_, y) => if calc.odd(y) { rgb("EAF2F5") },
stroke: frame(rgb("21222C")), stroke: frame(1pt + rgb("21222C")),
) )
>>> >>>
>>> #table( >>> #table(
@ -346,7 +346,7 @@ something like this:
>>> >>>
#set table( #set table(
fill: (_, y) => (none, rgb("EAF2F5"), rgb("DDEAEF")).at(calc.rem(y, 3)), fill: (_, y) => (none, rgb("EAF2F5"), rgb("DDEAEF")).at(calc.rem(y, 3)),
stroke: frame(rgb("21222C")), stroke: frame(1pt + rgb("21222C")),
) )
>>> >>>
>>> #table( >>> #table(
@ -671,7 +671,7 @@ one intersection highlighted.
columns: 3, columns: 3,
stroke: (x: none), stroke: (x: none),
[], [*High Neuroticism*], [*Low Neuroticism*], table.header[][*High Neuroticism*][*Low Neuroticism*],
[*High Agreeableness*], [*High Agreeableness*],
table.cell(stroke: orange + 2pt)[ table.cell(stroke: orange + 2pt)[