import
This commit is contained in:
commit
2bca935b19
5 changed files with 179 additions and 0 deletions
38
template/letter.typ
Normal file
38
template/letter.typ
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
#import "@local/kfu-letter:0.1.0": letter
|
||||
|
||||
#letter(
|
||||
lang: "de",
|
||||
|
||||
place: "Graz",
|
||||
date: "01. April 1970",
|
||||
|
||||
title: "Dr.",
|
||||
firstname: "John",
|
||||
lastname: "Doe",
|
||||
|
||||
departement: [Institut für Mathematik und Wissenschaftliches Rechnen],
|
||||
|
||||
address: "Heinrichstraße 36, 8010 Graz",
|
||||
|
||||
phone: 1234,
|
||||
|
||||
|
||||
homepage: "https://imsc.uni-graz.at/doe",
|
||||
|
||||
subject: [Der Betreff eines Schreibens sollte in einer Zeile gut Platz finden.],
|
||||
|
||||
signature: none,
|
||||
signature_filename: none,
|
||||
signature_width: 4cm,
|
||||
)[
|
||||
signature_filename: "signature.png",
|
||||
|
||||
[
|
||||
This is the letter' first page's body.
|
||||
], body: [
|
||||
|
||||
#lorem(200)
|
||||
|
||||
#lorem(200)
|
||||
]]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue