updated readmes

This commit is contained in:
2024-05-30 20:25:17 +02:00
parent efcf88f6e8
commit 2424dc781b
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,12 @@
# PSI Presentation
[example](https://gitlab.psi.ch/augustin_s/psipresentation/-/wikis/uploads/c53137b3d8e0661e7403a270f8542170/ppexample.pdf)
## compilation
Due to the usage of TrueType fonts (Aptos and AptosMono) XeTeX/XeLaTeX and the fontspec package are needed to compile this document class:
```
xelatex ppexample.tex
```

View File

@ -1,3 +1,12 @@
# PSI Presentation
[example](https://gitlab.psi.ch/augustin_s/psipresentation/-/wikis/uploads/100b707d67efce8a805697ca70cac576/ppexample.pdf)
## compilation
Due to the usage of TrueType (Georgia) and OpenType fonts (MetaPro and FiraMono) XeTeX/XeLaTeX and the fontspec package are needed to compile this document class:
```
xelatex ppexample.tex
```