From 39972ac3db59526bd96cb0e3ae96e7dfe66e9734 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 12 Apr 2021 14:15:47 +0200 Subject: [PATCH] add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..82b7c25 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# KFUletter: LaTeX template for letters in KFU corporate design + +This repository contains LaTeX sources (based on `scrlttr2` from the +KOMAscript bundle) for letters following the current (April 2021) version +of the Corporate Design manual of the university of Graz. + +**Important:** As the template uses specific fonts that are not part of the +standard TeX distributions, it must be compiled with `lualatex`. + +To change personal details: + +1. rename `kfu-clason.lco` to `kfu-lastname.lco` +2. edit details in the new file +3. replace `kfu-clason` with `kfu-lastname` in the options to the `scrlttr2` +document class. + +