Handle N- (non-) ?

This commit is contained in:
Greg Shuflin 2023-07-10 03:00:53 -07:00
parent ff20fc0c76
commit ae47d30fef
2 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,8 @@ The #p2 pronoun in Spanish is "tu"
The #abl case exists in Latin. The #abl case exists in Latin.
#non#abl is cool
I use #acc for breakfast I use #acc for breakfast
#all case best casea #all case best casea

View File

@ -51,7 +51,7 @@
"LOC": "locative", "LOC": "locative",
"M": "masculine", "M": "masculine",
"N": "neuter", "N": "neuter",
"N-": "non- (e.g. NSG nonsingular, NPST nonpast)", "N-": [non- (e.g. #smallcaps[nsg] nonsingular, #smallcaps[npst] nonpast)],
"NEG": "negation, negative", "NEG": "negation, negative",
"NMLZ": "nominalizer/nominalization", "NMLZ": "nominalizer/nominalization",
"NOM": "nominative", "NOM": "nominative",
@ -180,8 +180,7 @@
#let loc = emit_abbreviation("LOC") #let loc = emit_abbreviation("LOC")
#let m = emit_abbreviation("M") #let m = emit_abbreviation("M")
#let n = emit_abbreviation("N") #let n = emit_abbreviation("N")
//TODO special handling? #let non = emit_abbreviation("N-")
//#let n- = emit_abbreviation("N-")
#let neg = emit_abbreviation("NEG") #let neg = emit_abbreviation("NEG")
#let nmlz = emit_abbreviation("NMLZ") #let nmlz = emit_abbreviation("NMLZ")
#let nom = emit_abbreviation("NOM") #let nom = emit_abbreviation("NOM")