1
0
forked from GitHub/gf-rgl

allow plural PN

This commit is contained in:
krangelov
2021-02-17 09:42:40 +01:00
parent 24bc84627b
commit 2bb3630f00
5 changed files with 12 additions and 16 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ flags
coding = utf8 ;
lin
SymbPN i = {s = i.s ; g = Neut} ;
IntPN i = {s = i.s ; g = Neut} ;
FloatPN i = {s = i.s ; g = Neut} ;
NumPN i = {s = i.s ! CFNeut Indef ; g = Neut} ;
SymbPN i = {s = i.s ; gn = GSg Neut} ;
IntPN i = {s = i.s ; gn = GSg Neut} ;
FloatPN i = {s = i.s ; gn = GSg Neut} ;
NumPN i = {s = i.s ! CFNeut Indef ; gn = GSg Neut} ;
CNIntNP cn i = {
s = \\c => cn.s ! NF Sg Indef ++ i.s ;
gn = gennum cn.g Sg ;