From: Ben Harris Date: Sun, 2 Jun 2024 09:44:17 +0000 (+0100) Subject: Flattened parentheses X-Git-Tag: bedstead-002.007~53 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=2f4f128b47e66df4b0b5fd4e0bdfb9441e462dbd;p=bedstead.git Flattened parentheses According to the TeX "unicode-math" documentation, these are in Plain TeX, so I think they're mainstream enough that Bedstead should have them. --- diff --git a/bedstead.c b/bedstead.c index a274930..c3c8b07 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1825,6 +1825,8 @@ static struct glyph { {{000,000,010,027,010,000,000,000,000}, U(27DC) }, /* left multimap */ {{002,002,004,010,004,002,002,000,000}, U(27E8) }, /* left angle bracket */ {{010,010,004,002,004,010,010,000,000}, U(27E9) }, /* right angle bracket */ + {{002,004,004,004,004,004,002,000,000}, U(27EE) }, /* flattened parenleft */ + {{010,004,004,004,004,004,010,000,000}, U(27EF) }, /* flattened parenright */ /* Supplemental arrows-B */ {{000,037,016,025,004,004,000,000,000}, U(2912) }, /* arrowupbar */