From 2424dc781b08709492787b42f8b876f571d9bb4c Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 30 May 2024 20:25:17 +0200 Subject: [PATCH] updated readmes --- README.md | 9 +++++++++ legacy/README.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 99ceea6..c6381f0 100644 --- a/README.md +++ b/README.md @@ -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 +``` + diff --git a/legacy/README.md b/legacy/README.md index e272fed..6a3fcc7 100644 --- a/legacy/README.md +++ b/legacy/README.md @@ -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 +``` +