-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheckelmeckel-playground-02.typ
More file actions
536 lines (407 loc) · 21 KB
/
eckelmeckel-playground-02.typ
File metadata and controls
536 lines (407 loc) · 21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
#import "@preview/acrostiche:0.5.2": *
#import "templates/eckelmeckel-04.tpl.typ": *
// During development of a template, set the above line to whatever you want.
// The build script will use sed to edit this line to import each template.
#show: tcg-doc.with(
title: "Root Credential Platform Identifier",
subtitle: "A TCG Ipsum Specification",
doctype: "Specification",
status: "Published",
version: "Version 184",
date: datetime.today().display("[month repr:long] [day padding:none], [year]"),
year: datetime.today().display("[year]"),
)
/* acronyms */
#include "acronyms/acronyms.typ"
#pagebreak()
#heading("Disclaimers, Notices, and License Terms", level: 1, numbering: none, outlined: false)
THIS SPECIFICATION IS PROVIDED “AS IS” WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY PARTICULAR PURPOSE, OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION OR SAMPLE.
Without limitation, TCG disclaims all liability, including liability for infringement of any proprietary rights, relating to use of information in this specification and to the implementation of this specification, and TCG disclaims all liability for cost of procurement of substitute goods or services, lost profits, loss of use, loss of data or any incidental, consequential, direct, indirect, or special damages, whether under contract, tort, warranty or otherwise, arising in any way out of use or reliance upon this specification or any information herein.
This document is copyrighted by Trusted Computing Group (TCG), and no license, express or implied, is granted herein other than as follows: You may not copy or reproduce the document or distribute it to others without written permission from TCG, except that you may freely do so for the purposes of (a) examining or implementing TCG specifications or (b) developing, testing, or promoting information technology standards and best practices, so long as you distribute the document with these disclaimers, notices, and license terms.
Contact the Trusted Computing Group at #link("https://www.trustedcomputinggroup.org/")[www.trustedcomputinggroup.org] for information on specification licensing through membership agreements.
Any marks and brands contained herein are the property of their respective owners.
#heading("Statement Types", level: 1, numbering: none, outlined: false)
Please note an important distinction between different sections of text
throughout this document. There are two distinctive kinds of text: *informative
comments* and *normative statements*.
Whether a statement is normative or informative is typically
clear from context. In cases where the context does not
provide sufficient clarity, the following rules apply:
1. A statement with a capitalized RFC key word ("MUST," "MUST NOT," "REQUIRED," "SHALL," "SHALL NOT," "SHOULD,"
"SHOULD NOT," "RECOMMENDED," "MAY," and "OPTIONAL") as in RFC 8174 is always normative.
2. Text that is delimited by horizontal rules and labeled as an informative statement, note, example, etc. is always informative.
#informative-eckelmeckel-01(
kind: "Note",
[Reach out to #link("mailto:admin@trustedcomputinggroup.org") with any questions about this document.
],
)
#informative-eckelmeckel-02(
kind: "Note",
[Reach out to #link("mailto:admin@trustedcomputinggroup.org") with any questions about this document.
],
)
#informative-eckelmeckel-03(
kind: "Note",
[Reach out to #link("mailto:admin@trustedcomputinggroup.org") with any questions about this document.
],
)
#pagebreak()
#outline()
#outline(title: "Figures", target: figure.where(kind: image))
#outline(title: "Tables", target: figure.where(kind: table))
#outline(title: "Listings", target: figure.where(kind: raw))
#pagebreak()
= Introduction
Critical dolor `text` sit amet systems have an occasional need to verify the consecteturs.
One typical technique _for_ this is *called* consectetur _*attestation*_. This document provides definitions and requirements for consectetur attestation in the PC Client and Datacenter environments.
= Scope
== In Scope
Consecteturs that form part of a computer network or enterprise environment.
== Out of Scope
Air-gapped consecteturs, non-consectutor amets.
== Trusted Computing Group
Trusted Computing Group (TCG)'s logo is _not_ depicted in the below figure (@fig:not-the-tcg-logo):
#figure(
image("architecture.drawio.png", width: 60%),
caption: [
Consectetur Attestation
],
) <fig:not-the-tcg-logo>
=== Lorem Ipsum Workgroup
The Lorem Ipsum workgroup defines the consectutor and other ipsum attestation scenarios at their bimonthly tea parties.
#informative-eckelmeckel-01(
kind: "Note",
[
By "bimonthly" we mean that the workgroup meets every other month.
],
)
= A Lot of Text
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur. Excepteur sint verified boot cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id PCR laborum.
When providing evidence about a consectutor, the Attesting Environment SHALL furnish the dolor.
#informative-eckelmeckel-01([
This section contains a long informative comment. It is so long, it's more
of an informative section, really. This section breaks across pages.
== It contains sub-headings
Which is pretty neat if you think about it. Duis aute irure dolor in repudiation in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Exception sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore _magna_ aliqua (cf. @tab:informative-table as well as #ref(<tab:events>) and @tab:planets on #ref(<tab:planets>, form: "page").
#figure(
table(
columns: (0.5fr, 0.5fr),
inset: 10pt,
align: horizon,
table.header([*Can you*], [*Believe It*]),
[ It ], [ Even ],
[ Has ], [ A Table ],
),
caption: [
An Informative Table
],
) <tab:informative-table>
])
Stuff after the big informative.
== Math
In case you forgot:
$ sum_(k=1)^n k = (n(n+1)) / 2 $
== Tables Again
Look at this awsome @tab:planets (alternatively: #ref(<tab:planets>)).
#figure(
caption: [The Planets of the Solar System and Their Average Distance from the Sun],
placement: top,
table(
// Table styling is not mandated by the IEEE. Feel free to adjust these
// settings and potentially move them into a set rule.
columns: (6em, auto),
align: (left, right),
inset: (x: 8pt, y: 4pt),
stroke: (x, y) => if y <= 1 { (top: 0.5pt) },
fill: (x, y) => if y > 0 and calc.rem(y, 2) == 0 { rgb(color-table-row-even) },
table.header[#table-header-text([Planet])][#table-header-text([Distance (million km)])],
[Mercury], [57.9],
[Venus], [108.2],
[Earth], [149.6],
[Mars], [227.9],
[Jupiter], [778.6],
[Saturn], [1,433.5],
[Uranus], [2,872.5],
[Neptune], [4,495.1],
),
) <tab:planets>
#figure(
table(
columns: (auto, auto),
align: (left, left),
stroke: none,
table-toprule,
table.header(
repeat: true,
table-header-text("Date"),
table-header-text(
[Event -- may include symbols and special characters: #sym.suit #sym.copyleft #sym.copyright #sym.lambda],
),
),
table-midrule,
// 2021
[2022-04-09], [Kickoff (virtual)],
[2022-04-14 -- 2021-04-15], [Conference Trustworthy Systems],
[2022-11-11], [Workshop Threat and Risk Assessment],
[2022-12-02], [Preparation for Conference Talk],
// 2023
table-midrule,
//
[2023-01-14], [Internal Workshop ML],
[2023-04-03], [Talk from Jane Doe],
[2023-05-08 -- 2023-05-09], [Hackathon Attestation],
[2023-11-13 -- 2023-11-14], [Team Event],
// 2024
table-midrule,
//
[2024-02-21], [4th Digitaler Cooperation Workshop],
[2024-04-09 -- 2024-04-11], [Embedded World 2024],
[2024-06-04 -- 2024-06-05], [Trustworthy Electronics Days 2024],
[2024-06-17 -- 2024-06-18], [Project Meeting (Alaska)],
[2025-01-15], [Final Workshop: Theory of Everything],
table-bottomrule,
),
caption: [Project-related events],
) <tab:events>
#pagebreak()
== Informative Text
=== Style 1
Intro text.
#informative-eckelmeckel-01([This text fits into a single line.])
Some text.
#informative-eckelmeckel-01([
This text fits into multiple lines.
==== It even has a subheading
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
#horizontalrule
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
==== And another one
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
scenarios
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
])
=== Style 2
Intro text.
#informative-eckelmeckel-02([This text fits into a single line.])
#informative-eckelmeckel-02([
This text fits into multiple lines.
==== It even has a subheading
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
#horizontalrule
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
==== And another one
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
scenarios
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
])
=== Style 3
Intro text.
#informative-eckelmeckel-03([This text fits into a single line.])
#informative-eckelmeckel-03([
This text fits into multiple lines.
==== It even has a subheading
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
#horizontalrule
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
==== And another one
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
scenarios
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
Lorem ipsum dolor sit amet, consectetur attesting elit, sed do eiusmod tamper evident ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud encryption ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate hash esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id laborum.
])
= Code
Here is some Rust code, no caption, no number, no label:
```rs
fn main() {}
```
Now with caption, number, and label (see #ref(<lst:awesome-code>) on #ref(<lst:awesome-code>, form: "page")).
#figure(
```c
int myfun(void) {
printf("%s", "Hello, world!");
}
```,
caption: [
The most awesome code in the world. The best.
],
) <lst:awesome-code>
And finally, we include a bigger chunk of sourcecode (this code was boldly stolen from GitHub (#link("https://github.com/Fraunhofer-SIT/paper-towards-practical-hardware-fingerprinting-for-remote-attestation/blob/main/analog-measurement-log-format/analog-log-format.cddl")).
Unfortunately, Typst does not yet support numbering and captions for code that spans accross pages.
The following code is CDDL, using a custom syntax theme.
```cddl
; SPDX-License-Identifier: BSD-3-Clause
; ------------------------------------------------------------------------------
; BSD 3-Clause "New" or "Revised" License
; ------------------------------------------------------------------------------
; Copyright 2024, Fraunhofer Institute for Secure Information Technology SIT.
; All rights reserved.
; ------------------------------------------------------------------------------
; Log format for analog hardware measurements.
; ------------------------------------------------------------------------------
; Author: Michael Eckel <michael.eckel@sit.fraunhofer.de>
; Date Modified: 2024-06-10T10:47:28+00:00
; Date Created: 2024-06-10T10:47:28+00:00
; ------------------------------------------------------------------------------
AnalogMeasurement = [
version-tag: uint, ; version of the format specification
start-time: Time,
measurements: [ * MeasurementSeries ]
]
MeasurementSeries = (
target: Target,
?env-params: [ * NameValuePair ],
?start-time: Time,
unit: Unit,
unit-multiple: UnitMultiple,
measurements: RegularMeasurementSeries
// IrregularMeasurementSeries,
)
Target = [
id: tstr,
?config-params: [ * NameValuePair ],
]
NameValuePair = (
name: text,
value: any,
)
RegularMeasurementSeries = {
values => [ * NumericalValue ],
interval-frequency-duration,
}
interval-frequency-duration //= (interval => Time)
interval-frequency-duration //= (frequency => Frequency)
interval-frequency-duration //= (duration => Time)
values = 0
interval = 1
frequency = 2
duration = 3
IrregularMeasurementSeries = [ * (
current-time: Time,
NumericalValue,
),
]
Time = [
seconds: uint / float,
unit-mult: UnitMultipleSi,
]
Frequency = [
hertz: uint / float,
unit-multiple: UnitMultipleSi,
]
NumericalValue = (
value: int / float,
)
Unit = &(
UNIT_UNDEFINED : 0,
UnitElectricalSi,
) ; EXTENSION POINT for future units
UnitElectricalSi = &(
UNIT_ELECTRICAL_SI_NONE : 1, ; none (raw ADC)
UNIT_ELECTRICAL_SI_VOLTAGE : 2, ; Volt (V or E)
UNIT_ELECTRICAL_SI_CURRENT : 3, ; Ampere (I or i)
UNIT_ELECTRICAL_SI_RESISTANCE : 4, ; Ohm (R)
UNIT_ELECTRICAL_SI_CONDUCTANCE : 5, ; Siemens (G)
UNIT_ELECTRICAL_SI_CAPACITANCE : 6, ; Farad (C)
UNIT_ELECTRICAL_SI_CHARGE : 7, ; Coulomb (Q)
UNIT_ELECTRICAL_SI_INDUCTANCE : 8, ; Henry (L or H)
UNIT_ELECTRICAL_SI_POWER : 9, ; Watts (W)
UNIT_ELECTRICAL_SI_IMPEDANCE : 10, ; Ohm (Z)
UNIT_ELECTRICAL_SI_FREQUENCY : 11, ; Hertz (Hz)
)
UnitMultiple = &(
UnitMultipleSi,
) ; EXTENSION POINT for future unit multiples
UnitMultipleSi = &(
UNIT_MULTIPLE_SI_YOCTO : -24, ; y (10^-24)
UNIT_MULTIPLE_SI_ZEPTO : -21, ; z (10^-21)
UNIT_MULTIPLE_SI_ATTO : -18, ; a (10^-18)
UNIT_MULTIPLE_SI_FEMTO : -15, ; f (10^-15)
UNIT_MULTIPLE_SI_PICO : -12, ; p (10^-12)
UNIT_MULTIPLE_SI_NANO : -9, ; n (10^-9)
UNIT_MULTIPLE_SI_MICRO : -6, ; u (10^-6)
UNIT_MULTIPLE_SI_MILLI : -3, ; m (10^-3)
UNIT_MULTIPLE_SI_CENTI : -2, ; c (10^-2)
UNIT_MULTIPLE_SI_DECI : -1, ; d (10^-1)
UNIT_MULTIPLE_SI_BASE : 0, ; base (10^0)
UNIT_MULTIPLE_SI_DECA : 1, ; da (10^1)
UNIT_MULTIPLE_SI_HECTO : 2, ; h (10^2)
UNIT_MULTIPLE_SI_KILO : 3, ; k (10^3)
UNIT_MULTIPLE_SI_MEGA : 6, ; M (10^6)
UNIT_MULTIPLE_SI_GIGA : 9, ; G (10^9)
UNIT_MULTIPLE_SI_TERA : 12, ; T (10^12)
UNIT_MULTIPLE_SI_PETA : 15, ; P (10^15)
UNIT_MULTIPLE_SI_EXA : 18, ; E (10^18)
UNIT_MULTIPLE_SI_ZETTA : 21, ; Z (10^21)
UNIT_MULTIPLE_SI_YOTTA : 24, ; Y (10^24)
)
```
= Miscellaneous
Now, let us use some abbreviations, such as #acr("DICE") and #acr("TPM").
If we use it again, like so: #acr("TPM"), it only displays the short version #cite(<rfc9684>).
Let's have some more citations @rfc9334@harry.
And some TCG specifications, too @tcg:cel-v1r041 @tcg:pclient:pfp, @tcg-key-dev-id.
And let's intermix some code, just `because` we ```c can```.
#pagebreak()
#print-index(
row-gutter: 0.5em,
sorted: "up",
outlined: true,
title: "Abbreviations",
)
#pagebreak()
#bibliography(
(
"references/references.bib",
"references/references.yml",
"references/other-refs.bib",
),
style: "ieee",
title: "References",
)