From c9be0472936beb260813a566345a761851175ef8 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 12 Apr 2021 14:40:46 +0200 Subject: [PATCH] add README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7485880 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# KFUbeamer: LaTeX template for presentations in KFU corporate design + +This repository contains LaTeX sources (based on `beamer`) for +presentations following roughly the current (April 2021) version +of the Corporate Design manual of the University of Graz. + +This template allows customizing the used fonts through + +```latex +\usetheme[font=...]{kfu} +``` + +Valid arguments are + +* `fira`: Fira Sans Book for text, Noto Sans for math font, `newtxmath` for symbols (default) +* `noto`: Noto Sans for text and math font, `newtxmath` for symbols +* `myriad`: Adobe Myriad Pro for text and math font with Euler for symbols + +Fira Sans Book and Noto Sans are standard TeX fonts included in texlive 2021; Myriad Pro requires a separate installation (e.g., via ). +