chg: [doc] Added dependencies to doc

pull/20/head
Steve Clement 2022-05-20 17:26:50 +02:00
parent cb9b7170d5
commit 22ea3ee11c
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
2 changed files with 13 additions and 0 deletions

View File

@ -110,6 +110,17 @@ The output directory will contain all the generated PDF files and the PDF file c
**Note**: In case the rendering is somewhat broken, it might be related to latex using the styles installed systemwide in `/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus`. Removing this directory will solve the problem.
## Dependencies
[FiraMath Font](https://github.com/firamath/firamath/releases)
XeLaTex, can be parametered in .tex header (works in TeXshop):
```
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
```
## License, Attribution and Funding
All the materials are dual-licensed under GNU Affero General Public License version 3 or later and

View File

@ -1,3 +1,5 @@
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
\documentclass{beamer}
\usetheme[numbering=progressbar]{focus}
\definecolor{main}{RGB}{47, 161, 219}