The LaTeX report here presents the instruction and documentation for making the setup and using the Nitrogem8M board.
On a moderately recent Ubuntu-base distribution, the following packages seemed to be required to build the report:
sudo apt-get install texlive-base texlive-latex-recommended texlive-lang-japanese Then, the actual build can be made with a simple:
pdflatex instructions.texNo fancy Lua or theming at the moment !
If you don’t want to build the report yourself, a CI pipeline is used to make it on GitLab.
You can check the steps in the .gitlab-ci.yml file. This build uses a base Ubuntu image and basically takes the same steps as presented above for a local build.
A pdf artifact can be downloaded.