Handle N- (non-) ?
This commit is contained in:
parent
ff20fc0c76
commit
ae47d30fef
@ -15,6 +15,8 @@ The #p2 pronoun in Spanish is "tu"
|
||||
|
||||
The #abl case exists in Latin.
|
||||
|
||||
#non#abl is cool
|
||||
|
||||
I use #acc for breakfast
|
||||
|
||||
#all case best casea
|
||||
|
@ -51,7 +51,7 @@
|
||||
"LOC": "locative",
|
||||
"M": "masculine",
|
||||
"N": "neuter",
|
||||
"N-": "non- (e.g. NSG nonsingular, NPST nonpast)",
|
||||
"N-": [non- (e.g. #smallcaps[nsg] nonsingular, #smallcaps[npst] nonpast)],
|
||||
"NEG": "negation, negative",
|
||||
"NMLZ": "nominalizer/nominalization",
|
||||
"NOM": "nominative",
|
||||
@ -180,8 +180,7 @@
|
||||
#let loc = emit_abbreviation("LOC")
|
||||
#let m = emit_abbreviation("M")
|
||||
#let n = emit_abbreviation("N")
|
||||
//TODO special handling?
|
||||
//#let n- = emit_abbreviation("N-")
|
||||
#let non = emit_abbreviation("N-")
|
||||
#let neg = emit_abbreviation("NEG")
|
||||
#let nmlz = emit_abbreviation("NMLZ")
|
||||
#let nom = emit_abbreviation("NOM")
|
||||
|
Loading…
Reference in New Issue
Block a user