Compare commits

...

3 Commits

Author SHA1 Message Date
bg nerilex 8839403b24 +Makefile to generate PDFs 2019-11-23 21:44:07 +01:00
bg nerilex 27daa39576 reformatting suffixes (Dat.&Akk.) 2019-11-23 21:25:45 +01:00
bg nerilex 102f54ddd4 +Dat./Akk. suffixes 2019-11-23 20:57:03 +01:00
3 changed files with 38 additions and 7 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
SHELL=/bin/bash
TARGETS = out/Paradigmen-001.pdf
all: $(TARGETS)
%.pdf: %.md
pandoc --pdf-engine=xelatex -o $@ $<
out/%.pdf: %.md
pandoc --pdf-engine=xelatex -o $@ $<

View File

@ -34,6 +34,25 @@ Personen Pre- & Suffixe (für Präsens, Präteritum und Perfekt):
3. mask. | --- | i- -ū
### Dativ- & Akkusativsuffixe
ʾ
Ṣ Ṣ
š Š
â î ê û
ā ē ī ū
Person | Dativ (Sg.) | Dativ (Pl.) | Akk. (Sg.) | Akk. (Pl.)
----------|-----------------|--------------|------------|-----------
1. com. | -am / -m / -nim | -niʾāšim | -ni |-niʾāti
2. fem. | -kâšim | -kināšim | -ki |-kinâti
2. mask. | -kâšum | -kunūšim | -ka |-kunūti
3. fem. | -š/sim | -š/sināšim | -ši / -si |-š/sināti
3. mask. | -š/sum | -š/sunūšim | -šu / -su |-š/sunūti
### Imperative
Person | a/u-Klasse | a-Klasse | a-Klasse (alt) | i-Klasse | u-Klasse
@ -103,10 +122,11 @@ Negativ:
## Zeichen:
ʾ
Ṣ Ṣ
š Š
ḫ Ḫ
ṭ Ṭ
ā ē ī ū
ʾ
Ṣ Ṣ
š Š
ḫ Ḫ
ṭ Ṭ
ā ē ī ū
â î ê û

0
out/.keep Normal file
View File