From ae47d30fef43020a96b51e32a3fda486684a7b44 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 10 Jul 2023 03:00:53 -0700 Subject: [PATCH] Handle N- (non-) ? --- abbreviations-used-example.typ | 2 ++ linguistic-abbreviations.typ | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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")