diff --git a/abbreviations-used-example.typ b/abbreviations-used-example.typ index 35cb284..f9df693 100644 --- a/abbreviations-used-example.typ +++ b/abbreviations-used-example.typ @@ -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 diff --git a/linguistic-abbreviations.typ b/linguistic-abbreviations.typ index b48fce4..c915183 100644 --- a/linguistic-abbreviations.typ +++ b/linguistic-abbreviations.typ @@ -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")