From: Ben Harris Date: Sun, 5 May 2024 19:58:21 +0000 (+0100) Subject: Empty set symbol, since I can do a tolerable one X-Git-Tag: bedstead-002.005~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=004261bffa4a74c919fbea9513555d9bcbc916f5;p=bedstead.git Empty set symbol, since I can do a tolerable one --- diff --git a/bedstead.c b/bedstead.c index 3c85828..1e53158 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1346,6 +1346,7 @@ static struct glyph { {{021,021,037,021,012,012,004,000,000}, 0x2200, "universal" }, {{016,021,001,017,021,021,016,000,000}, 0x2202, "partialdiff" }, {{037,001,001,017,001,001,037,000,000}, 0x2203, "existential" }, + {{000,015,022,025,011,026,000,000,000}, 0x2205, "emptyset" }, {{004,004,012,012,021,021,037,000,000}, 0x2206, "Delta" }, {{037,021,021,012,012,004,004,000,000}, 0x2207, "gradient" }, {{017,020,020,037,020,020,017,000,000}, 0x2208, "element" },