REQUIREMENTS

The document is to be compiled with PDFLaTeX.

The following packages are required:

1.  tabularray (Works with recent versions of latex, >= 2021, otherwise see "Known issues" below)
    https://ctan.org/tex-archive/macros/latex/contrib/tabularray

2.  wasysym
    https://ctan.org/tex-archive/macros/latex/contrib/wasysym

3. tcolorbox
    https://ctan.org/tex-archive/macros/latex/contrib/tcolorbox

KNOWN ISSUES

    If your latex distribution is not very recent, the generation of tables with the package "tabularray"
    can fail. In this case, you can install an older version of the package. For example, you can download
    the file "tabularray-2021.sty" from https://ctan.org/tex-archive/macros/latex/contrib/tabularray, place
    it in the same directory as your .tex file, and in the preamble of the latter change "\usepackage{tabularray}"
    to "\usepackage{tabularray-2021}"
