-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
690 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
en: | ||
PL: plural | ||
SG: singular | ||
pres: present | ||
act: active | ||
mid: middle | ||
pass: passive | ||
1st: 1st | ||
2nd: 2nd | ||
3rd: 3rd | ||
case: case | ||
masc: M | ||
fem: F | ||
neut: N | ||
nom: nom | ||
gen: gen | ||
dat: dat | ||
acc: acc | ||
voc: voc | ||
person: person | ||
number: number | ||
unknown: '' #allows columns to be blank if '' else uses whatever lebel you assign for them | ||
AAI: Aorist Active Indicative | ||
PAI: Present Active Indicative | ||
XAI: perfect active indicative | ||
IAI: Imperfect Active Indicative | ||
FAI: Future Active Indicative | ||
PMI: Present Middle Indicative | ||
el: | ||
PL: πληθυντικόν | ||
SG: ἑνικόν | ||
act: ἐνεργητικόν | ||
mid: μέσον | ||
pass: παθητικόν | ||
person: πρώσοπον | ||
1st: πρῶτον | ||
2nd: δευτέρον | ||
3rd: τρίτον | ||
number: ἀριθμός | ||
masc: ἀρσενικόν | ||
fem: θηλυκόν | ||
neut: οὐδέτερον | ||
case: πτῶσις | ||
nom: ὀνομαστική | ||
gen: γενική | ||
dat: δοτική | ||
acc: αἰτιατική | ||
voc: κλητική | ||
inf: ἀπαρέμφατος | ||
unknown: '' #allows columns to be blank if '' else uses whatever lebel you assign for them | ||
AAI: ἀόριστος ἐνεργητικόν ὁριστική | ||
PAI: ἐνεστώς ἐνεργητικόν ὁριστική | ||
XAI: παρακείμενος ἐνεργητικόν ὁριστική | ||
IAI: παρατατικός ἐνεργητικόν ὁριστική | ||
FAI: μέλλων ἐνεργητικόν ὁριστική | ||
PMI: ἐνεστώς μέσον ὁριστική | ||
PAN: ἐνεστώς ἐνεργητικόν | ||
AAN: ἀόριστος ἐνεργητικόν |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.para-header-row { } | ||
.para-header-cell {margin-bottom:3em; border-bottom: solid 0.125em black;} | ||
|
||
.para-row-label {margin-right:1.25em;} | ||
|
||
table { | ||
border-collapse: collapse; | ||
} | ||
|
||
td { | ||
font-size: 1.25em; | ||
padding:0.25em; | ||
} |
Oops, something went wrong.