@@ -116,52 +116,26 @@ It takes the column alignment as first argument (here `lcrl` means left, center,
116116The optional `header` argument allows to adjust the appearance of the JACoW table style as shown in @table:specs .
117117
118118# figure (
119- jacow-table (
120- " lcrl" ,
121- [No.],
122- [$ x$ / mm],
123- [$ y$ ],
124- [Note],
125- [1],
126- [0.32],
127- qty (70 , " cm" ),
128- [Small],
129- [2],
130- [2.5],
131- qty (3 , " dm" ),
132- [Medium],
133- [3],
134- [18],
135- qty (1.5 , " m" ),
136- [*Large* ],
119+ // @typstyle off
120+ jacow-table (" lcrl" ,
121+ [No.], [$ x$ / mm], [$ y$ ], [Note],
122+ [1], [0.32], qty (70 , " cm" ), [Small],
123+ [2], [2.5], qty (3 , " dm" ), [Medium],
124+ [3], [18], qty (1.5 , " m" ), [*Large* ],
137125 ),
138126 // placement: none, // `top`, `bottom` or `auto` for floating placement or `none` for inline placement
139127 caption : [Dimensions],
140128) <table:xydata>
141129
142130
143131# figure (
144- jacow-table (
145- " lccc" ,
146- header : top + left , // top, left or none
147- [],
148- [Gen A],
149- [Gen B],
150- [Gen C],
151- [Frequency],
152- table . cell (qty (1234567.89 , " Hz" ), colspan : 3 , align : center ),
153- [Voltage],
154- qty (1 , " kV" ),
155- qty (3 , " kV" ),
156- qty (3 , " kV" ),
157- [Cells],
158- [3],
159- [5],
160- [9],
161- [Quality],
162- [100],
163- [500],
164- num (1000 ),
132+ // @typstyle off
133+ jacow-table (" lccc" , header : top + left , // top, left or none
134+ [], [Gen A], [Gen B], [Gen C],
135+ [Frequency], table . cell (qty (1234567.89 , " Hz" ), colspan : 3 , align : center ),
136+ [Voltage], qty (1 , " kV" ), qty (3 , " kV" ), qty (3 , " kV" ),
137+ [Cells], [3], [5], [9],
138+ [Quality], [100], [500], num (1000 ),
165139 ),
166140 // placement: none, // `top`, `bottom` or `auto` for floating placement or `none` for inline placement
167141 caption : [
0 commit comments